style.css 784 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* 企业微信号基础样式 */
  2. body {
  3. font-size: 1em;
  4. color: #444;
  5. }
  6. th.active {
  7. color: #fff;
  8. }
  9. th.active .arrow {
  10. opacity: 1;
  11. }
  12. #main {
  13. width: 96%;
  14. margin: auto;
  15. }
  16. #grid {
  17. width:100%;
  18. margin: 2% auto 0 auto;
  19. }
  20. .layoutbox {
  21. margin:2% auto 0 auto;
  22. width: 96%;
  23. }
  24. .am-popup {
  25. font-size: 1.6em;
  26. }
  27. /*.arrow {
  28. display: inline-block;
  29. vertical-align: middle;
  30. width: 0;
  31. height: 0;
  32. margin-left: 5px;
  33. opacity: 0.66;
  34. }
  35. .arrow.asc {
  36. border-left: 4px solid transparent;
  37. border-right: 4px solid transparent;
  38. border-bottom: 4px solid #fff;
  39. }
  40. .arrow.dsc {
  41. border-left: 4px solid transparent;
  42. border-right: 4px solid transparent;
  43. border-top: 4px solid #fff;
  44. }
  45. .display-none {
  46. display:none;
  47. }*/