stat.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-44536cf4 {
  5. padding-top: 20rpx;
  6. }
  7. .container .control.data-v-44536cf4 {
  8. margin-bottom: 20rpx;
  9. width: 750rpx;
  10. height: 90rpx;
  11. background-color: #fff;
  12. }
  13. .container .header.data-v-44536cf4 {
  14. margin: 0 auto;
  15. width: 710rpx;
  16. height: 236rpx;
  17. background-color: #fff;
  18. }
  19. .container .header .title.data-v-44536cf4 {
  20. display: flex;
  21. height: 92rpx;
  22. }
  23. .container .header .title .month.data-v-44536cf4 {
  24. flex: 8;
  25. margin: 30rpx 0 0 30rpx;
  26. font-size: 32rpx;
  27. font-weight: 500;
  28. }
  29. .container .header .title .right.data-v-44536cf4 {
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. flex: 1;
  34. }
  35. .container .header .title .right ._img.data-v-44536cf4 {
  36. width: 15rpx;
  37. height: 30rpx;
  38. }
  39. .container .header .state.data-v-44536cf4 {
  40. display: flex;
  41. height: 144rpx;
  42. }
  43. .container .header .state .err.data-v-44536cf4 {
  44. flex: 1;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: center;
  48. align-items: center;
  49. }
  50. .container .header .state .err .number.data-v-44536cf4 {
  51. font-size: 46rpx;
  52. font-weight: 700;
  53. }
  54. .container .header .state .err .mes.data-v-44536cf4 {
  55. font-size: 28rpx;
  56. color: #999999;
  57. }
  58. .container .header .state .success.data-v-44536cf4 {
  59. flex: 1;
  60. display: flex;
  61. flex-direction: column;
  62. justify-content: center;
  63. align-items: center;
  64. }
  65. .container .header .state .success .number.data-v-44536cf4 {
  66. font-size: 46rpx;
  67. font-weight: 700;
  68. }
  69. .container .header .state .success .mes.data-v-44536cf4 {
  70. font-size: 28rpx;
  71. color: #999999;
  72. }
  73. .container .calendar.data-v-44536cf4 {
  74. margin: 0 auto;
  75. margin-top: 30rpx;
  76. width: 710rpx;
  77. background-color: #fff;
  78. }
  79. .container .calendar .calendar_title.data-v-44536cf4 {
  80. padding-left: 30rpx;
  81. height: 100rpx;
  82. line-height: 100rpx;
  83. font-size: 32rpx;
  84. font-weight: 500;
  85. }
  86. .container .calendar .calendar_title ._span.data-v-44536cf4 {
  87. font-size: 26rpx;
  88. color: #999999;
  89. }
  90. .container .calendar .calendar_body.data-v-44536cf4 {
  91. height: 690rpx;
  92. }
  93. .container .calendar .calendar_foot.data-v-44536cf4 {
  94. padding: 0 30rpx;
  95. }
  96. .container .calendar .calendar_foot .foot_item.data-v-44536cf4 {
  97. box-sizing: border-box;
  98. padding: 30rpx;
  99. display: flex;
  100. flex-direction: column;
  101. justify-content: space-evenly;
  102. height: 130rpx;
  103. font-size: 24rpx;
  104. color: #808080;
  105. }
  106. .container .calendar .calendar_foot .foot_item .box.data-v-44536cf4 {
  107. display: flex;
  108. align-items: center;
  109. }
  110. .container .calendar .calendar_foot .foot_item .box .circular.data-v-44536cf4 {
  111. margin-right: 18rpx;
  112. width: 12rpx;
  113. height: 12rpx;
  114. border-radius: 6rpx;
  115. background-color: #31C20E;
  116. }
  117. .container .calendar .calendar_foot .foot_item .box .color.data-v-44536cf4 {
  118. background-color: #999999;
  119. }
  120. .container .calendar .calendar_foot .foot_item .box ._span.data-v-44536cf4 {
  121. margin-left: 18rpx;
  122. }
  123. .container .calendar .progress.data-v-44536cf4 {
  124. position: relative;
  125. display: flex;
  126. justify-content: center;
  127. padding: 0 30rpx;
  128. height: 121px;
  129. }
  130. .container .calendar .progress .chart.data-v-44536cf4 {
  131. margin-top: 20rpx;
  132. width: 170px;
  133. height: 100%;
  134. }
  135. .container .calendar .progress .look.data-v-44536cf4 {
  136. position: absolute;
  137. top: 40rpx;
  138. right: 36rpx;
  139. display: flex;
  140. align-items: center;
  141. width: 150rpx;
  142. height: 42rpx;
  143. }
  144. .container .calendar .progress .look .info.data-v-44536cf4 {
  145. margin-right: 15rpx;
  146. font-size: 28rpx;
  147. color: #A6A6A6;
  148. }
  149. .container .calendar .progress .look ._img.data-v-44536cf4 {
  150. width: 16rpx;
  151. height: 24rpx;
  152. }
  153. .container .errPeople.data-v-44536cf4 {
  154. margin: 0 auto;
  155. margin-top: 32rpx;
  156. width: 710rpx;
  157. border-radius: 7rpx;
  158. background-color: #fff;
  159. }
  160. .container .errPeople .e_header.data-v-44536cf4 {
  161. display: flex;
  162. align-items: center;
  163. width: 690rpx;
  164. height: 121rpx;
  165. }
  166. .container .errPeople .e_header .left.data-v-44536cf4 {
  167. flex: 1;
  168. margin-left: 30rpx;
  169. font-size: 32rpx;
  170. font-weight: 500;
  171. }
  172. .container .errPeople .e_header .right.data-v-44536cf4 {
  173. flex: 1;
  174. display: flex;
  175. justify-content: flex-end;
  176. align-items: center;
  177. margin-right: 32rpx;
  178. }
  179. .container .errPeople .e_header .right .icon.data-v-44536cf4 {
  180. margin-right: 10rpx;
  181. width: 26rpx;
  182. height: 26rpx;
  183. line-height: 26rpx;
  184. }
  185. .container .errPeople .e_header .right .icon ._img.data-v-44536cf4 {
  186. width: 100%;
  187. height: 100%;
  188. }
  189. .container .errPeople .e_header .right .info.data-v-44536cf4 {
  190. width: 56rpx;
  191. height: 41rpx;
  192. font-size: 28rpx;
  193. color: #2A82E4;
  194. }
  195. .container .errPeople .e_calendar.data-v-44536cf4 {
  196. display: flex;
  197. justify-content: flex-end;
  198. align-items: center;
  199. }
  200. .container .errPeople .e_calendar .double.data-v-44536cf4 {
  201. margin-right: 30rpx;
  202. width: 40rpx;
  203. height: 40rpx;
  204. }
  205. .container .errPeople .e_calendar .double ._img.data-v-44536cf4 {
  206. width: 100%;
  207. height: 100%;
  208. }
  209. .container .errPeople .e_calendar .single.data-v-44536cf4 {
  210. width: 40rpx;
  211. height: 40rpx;
  212. }
  213. .container .errPeople .e_calendar .single ._img.data-v-44536cf4 {
  214. width: 80%;
  215. height: 70%;
  216. }
  217. .container .errPeople .e_calendar .single2.data-v-44536cf4 {
  218. margin-right: 30rpx;
  219. width: 40rpx;
  220. height: 40rpx;
  221. }
  222. .container .errPeople .e_calendar .single2 ._img.data-v-44536cf4 {
  223. width: 100%;
  224. height: 70%;
  225. }
  226. .container .errPeople .e_calendar .time.data-v-44536cf4 {
  227. width: 180rpx;
  228. height: 44rpx;
  229. font-size: 32rpx;
  230. text-align: center;
  231. }
  232. .container .errPeople .e_list.data-v-44536cf4 {
  233. display: flex;
  234. flex-wrap: wrap;
  235. justify-content: space-evenly;
  236. align-items: center;
  237. margin-top: 20rpx;
  238. padding: 30rpx;
  239. width: 630rpx;
  240. }
  241. .container .errPeople .e_list .e_box.data-v-44536cf4 {
  242. display: flex;
  243. flex-direction: column;
  244. justify-content: space-evenly;
  245. align-items: center;
  246. margin-bottom: 20rpx;
  247. width: 180rpx;
  248. height: 190rpx;
  249. }
  250. .container .errPeople .e_list .e_box .e_img.data-v-44536cf4 {
  251. width: 100rpx;
  252. height: 100rpx;
  253. }
  254. .container .errPeople .e_list .e_box .e_img ._img.data-v-44536cf4 {
  255. width: 100%;
  256. height: 100%;
  257. border-radius: 50%;
  258. }
  259. .container .errPeople .e_list .e_box .e_name.data-v-44536cf4 {
  260. font-size: 28rpx;
  261. }
  262. .container .errPeople .e_list .e_box .e_msg.data-v-44536cf4 {
  263. font-size: 24rpx;
  264. color: #808080;
  265. }
  266. .container .errPeople .e_list2.data-v-44536cf4 {
  267. margin: 0 auto;
  268. margin-top: 200rpx;
  269. text-align: center;
  270. }
  271. .container .errPeople .e_list2 ._img.data-v-44536cf4 {
  272. width: 480rpx;
  273. height: 508rpx;
  274. }
  275. .container .errPeople .e_list2 .info.data-v-44536cf4 {
  276. padding-bottom: 50rpx;
  277. color: #5792F0;
  278. }
  279. .data-v-44536cf4 .uni-calendar-item--isDay {
  280. border-radius: 50rpx;
  281. }
  282. .data-v-44536cf4 .uni-calendar-item--checked {
  283. border-radius: 50rpx;
  284. }