index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. .container{
  2. background-color: #fff;
  3. }
  4. .panelTop{
  5. width:100%;
  6. justify-content: space-between;
  7. height:106rpx;
  8. background-color: #fff;
  9. position: fixed;
  10. z-index: 10;
  11. top:0;
  12. }
  13. .panelTop1{
  14. font-size:32rpx;
  15. margin-left: 30rpx;
  16. }
  17. .panelTop2{
  18. font-size:24rpx;
  19. color:#0071EF;
  20. margin-right: 30rpx;
  21. }
  22. .universalpic_menu_blue_26x26{
  23. width:26rpx;
  24. height:26rpx;
  25. margin-right: 10rpx;
  26. }
  27. .panelCard{
  28. width:100%;
  29. height:443rpx;
  30. background-color: #F0F0F0;
  31. display: flex;
  32. white-space: nowrap;
  33. }
  34. .Card{
  35. width:308rpx;
  36. height:343rpx;
  37. border-radius: 10rpx;
  38. background-color: #fff;
  39. display: inline-block;
  40. margin: 50rpx 0 0 30rpx;
  41. position: relative;
  42. }
  43. .Card0{
  44. width:30rpx;
  45. height:343rpx;
  46. display: inline-block;
  47. }
  48. .examine_subject_a001{
  49. width:80rpx;
  50. height:80rpx;
  51. position: absolute;
  52. top:40rpx;
  53. left:30rpx;
  54. }
  55. .Card1{
  56. font-size:32rpx;
  57. position: absolute;
  58. top:150rpx;
  59. left:30rpx;
  60. }
  61. .Card2{
  62. font-size:28rpx;
  63. position: absolute;
  64. top:195rpx;
  65. left:30rpx;
  66. font-weight: 400;
  67. }
  68. .Card3{
  69. font-size:20rpx;
  70. position: absolute;
  71. top:249rpx;
  72. left:30rpx;
  73. font-weight: 400;
  74. }
  75. .Card4{
  76. width:248rpx;
  77. position: absolute;
  78. top:275rpx;
  79. left:30rpx;
  80. justify-content: space-between;
  81. }
  82. .Progress{
  83. width:160rpx;
  84. height:10rpx;
  85. border-radius: 5rpx;
  86. background-color: #F0F0F0;
  87. justify-content: flex-start;
  88. }
  89. .Progress1{
  90. width:100rpx;
  91. height:10rpx;
  92. border-radius: 5rpx;
  93. background-color: #34BD88;
  94. }
  95. .Number{
  96. font-family: 'Roboto-Black';
  97. font-size:32rpx;
  98. }
  99. .panelList{
  100. width:100%;
  101. background-color: #fff;
  102. align-items: flex-start;
  103. }
  104. .panelListTitle{
  105. font-size:32rpx;
  106. margin: 0 0 0 30rpx;
  107. width:100%;
  108. height:115rpx;
  109. justify-content: flex-start;
  110. }
  111. .examine_clipboard_80x80{
  112. width:80rpx;
  113. height:80rpx;
  114. margin: 10rpx 0 0 30rpx;
  115. }
  116. .panelListContent{
  117. width:100%;
  118. margin: 30rpx 0 0 30rpx;
  119. font-size:24rpx;
  120. font-weight: 400;
  121. }
  122. .Item{
  123. width:100%;
  124. height:136rpx;
  125. justify-content: space-between;
  126. }
  127. .Item1{
  128. margin: 0 0 0 30rpx;
  129. align-items: flex-start;
  130. }
  131. .ItemTitle{
  132. font-size:30rpx;
  133. font-weight: 400;
  134. }
  135. .ItemTitle2{
  136. font-size:24rpx;
  137. font-weight: 400;
  138. color:#787878;
  139. }
  140. .Item2{
  141. margin: 0 30rpx 0 0;
  142. align-items: flex-end;
  143. color:#787878;
  144. }
  145. .ItemDate{
  146. font-size:24rpx;
  147. margin-bottom: 10rpx;
  148. }
  149. .examine_willread_gray_22x22{
  150. width:22rpx;
  151. height:22rpx;
  152. margin-right: 30rpx;
  153. }
  154. .examine_willwrite_gray_22x22{
  155. width:22rpx;
  156. height:22rpx;
  157. margin-right: 30rpx;
  158. }
  159. .universalpic_checked_gray_14x12{
  160. width:14rpx;
  161. height:12rpx;
  162. }
  163. .Number2{
  164. margin: 0 30rpx 0 10rpx;
  165. font-family: 'Roboto-Black';
  166. font-size:24rpx;
  167. }
  168. .universalpic_wrong_gray_12x12{
  169. width:12rpx;
  170. height:12rpx;
  171. }
  172. .Number3{
  173. margin: 0 0 0 10rpx;
  174. font-family: 'Roboto-Black';
  175. font-size:24rpx;
  176. }
  177. .numberContainer {
  178. width: 100%;
  179. justify-content: flex-start;
  180. align-items: flex-start;
  181. position: fixed;
  182. top: 0;
  183. background-color: #fff;
  184. color:#1e1e1e;
  185. z-index: 20;
  186. border-top: 1 solid #fff;
  187. }
  188. .universalpic_people_black_30x30{
  189. width:30rpx;
  190. height:30rpx;
  191. margin: 50rpx 20rpx 0 30rpx;
  192. }
  193. .numberContainer .numberContaineFooter{
  194. width: 100%;
  195. position: fixed;
  196. bottom: 0;
  197. align-items: flex-start;
  198. font-size: 36rpx;
  199. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  200. text-align: center;
  201. line-height: 131rpx;
  202. }
  203. .numberContainer .numberContaineFooter2{
  204. color:#B3443B;
  205. font-weight: 500;
  206. }
  207. .universalpic_sequence_black_30x30_2{
  208. margin: 50rpx 20rpx 0 30rpx;
  209. }
  210. .numberContainerFooter1{
  211. width:100%;
  212. position: fixed;
  213. bottom:131rpx;
  214. }
  215. .numberContainerFooter102{
  216. width:100%;
  217. height: 132rpx;
  218. justify-content: flex-start;
  219. }
  220. .numberContainerFooter103{
  221. width:100%;
  222. height: 111rpx;
  223. justify-content: flex-start;
  224. }
  225. .numberContainerFooter104{
  226. width:100%;
  227. height: 100rpx;
  228. justify-content: flex-start;
  229. }
  230. .numberContainerFooter101{
  231. width:100%;
  232. height: 276rpx;
  233. justify-content: flex-start;
  234. align-items: flex-start;
  235. }
  236. .universalpic_edit_gray_25x25{
  237. width: 25rpx;
  238. height: 25rpx;
  239. margin: 0 30rpx 0 30rpx;
  240. }
  241. .universalpic_bell_gray_30x30{
  242. width:30rpx;
  243. height:30rpx;
  244. margin: 40rpx 20rpx 0 30rpx;
  245. }
  246. .universalpic_typesize_gray_30x18{
  247. width: 30rpx;
  248. height: 18rpx;
  249. margin: 57rpx 20rpx 0 30rpx;
  250. }
  251. .numberContainerFooter11{
  252. align-items: flex-start;
  253. margin-top: 40rpx;
  254. }
  255. .numberContainerFooter111{
  256. font-size:36rpx;
  257. font-weight: 400;
  258. }
  259. .numberContainerFooter1111{
  260. margin-top: 40rpx;
  261. }
  262. .numberContainerFooter113{
  263. font-size:24rpx;
  264. font-weight: 400;
  265. }
  266. .numberContainerFooter112{
  267. justify-content: flex-start;
  268. flex-wrap: wrap;
  269. }
  270. .numberContainerFooter1121{
  271. line-height:73rpx;
  272. border:3rpx solid #D2D2D2;
  273. border-radius: 10rpx;
  274. text-align: center;
  275. margin: 30rpx 30rpx 0 0;
  276. font-size:24rpx;
  277. padding: 0 30rpx;
  278. }
  279. .numberContainerFooter1121Select{
  280. border:3rpx solid #0071EF;
  281. color:#fff;
  282. background-color: #0071EF;
  283. }