index.less 717 B

123456789101112131415161718192021222324252627282930313233343536373839
  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-hide {
  27. display: none;
  28. line-height: 36px;
  29. }
  30. .general-item-show {
  31. display: block;
  32. line-height: 36px;
  33. }
  34. .slide-toggle {
  35. position: relative;
  36. float: right;
  37. top: 8px;
  38. right: 10px;
  39. }