index.less 578 B

1234567891011121314151617181920212223242526272829
  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. .follow-up-box {
  27. border-bottom: 1px dotted #D2D2D2;
  28. line-height: 36px;
  29. }