count.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .count {
  2. display: flex;
  3. min-height: 100vh;
  4. background-color: #ffffff;
  5. }
  6. .count .left {
  7. width: 210rpx;
  8. }
  9. .count .left .title {
  10. background: #F6F6F8;
  11. margin-bottom: 6rpx;
  12. text-align: center;
  13. height: 120rpx;
  14. line-height: 120rpx;
  15. color: #161616;
  16. font-weight: 500;
  17. }
  18. .count .left .act {
  19. background: #FFFFFF;
  20. font-weight: bold;
  21. color: #4775EA;
  22. }
  23. .count .pd {
  24. padding: 0rpx 20rpx 0 32rpx;
  25. }
  26. .count .right {
  27. flex: 1;
  28. overflow: hidden;
  29. height: 100vh;
  30. padding-top: 26rpx;
  31. flex-direction: column;
  32. display: flex;
  33. }
  34. .count .right .search {
  35. width: 100%;
  36. height: 60rpx;
  37. border: 2rpx solid #C1C1C1;
  38. border-radius: 10rpx;
  39. box-sizing: border-box;
  40. display: flex;
  41. padding-left: 24rpx;
  42. align-items: center;
  43. }
  44. .count .right .search image {
  45. width: 26rpx;
  46. height: 26rpx;
  47. flex: 0 0 auto;
  48. margin-right: 20rpx;
  49. }
  50. .count .right .search input {
  51. font-size: 28rpx;
  52. color: #161616;
  53. line-height: 56rpx;
  54. }
  55. .count .right .search .btn {
  56. padding: 0 24rpx 0 20rpx;
  57. flex: 0 0 auto;
  58. font-size: 28rpx;
  59. font-weight: bold;
  60. color: #4775EA;
  61. height: 100%;
  62. line-height: 56rpx;
  63. }
  64. .count .right .ser_toa {
  65. font-size: 28rpx;
  66. color: #161616;
  67. font-weight: bold;
  68. }
  69. .count .right .ser_toa text {
  70. color: #4775EA;
  71. }
  72. .count .right .mind_s {
  73. margin-bottom: 20rpx;
  74. }
  75. .count .right .mind_s .mind_sl {
  76. width: 30rpx;
  77. height: 28rpx;
  78. margin-right: 16rpx;
  79. }
  80. .count .right .mind_s .mind_sa {
  81. padding-right: 40rpx ;
  82. }
  83. .count .right .mind_s .mind_sa image {
  84. width: 22rpx;
  85. height: 12rpx;
  86. margin-left: 16rpx;
  87. }
  88. .count .right .tabchart {
  89. display: flex;
  90. flex-direction: column;
  91. overflow: auto;
  92. }
  93. .count .right .tab {
  94. display: flex;
  95. flex-direction: column;
  96. overflow: hidden;
  97. padding: 0rpx 20rpx 0 32rpx;
  98. box-sizing: border-box;
  99. min-height: 600rpx;
  100. }
  101. .count .right .tab_top {
  102. flex: 0 0 auto;
  103. margin-bottom: 4rpx;
  104. }
  105. .count .right .a {
  106. width: 25%;
  107. flex: 0 0 auto;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. z-index: 1;
  112. padding: 8rpx 0;
  113. }
  114. .count .right .a image {
  115. width: 32rpx;
  116. height: 40rpx;
  117. }
  118. .count .right .a.w20 {
  119. width: 20%;
  120. }
  121. .count .right .a.w25 {
  122. width: 25%;
  123. }
  124. .count .right .a.w30 {
  125. width: 30%;
  126. }
  127. .count .right .a.w40 {
  128. width: 40%;
  129. }
  130. .count .right .a.w50 {
  131. width: 50%;
  132. }
  133. .count .right .a.w70 {
  134. width: 70%;
  135. }
  136. .count .right .topt {
  137. font-size: 28rpx;
  138. font-weight: 500;
  139. color: #666666;
  140. }
  141. .count .right .idx {
  142. font-size: 30rpx;
  143. font-weight: 500;
  144. color: #8C93AD;
  145. }
  146. .count .right .tit {
  147. font-size: 30rpx;
  148. font-weight: 500;
  149. color: #161616;
  150. }
  151. .count .right .num {
  152. font-size: 30rpx;
  153. font-weight: bold;
  154. color: #161616;
  155. }
  156. .count .right .tab_tr {
  157. position: relative;
  158. width: 100%;
  159. min-height: 70rpx;
  160. flex: 1;
  161. margin-bottom: 24rpx;
  162. display: flex;
  163. }
  164. .count .right .tab_tr .bgimg {
  165. width: 100%;
  166. height: 100%;
  167. position: absolute;
  168. left: 0;
  169. }
  170. .count .right .tab_tr.bg1 {
  171. background: #F2F6FF;
  172. min-height: 70rpx;
  173. height: auto;
  174. }
  175. .count .right .lineimg {
  176. width: 162rpx;
  177. height: 10rpx;
  178. margin: 28rpx auto;
  179. }