scxx.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none; }
  5. html, body {
  6. margin: 0;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column; }
  10. body {
  11. background: #fff;
  12. font: normal 12px/22px; }
  13. .header {
  14. color: #fff;
  15. background-color: #30B9EF;
  16. display: flex;
  17. height: 45px;
  18. align-items: center; }
  19. .header .m1 {
  20. width: 15%;
  21. text-align: center; }
  22. .header .m2 {
  23. flex: 1;
  24. display: flex;
  25. justify-content: center;
  26. font-size: 0.3rem;
  27. color: #fff;
  28. font-weight: bold; }
  29. .header .m3 {
  30. width: 15%; }
  31. .bars {
  32. left: 0;
  33. right: 0;
  34. bottom: 0;
  35. position: absolute;
  36. background-color: #30B9EF;
  37. height: 60px;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center; }
  41. .bars .bar {
  42. height: 100%;
  43. font-size: 14px;
  44. color: #ffffff;
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. flex: 1;
  49. text-align: center; }
  50. .bars .bar img {
  51. width: 50px;
  52. height: 50px; }
  53. .bars .bar span {
  54. margin-top: -5px; }
  55. .bars .select {
  56. color: #000000; }
  57. .wrapper {
  58. background-color: #ffffff;
  59. flex: 1;
  60. padding-bottom: 70px;
  61. overflow: scroll; }
  62. .items {
  63. margin-top: 10px; }
  64. .head {
  65. color: #666666;
  66. font-size: 16px;
  67. padding: 10px 16px;
  68. background-color: #f6f7f8;
  69. position: relative; }
  70. .head:after {
  71. position: absolute;
  72. content: '';
  73. background-color: #2fb9ef;
  74. width: 10px;
  75. top: 12px;
  76. left: 0;
  77. bottom: 12px; }
  78. .cont-wrapper {
  79. display: flex;
  80. flex-wrap: wrap; }
  81. .cont-wrapper .c1 {
  82. width: 33.3%;
  83. display: flex;
  84. flex-direction: column;
  85. align-items: center;
  86. padding-top: 5px;
  87. padding-bottom: 5px; }
  88. .cont-wrapper .c1 img {
  89. width: 34px;
  90. height: 34px; }
  91. .cont-wrapper .c1 .d1 {
  92. color: #888;
  93. font-size: 0.2rem; }
  94. #wrap section {
  95. background:none;
  96. top: 45px;
  97. }
  98. /*# sourceMappingURL=index.css.map */