edit.css 744 B

123456789101112131415161718192021222324252627282930313233343536
  1. .lr-modulelist-page .appitem .operation {
  2. position: absolute;
  3. top: 4px;
  4. right: 4px;
  5. color: #fff;
  6. width: 14px;
  7. height: 14px;
  8. line-height: 14px;
  9. text-align: center;
  10. margin: 0;
  11. }
  12. .lr-modulelist-page .appitem .operation.minus {
  13. background: #E31111;
  14. font-size: 36px;
  15. line-height: 7px;
  16. }
  17. .lr-modulelist-page .appitem .operation.plus {
  18. background: #0C86D8;
  19. font-size:18px;
  20. }
  21. .lr-modulelistedit-header .f-page-backbtn {
  22. font-size:14px;
  23. }
  24. .lr-modulelistedit-header #lr_modulelist_finish {
  25. position:absolute;
  26. top:0;
  27. right:0;
  28. text-align:center;
  29. width:36px;
  30. height:44px;
  31. line-height:44px;
  32. color:#fff;
  33. font-size: 14px;
  34. }