custom-label.acss 149 B

12345678910
  1. .custom_label_mark {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%
  7. }
  8. .custom_label_box {
  9. position: relative;
  10. }