taskBasic.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. @import "../template/Fan.wxss";
  2. page {
  3. background-color: #3157ba;
  4. }
  5. .container {
  6. background-color: #3157ba;
  7. }
  8. .mg4_practicePic_1 {
  9. width: 100%;
  10. height: 1010rpx;
  11. position: absolute;
  12. top: 320rpx;
  13. }
  14. .mg4_textH1_1 {
  15. width: 266rpx;
  16. height: 187rpx;
  17. justify-content: flex-start;
  18. align-self: flex-start;
  19. margin: 100rpx 0 0 60rpx;
  20. }
  21. .mg4_textH2_1 {
  22. width: 132rpx;
  23. height: 40rpx;
  24. justify-content: flex-start;
  25. align-self: flex-start;
  26. margin: 40rpx 0 0 60rpx;
  27. }
  28. .panel1 {
  29. margin-top: 60rpx;
  30. width: 690rpx;
  31. background-color: #fff;
  32. box-shadow: 0 20rpx 0 0 #BCBCBC, 0 40rpx 0 0 rgba(0, 0, 0, 0.30);
  33. border-radius: 40rpx;
  34. color: #4D4D4D;
  35. position: relative;
  36. justify-content: flex-start;
  37. min-height: 617rpx;
  38. }
  39. .panel11 {
  40. width: 570rpx;
  41. margin-top: 60rpx;
  42. justify-content: space-between;
  43. }
  44. .panel12 {
  45. margin-top: 30rpx;
  46. }
  47. .panel13{
  48. margin: 60rpx 0 40rpx 0;
  49. width: 610rpx;
  50. line-height: 120rpx;
  51. background: #F2F2F2;
  52. border-radius: 20rpx;
  53. font-size: 36rpx;
  54. color: #EB5C28;
  55. text-align: center;
  56. }
  57. .text1 {
  58. font-size: 36rpx;
  59. }
  60. .text2 {
  61. font-family: Roboto-Black;
  62. font-size: 132rpx;
  63. text-align: right;
  64. }
  65. .text3 {
  66. margin: 60rpx 0 0 10rpx;
  67. font-size: 22rpx;
  68. }
  69. .text4 {
  70. font-size: 24rpx;
  71. margin-right: 20rpx;
  72. }
  73. .text5 {
  74. font-family: Roboto-Black;
  75. font-size: 28rpx;
  76. text-align: right;
  77. }
  78. .text6 {
  79. margin: 10rpx 0 0 0;
  80. font-size: 22rpx;
  81. font-weight: 400;
  82. }
  83. .panel121{
  84. justify-content: flex-start;
  85. align-items: flex-start;
  86. }
  87. .panel12111{
  88. width:80rpx;
  89. height:80rpx;
  90. border-radius: 50%;
  91. background-color: #f2f2f2;
  92. margin:30rpx 20rpx 0 0;
  93. }
  94. .panel12113{
  95. background-color: #2e2e2e;
  96. }
  97. .mg4_iconNum1_2 {
  98. width: 10rpx;
  99. height: 24rpx;
  100. }
  101. .mg4_iconNum5_2 {
  102. width: 14rpx;
  103. height: 24rpx;
  104. }
  105. .mg4_iconNum10_2 {
  106. width: 26rpx;
  107. height: 24rpx;
  108. }
  109. .panel122{
  110. justify-content: flex-start;
  111. align-items: flex-end;
  112. }
  113. .panel1212{
  114. margin: 20rpx 0 0 0;
  115. border-radius: 40rpx;
  116. background: #2E2E2E;
  117. }
  118. .panel12121{
  119. width:120rpx;
  120. height:100rpx;
  121. background: #2E2E2E;
  122. border-radius: 40rpx 0 0 10rpx;
  123. }
  124. .panel12121Hover{
  125. background: #4d4d4d;
  126. }
  127. .panel12122{
  128. width:120rpx;
  129. height:100rpx;
  130. background: #2E2E2E;
  131. border-radius: 0 10rpx 40rpx 0;
  132. }
  133. .panel12122Hover{
  134. background: #4d4d4d;
  135. }
  136. .panel12121line{
  137. width:4rpx;
  138. height:40rpx;
  139. background-color: #4D4D4D;
  140. }
  141. .mg4_iconMSymbol_2 {
  142. width: 38rpx;
  143. height: 36rpx;
  144. }
  145. .mg4_iconMSymbol_1 {
  146. width: 24rpx;
  147. height: 8rpx;
  148. }
  149. .panel2{
  150. margin-top: 80rpx;
  151. min-height: 210rpx;
  152. }
  153. .panel21{
  154. margin: 60rpx 0 0 0;
  155. align-items: flex-start;
  156. width: 570rpx;
  157. }
  158. .panel22{
  159. margin: 40rpx 0 0 0;
  160. width: 630rpx;
  161. }
  162. .panel23{
  163. width: 630rpx;
  164. }
  165. .panel221{
  166. width: 310rpx;
  167. height:252rpx;
  168. background: #F2F2F2;
  169. border-radius: 20rpx;
  170. align-items: flex-start;
  171. justify-content: flex-start;
  172. margin: 5rpx;
  173. position: relative;
  174. }
  175. .panel2211{
  176. width: 30rpx;
  177. height:30rpx;
  178. background: #4d4d4d;
  179. border-radius: 10rpx;
  180. margin: 30rpx 0 0 30rpx;
  181. }
  182. .mg4_iconNum1_1{
  183. width: 6rpx;
  184. height:12rpx;
  185. }
  186. .mg4_iconNum2_1{
  187. width: 8rpx;
  188. height:12rpx;
  189. }
  190. .mg4_iconNum4_1{
  191. width: 10rpx;
  192. height:12rpx;
  193. }
  194. .text7{
  195. margin: 30rpx 0 0 30rpx;
  196. font-size: 28rpx;
  197. }
  198. .text8{
  199. margin: 0 0 0 30rpx;
  200. font-family: Roboto-Black;
  201. font-size: 36rpx;
  202. }
  203. .text9{
  204. margin: 0 0 0 30rpx;
  205. font-size: 28rpx;
  206. }
  207. .text10{
  208. background: #FFFFFF;
  209. border-radius: 10rpx;
  210. font-size: 20rpx;
  211. color: #EB5C28;
  212. text-align: center;
  213. width:100rpx;
  214. line-height: 48rpx;
  215. position: absolute;
  216. top:20rpx;
  217. right:20rpx;
  218. }
  219. .mg4_textH3_2{
  220. width:80rpx;
  221. height:20rpx;
  222. }
  223. .panel24{
  224. width: 630rpx;
  225. background: #F2F2F2;
  226. border-radius: 20rpx;
  227. align-items: flex-start;
  228. justify-content: flex-start;
  229. margin: 5rpx;
  230. position: relative;
  231. margin-bottom: 30rpx;
  232. }
  233. .panel241{
  234. background: #FFFFFF;
  235. border-radius: 20rpx;
  236. width:590rpx;
  237. margin: 30rpx 0 20rpx 20rpx;
  238. justify-content: flex-start;
  239. }
  240. .panel2411{
  241. width:100%;
  242. justify-content: space-between;
  243. align-items: flex-start;
  244. }
  245. .text11{
  246. font-size: 24rpx;
  247. height:33rpx;
  248. }
  249. .panel24111{
  250. width:96rpx;
  251. height:149rpx;
  252. margin:30rpx 0 0 0;
  253. }
  254. .panel24112{
  255. width:478rpx;
  256. height:235rpx;
  257. margin-top: 30rpx;
  258. z-index: 20;
  259. align-items: flex-start;
  260. }
  261. .panel241111{
  262. margin-top: 20rpx;
  263. width:96rpx;
  264. height:96rpx;
  265. }
  266. .text12{
  267. font-size: 24rpx;
  268. font-weight: 400;
  269. line-height:96rpx;
  270. margin-left:80rpx;
  271. }
  272. .panel242{
  273. width:570rpx;
  274. height:116rpx;
  275. background: #f2f2f2;
  276. border-radius: 10rpx;
  277. margin: -68rpx 0 0 0;
  278. }
  279. .panel2421{
  280. justify-content: flex-start;
  281. margin: 5rpx 0;
  282. width: 100%;
  283. }
  284. .text13{
  285. font-size: 24rpx;
  286. font-weight: 400;
  287. margin-left: 30rpx;
  288. }
  289. .color1{
  290. width:16rpx;
  291. height:16rpx;
  292. border-radius: 4rpx;
  293. background: #F8C6B4;
  294. margin-left: 10rpx;
  295. }
  296. .color2{
  297. background: #EF7F57;
  298. }
  299. .text14{
  300. margin-top: 43rpx;
  301. font-size: 24rpx;
  302. font-family: Roboto-Black;
  303. }
  304. .text141{
  305. margin-top: 15rpx;
  306. }
  307. .panel243{
  308. width:570rpx;
  309. margin: 10rpx 0 0 0;
  310. justify-content: space-between;
  311. }
  312. .panel2431{
  313. width:280rpx;
  314. height:143rpx;
  315. border-radius: 10rpx;
  316. background: #f2f2f2;
  317. margin-bottom: 10rpx;
  318. }
  319. .panel24311{
  320. width:100%;
  321. justify-content: space-between;
  322. }
  323. .panel243111{
  324. margin-right: 30rpx;
  325. }
  326. .text17{
  327. font-size: 24rpx;
  328. font-weight: 400;
  329. margin-left: 30rpx;
  330. }
  331. .text18{
  332. font-family: Roboto-Black;
  333. font-size: 28rpx;
  334. }
  335. .text19{
  336. font-size: 22rpx;
  337. }
  338. .text16{
  339. width:250rpx;
  340. font-weight: 400;
  341. margin-left: 30rpx;
  342. font-size: 22rpx;
  343. color: #5A5A5A;
  344. margin-top: 10rpx;
  345. }
  346. .mg4_practicePic_2{
  347. width:100%;
  348. height:460rpx;
  349. margin-top: 80rpx;
  350. }
  351. .panel3{
  352. margin-top: 80rpx;
  353. min-height: 240rpx;
  354. }
  355. .panel31{
  356. width:100%;
  357. justify-content: flex-start;
  358. }
  359. .panel311{
  360. margin-left: 18rpx;
  361. width: 34rpx;
  362. height: 34rpx;
  363. border-radius: 50%;
  364. background-color: #EB5C28;
  365. }
  366. .panel4{
  367. margin-top: -310rpx;
  368. min-height: 210rpx;
  369. }
  370. .mg4_iconNext_1{
  371. width:14rpx;
  372. height:20rpx;
  373. }