index.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. .container{
  2. background-color: #fff;
  3. }
  4. .panelTop{
  5. width:100%;
  6. height:110rpx;
  7. background-color: #fff;
  8. position: fixed;
  9. z-index: 10;
  10. top:0;
  11. border-bottom:1rpx solid #d2d2d2;
  12. align-items: flex-end;
  13. }
  14. .panelTop1{
  15. width:160rpx;
  16. font-size:32rpx;
  17. }
  18. .panelTopLine{
  19. width:160rpx;
  20. height:14rpx;
  21. margin-top: 20rpx;
  22. background-color: #1E1E1E;
  23. }
  24. .panelTopLine0{
  25. background-color: #fff;
  26. }
  27. .panelTop2{
  28. font-size:24rpx;
  29. color:#0071EF;
  30. margin-right: 30rpx;
  31. }
  32. .universalpic_menu_blue_26x26{
  33. width:26rpx;
  34. height:26rpx;
  35. margin-right: 10rpx;
  36. }
  37. .panelLine{
  38. width:100%;
  39. height:110rpx;
  40. background-color: #f0f0f0;
  41. }
  42. .panel{
  43. width:100%;
  44. height:533rpx;
  45. background-color: #f0f0f0;
  46. }
  47. .panelTab{
  48. width:100%;
  49. background-color: #F0F0F0;
  50. display: flex;
  51. white-space: nowrap;
  52. }
  53. .Tab{
  54. height:60rpx;
  55. line-height: 60rpx;
  56. margin:30rpx 20rpx 0 0;
  57. font-size:24rpx;
  58. background-color: #fff;
  59. border-radius: 10rpx;
  60. display: inline-block;
  61. text-align: center;
  62. padding:0 20rpx;
  63. }
  64. .Tab0{
  65. width:20rpx;
  66. height:60rpx;
  67. display: inline-block;
  68. }
  69. .TabSelect{
  70. background-color: #5282FA;
  71. color:#fff;
  72. }
  73. .panelCard{
  74. width:100%;
  75. height:443rpx;
  76. background-color: #F0F0F0;
  77. display: flex;
  78. white-space: nowrap;
  79. }
  80. .Card{
  81. width:308rpx;
  82. height:343rpx;
  83. border-radius: 10rpx;
  84. background-color: #fff;
  85. display: inline-block;
  86. margin: 45rpx 30rpx 0 0;
  87. position: relative;
  88. }
  89. .Card0{
  90. width:20rpx;
  91. height:343rpx;
  92. display: inline-block;
  93. }
  94. .examine_subject_a001{
  95. width:80rpx;
  96. height:80rpx;
  97. position: absolute;
  98. top:40rpx;
  99. left:30rpx;
  100. }
  101. .Card1{
  102. font-size:32rpx;
  103. position: absolute;
  104. top:150rpx;
  105. left:30rpx;
  106. }
  107. .Card2{
  108. font-size:28rpx;
  109. position: absolute;
  110. top:195rpx;
  111. left:30rpx;
  112. font-weight: 400;
  113. }
  114. .Card3{
  115. font-size:20rpx;
  116. position: absolute;
  117. top:249rpx;
  118. left:30rpx;
  119. font-weight: 400;
  120. }
  121. .Card4{
  122. width:248rpx;
  123. position: absolute;
  124. top:275rpx;
  125. left:30rpx;
  126. justify-content: space-between;
  127. }
  128. .Progress{
  129. width:160rpx;
  130. height:10rpx;
  131. border-radius: 5rpx;
  132. background-color: #F0F0F0;
  133. justify-content: flex-start;
  134. }
  135. .Progress1{
  136. height:10rpx;
  137. border-radius: 5rpx;
  138. background-color: #34BD88;
  139. }
  140. .Number{
  141. font-family: 'Roboto-Black';
  142. font-size:32rpx;
  143. }
  144. .panelList{
  145. width:100%;
  146. background-color: #fff;
  147. align-items: flex-start;
  148. }
  149. .panelListTitle{
  150. font-size:32rpx;
  151. margin: 0 0 0 30rpx;
  152. height:115rpx;
  153. justify-content: flex-start;
  154. }
  155. .examine_clipboard_80x80{
  156. width:80rpx;
  157. height:80rpx;
  158. margin: 10rpx 0 0 30rpx;
  159. }
  160. .panelListContent{
  161. margin: 30rpx 0 30rpx 30rpx;
  162. font-size:24rpx;
  163. font-weight: 400;
  164. }
  165. .Item{
  166. width:100%;
  167. height:136rpx;
  168. justify-content: space-between;
  169. }
  170. .Item1{
  171. margin: 0 0 0 30rpx;
  172. align-items: flex-start;
  173. }
  174. .ItemTitle{
  175. font-size:30rpx;
  176. font-weight: 400;
  177. }
  178. .ItemTitle11{
  179. margin-left: 20rpx;
  180. }
  181. .ItemTitle2{
  182. font-size:24rpx;
  183. font-weight: 400;
  184. color:#787878;
  185. }
  186. .Item2{
  187. margin: 0 30rpx 0 0;
  188. align-items: flex-end;
  189. color:#787878;
  190. }
  191. .ItemDate{
  192. font-size:24rpx;
  193. margin-bottom: 10rpx;
  194. }
  195. .examine_willread_gray_22x22{
  196. width:22rpx;
  197. height:22rpx;
  198. margin-right: 30rpx;
  199. }
  200. .examine_willwrite_gray_22x22{
  201. width:22rpx;
  202. height:22rpx;
  203. margin-right: 30rpx;
  204. }
  205. .universalpic_checked_gray_14x12{
  206. width:14rpx;
  207. height:12rpx;
  208. }
  209. .Number2{
  210. margin: 0 30rpx 0 10rpx;
  211. font-family: 'Roboto-Black';
  212. font-size:24rpx;
  213. }
  214. .universalpic_wrong_gray_12x12{
  215. width:12rpx;
  216. height:12rpx;
  217. }
  218. .Number3{
  219. margin: 0 0 0 10rpx;
  220. font-family: 'Roboto-Black';
  221. font-size:24rpx;
  222. }
  223. .footer{
  224. width:100%;
  225. height:100rpx;
  226. background-color: #F0F0F0;
  227. }
  228. .numberContainer {
  229. width: 100%;
  230. justify-content: flex-start;
  231. align-items: flex-start;
  232. position: fixed;
  233. top: 0;
  234. background-color: #fff;
  235. color:#1e1e1e;
  236. z-index: 20;
  237. border-top: 1 solid #fff;
  238. }
  239. .numberContainer .universalpic_people_black_30x30{
  240. width:30rpx;
  241. height:30rpx;
  242. margin: 50rpx 20rpx 0 30rpx;
  243. }
  244. .numberContainer .numberContaineFooter{
  245. width: 100%;
  246. position: fixed;
  247. bottom: 0;
  248. align-items: flex-start;
  249. font-size: 36rpx;
  250. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  251. text-align: center;
  252. line-height: 131rpx;
  253. }
  254. .numberContainer .numberContaineFooter2{
  255. color:#B3443B;
  256. font-weight: 700;
  257. }
  258. .universalpic_sequence_black_30x30_2{
  259. margin: 50rpx 20rpx 0 30rpx;
  260. }
  261. .numberContainerFooter1{
  262. width:100%;
  263. position: fixed;
  264. bottom:131rpx;
  265. }
  266. .numberContainerFooter102{
  267. width:100%;
  268. height: 132rpx;
  269. justify-content: flex-start;
  270. }
  271. .numberContainerFooter103{
  272. width:100%;
  273. height: 111rpx;
  274. justify-content: flex-start;
  275. }
  276. .numberContainerFooter104{
  277. width:100%;
  278. height: 100rpx;
  279. justify-content: flex-start;
  280. }
  281. .numberContainerFooter101{
  282. width:100%;
  283. justify-content: flex-start;
  284. align-items: flex-start;
  285. }
  286. .universalpic_edit_gray_25x25{
  287. width: 25rpx;
  288. height: 25rpx;
  289. margin: 0 30rpx 0 30rpx;
  290. }
  291. .universalpic_typesize_gray_30x18{
  292. width: 30rpx;
  293. height: 18rpx;
  294. margin: 57rpx 20rpx 0 30rpx;
  295. }
  296. .numberContainerFooter11{
  297. align-items: flex-start;
  298. margin-top: 40rpx;
  299. }
  300. .numberContainerFooter111{
  301. font-size:36rpx;
  302. font-weight: 400;
  303. }
  304. .numberContainerFooter1111{
  305. margin-top: 40rpx;
  306. }
  307. .numberContainerFooter113{
  308. font-size:24rpx;
  309. font-weight: 400;
  310. }
  311. .numberContainerFooter112{
  312. justify-content: flex-start;
  313. flex-wrap: wrap;
  314. }
  315. .numberContainerFooter1121{
  316. line-height:73rpx;
  317. border:3rpx solid #D2D2D2;
  318. border-radius: 10rpx;
  319. text-align: center;
  320. margin: 30rpx 30rpx 0 0;
  321. font-size:24rpx;
  322. padding: 0 30rpx;
  323. }
  324. .numberContainerFooter1121Select{
  325. border:3rpx solid #0071EF;
  326. color:#fff;
  327. background-color: #0071EF;
  328. line-height:73rpx;
  329. border-radius: 10rpx;
  330. text-align: center;
  331. margin: 30rpx 30rpx 0 0;
  332. font-size:24rpx;
  333. padding: 0 30rpx;
  334. }
  335. /* 底部导航************************* */
  336. .panelBottom {
  337. position: fixed;
  338. bottom: 0;
  339. width: 100%;
  340. }
  341. .panelBottom1 {
  342. width: 100%;
  343. background-color: #fff;
  344. border-top:1rpx solid #d2d2d2;
  345. }
  346. .panelBottom11 {
  347. color:#9B9B9B;
  348. height:98rpx;
  349. width:150rpx;
  350. font-size:36rpx;
  351. }
  352. .panelBottom12 {
  353. color:#9B9B9B;
  354. height:98rpx;
  355. width:300rpx;
  356. font-size:36rpx;
  357. }
  358. .text5{
  359. color:#1e1e1e;
  360. }
  361. .text51{
  362. width:220rpx;
  363. text-align: right;
  364. }
  365. .universalpic_indicator_right_gray{
  366. width:16rpx;
  367. height:26rpx;
  368. margin-left: 30rpx;
  369. margin-right:30rpx;
  370. }
  371. .universalpic_fav_default_gray_26x24{
  372. width:26rpx;
  373. height:24rpx;
  374. margin-right: 20rpx;
  375. }
  376. .iphone10plus{
  377. width:100%;
  378. height:30rpx;
  379. background-color: #fff;
  380. }
  381. .tabbar_add_red_70x70 {
  382. width: 70rpx;
  383. height: 70rpx;
  384. }