stat.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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: 690rpx;
  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: 693rpx;
  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. background-color: skyblue;
  93. }
  94. .container .calendar .calendar_foot.data-v-44536cf4 {
  95. padding: 0 30rpx;
  96. }
  97. .container .calendar .calendar_foot .foot_item.data-v-44536cf4 {
  98. box-sizing: border-box;
  99. padding: 30rpx;
  100. display: flex;
  101. flex-direction: column;
  102. justify-content: space-evenly;
  103. height: 130rpx;
  104. font-size: 24rpx;
  105. color: #808080;
  106. }
  107. .container .calendar .calendar_foot .foot_item .box.data-v-44536cf4 {
  108. display: flex;
  109. align-items: center;
  110. }
  111. .container .calendar .calendar_foot .foot_item .box .circular.data-v-44536cf4 {
  112. margin-right: 18rpx;
  113. width: 12rpx;
  114. height: 12rpx;
  115. border-radius: 6rpx;
  116. background-color: #31C20E;
  117. }
  118. .container .calendar .calendar_foot .foot_item .box .color.data-v-44536cf4 {
  119. background-color: #999999;
  120. }
  121. .container .calendar .calendar_foot .foot_item .box ._span.data-v-44536cf4 {
  122. margin-left: 18rpx;
  123. }
  124. .container .errPeople.data-v-44536cf4 {
  125. margin: 0 auto;
  126. margin-top: 32rpx;
  127. width: 690rpx;
  128. border-radius: 7rpx;
  129. background-color: #fff;
  130. }
  131. .container .errPeople .e_header.data-v-44536cf4 {
  132. display: flex;
  133. align-items: center;
  134. width: 690rpx;
  135. height: 121rpx;
  136. }
  137. .container .errPeople .e_header .left.data-v-44536cf4 {
  138. flex: 1;
  139. margin-left: 30rpx;
  140. font-size: 32rpx;
  141. font-weight: 500;
  142. }
  143. .container .errPeople .e_header .right.data-v-44536cf4 {
  144. flex: 1;
  145. display: flex;
  146. justify-content: flex-end;
  147. align-items: center;
  148. margin-right: 32rpx;
  149. }
  150. .container .errPeople .e_header .right .icon.data-v-44536cf4 {
  151. margin-right: 10rpx;
  152. width: 26rpx;
  153. height: 26rpx;
  154. line-height: 26rpx;
  155. }
  156. .container .errPeople .e_header .right .icon ._img.data-v-44536cf4 {
  157. width: 100%;
  158. height: 100%;
  159. }
  160. .container .errPeople .e_header .right .info.data-v-44536cf4 {
  161. width: 56rpx;
  162. height: 41rpx;
  163. font-size: 28rpx;
  164. color: #2A82E4;
  165. }
  166. .container .errPeople .e_calendar.data-v-44536cf4 {
  167. display: flex;
  168. justify-content: flex-end;
  169. align-items: center;
  170. }
  171. .container .errPeople .e_calendar .double.data-v-44536cf4 {
  172. margin-right: 30rpx;
  173. width: 40rpx;
  174. height: 40rpx;
  175. }
  176. .container .errPeople .e_calendar .double ._img.data-v-44536cf4 {
  177. width: 100%;
  178. height: 100%;
  179. }
  180. .container .errPeople .e_calendar .single.data-v-44536cf4 {
  181. width: 40rpx;
  182. height: 40rpx;
  183. }
  184. .container .errPeople .e_calendar .single ._img.data-v-44536cf4 {
  185. width: 80%;
  186. height: 70%;
  187. }
  188. .container .errPeople .e_calendar .single2.data-v-44536cf4 {
  189. margin-right: 30rpx;
  190. width: 40rpx;
  191. height: 40rpx;
  192. }
  193. .container .errPeople .e_calendar .single2 ._img.data-v-44536cf4 {
  194. width: 100%;
  195. height: 70%;
  196. }
  197. .container .errPeople .e_calendar .time.data-v-44536cf4 {
  198. width: 180rpx;
  199. height: 44rpx;
  200. font-size: 32rpx;
  201. text-align: center;
  202. }
  203. .container .errPeople .e_list.data-v-44536cf4 {
  204. display: flex;
  205. flex-wrap: wrap;
  206. justify-content: space-evenly;
  207. align-items: center;
  208. margin-top: 20rpx;
  209. padding: 30rpx;
  210. width: 630rpx;
  211. }
  212. .container .errPeople .e_list .e_box.data-v-44536cf4 {
  213. display: flex;
  214. flex-direction: column;
  215. justify-content: space-evenly;
  216. align-items: center;
  217. margin-bottom: 20rpx;
  218. width: 180rpx;
  219. height: 190rpx;
  220. }
  221. .container .errPeople .e_list .e_box .e_img.data-v-44536cf4 {
  222. width: 100rpx;
  223. height: 100rpx;
  224. }
  225. .container .errPeople .e_list .e_box .e_img ._img.data-v-44536cf4 {
  226. width: 100%;
  227. height: 100%;
  228. border-radius: 50%;
  229. }
  230. .container .errPeople .e_list .e_box .e_name.data-v-44536cf4 {
  231. font-size: 28rpx;
  232. }
  233. .container .errPeople .e_list .e_box .e_msg.data-v-44536cf4 {
  234. font-size: 24rpx;
  235. color: #808080;
  236. }
  237. .data-v-44536cf4 .uni-calendar-item--isDay {
  238. border-radius: 50rpx;
  239. }
  240. .data-v-44536cf4 .uni-calendar-item--checked {
  241. border-radius: 50rpx;
  242. }