index.less 632 B

1234567891011121314151617181920212223242526272829303132333435
  1. .general-wrapper {
  2. position: relative;
  3. padding: 10px 0 0 0;
  4. }
  5. .general-title-box {
  6. height: 36px;
  7. line-height: 36px;
  8. background: rgb(47,199,156);
  9. opacity: 0.1;
  10. filter:alpha(opacity=10);
  11. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);";
  12. }
  13. .general-title {
  14. position: absolute;
  15. width: 100%;
  16. top: 10px;
  17. height: 36px;
  18. line-height: 36px;
  19. font-weight: bold;
  20. }
  21. .general-icon {
  22. width: 16px;
  23. float: left;
  24. margin: 10px;
  25. }
  26. .general-item {
  27. line-height: 36px;
  28. }
  29. .slide-toggle {
  30. position: relative;
  31. float: right;
  32. top: 8px;
  33. right: 10px;
  34. }