index.less 708 B

12345678910111213141516171819202122232425262728293031323334
  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. -webkit-touch-callout: none;
  28. -webkit-user-select: none;
  29. -khtml-user-select: none;
  30. -moz-user-select: none;
  31. -ms-user-select: none;
  32. user-select: none;
  33. line-height: 36px;
  34. }