opentask.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. .page {
  2. position: fixed;
  3. width: 100%;
  4. height: 100%;
  5. background-color: rgba(0,0,0,0.4);
  6. overflow: hidden;
  7. display: flex;
  8. flex-direction: column;
  9. top:0;
  10. left: 0;
  11. z-index: 999999;
  12. }
  13. .page .main1 {
  14. position: fixed;
  15. bottom: 0;
  16. z-index: 9999999;
  17. left: 0;
  18. background-color: rgba(0,0,0,0.4);
  19. }
  20. .page .group1 {
  21. display: flex;
  22. flex-direction: column;
  23. width: 750rpx;
  24. }
  25. .page .section1 {
  26. height: 469rpx;
  27. border-radius: NaNrpx;
  28. background-color: rgba(255,255,255,1);
  29. display: flex;
  30. flex-direction: column;
  31. padding-top: 40rpx;
  32. width: 750rpx;
  33. }
  34. .page .bd1 {
  35. width: 750rpx;
  36. height: 357rpx;
  37. display: flex;
  38. flex-direction: column;
  39. }
  40. .page .main2 {
  41. width: 690rpx;
  42. height: 30rpx;
  43. margin-left: 30rpx;
  44. flex-direction: row;
  45. display: flex;
  46. }
  47. .page .box1 {
  48. width: 8rpx;
  49. height: 26rpx;
  50. background-color: rgba(82,161,255,1);
  51. margin-top: 2rpx;
  52. display: flex;
  53. flex-direction: column;
  54. }
  55. .page .txt1 {
  56. width: 180rpx;
  57. height: 30rpx;
  58. display: block;
  59. overflow-wrap: break-word;
  60. color: rgba(51,51,51,1);
  61. font-size: 30rpx;
  62. font-family: PingFangSC-Medium;
  63. white-space: nowrap;
  64. line-height: 30rpx;
  65. text-align: left;
  66. margin-left: 10rpx;
  67. }
  68. .page .info1 {
  69. width: 73rpx;
  70. height: 30rpx;
  71. display: block;
  72. overflow-wrap: break-word;
  73. color: rgba(51,51,51,1);
  74. font-size: 30rpx;
  75. font-family: PingFangSC-Medium;
  76. white-space: nowrap;
  77. line-height: 30rpx;
  78. text-align: left;
  79. margin-left: 419rpx;
  80. }
  81. .page .main3 {
  82. width: 750rpx;
  83. height: 1rpx;
  84. background-color: rgba(237,237,237,1);
  85. margin-top: 40rpx;
  86. display: flex;
  87. flex-direction: column;
  88. }
  89. .page .main4 {
  90. height: 80rpx;
  91. border-radius: 8rpx;
  92. background-color: rgba(246,246,246,1);
  93. display: flex;
  94. flex-direction: column;
  95. width: 690rpx;
  96. justify-content: center;
  97. align-items: center;
  98. margin: 30rpx 0 0 30rpx;
  99. }
  100. .page .box2 {
  101. width: 630rpx;
  102. height: 36rpx;
  103. flex-direction: row;
  104. display: flex;
  105. justify-content: space-between;
  106. }
  107. .page .txt2 {
  108. width: 80%;
  109. height: 28rpx;
  110. display: block;
  111. overflow-wrap: break-word;
  112. color: rgba(51,51,51,1);
  113. font-size: 28rpx;
  114. font-family: PingFangSC-Regular;
  115. white-space: nowrap;
  116. line-height: 28rpx;
  117. text-align: left;
  118. margin-top: 4rpx;
  119. }
  120. .page .icon1 {
  121. width: 36rpx;
  122. height: 36rpx;
  123. }
  124. .page .main5 {
  125. width: 134rpx;
  126. height: 28rpx;
  127. flex-direction: row;
  128. display: flex;
  129. justify-content: space-between;
  130. margin: 40rpx 0 0 308rpx;
  131. }
  132. .page .icon2 {
  133. width: 28rpx;
  134. height: 28rpx;
  135. flex-shrink: 0;
  136. }
  137. .page .info2 {
  138. width: 96rpx;
  139. height: 24rpx;
  140. display: block;
  141. overflow-wrap: break-word;
  142. color: rgba(109,186,26,1);
  143. font-size: 24rpx;
  144. font-family: PingFangSC-Regular;
  145. white-space: nowrap;
  146. line-height: 24rpx;
  147. text-align: left;
  148. margin-top: 2rpx;
  149. margin-left: 20rpx;
  150. }
  151. .page .error {
  152. color: red;
  153. }
  154. .page .main6 {
  155. width: 532rpx;
  156. height: 68rpx;
  157. flex-direction: row;
  158. display: flex;
  159. justify-content: space-between;
  160. margin: 40rpx 0 0 109rpx;
  161. }
  162. .page .mod1 {
  163. height: 68rpx;
  164. border-radius: 4rpx;
  165. border: 1px solid rgba(204,204,204,1);
  166. display: flex;
  167. flex-direction: column;
  168. width: 216rpx;
  169. justify-content: center;
  170. align-items: center;
  171. }
  172. .page .word1 {
  173. width: 56rpx;
  174. height: 28rpx;
  175. display: block;
  176. overflow-wrap: break-word;
  177. color: rgba(51,51,51,1);
  178. font-size: 28rpx;
  179. font-family: PingFangSC-Regular;
  180. white-space: nowrap;
  181. line-height: 28rpx;
  182. text-align: left;
  183. }
  184. .page .mod2 {
  185. height: 68rpx;
  186. border-radius: 4rpx;
  187. background-color: rgba(82,161,255,1);
  188. display: flex;
  189. flex-direction: column;
  190. width: 216rpx;
  191. justify-content: center;
  192. align-items: center;
  193. }
  194. .page .box3 {
  195. width: 150rpx;
  196. height: 28rpx;
  197. flex-direction: row;
  198. display: flex;
  199. justify-content: space-between;
  200. }
  201. .mod3 {
  202. height: 28rpx;
  203. display: flex;
  204. flex-direction: column;
  205. width: 28rpx;
  206. padding: 9rpx 0 0 7rpx;
  207. }
  208. .outer1 {
  209. width: 16rpx;
  210. height: 12rpx;
  211. display: flex;
  212. flex-direction: column;
  213. }
  214. .info3 {
  215. width: 100%;
  216. height: 28rpx;
  217. display: block;
  218. overflow-wrap: break-word;
  219. color: rgba(255,255,255,1);
  220. font-size: 28rpx;
  221. font-family: PingFangSC-Regular;
  222. white-space: nowrap;
  223. line-height: 28rpx;
  224. text-align: center;
  225. }
  226. .bd1 {
  227. width: 750rpx;
  228. height: 1334rpx;
  229. display: flex;
  230. flex-direction: column;
  231. }
  232. .mod1 {
  233. height: 40rpx;
  234. background-color: rgba(255,255,255,1);
  235. display: flex;
  236. flex-direction: column;
  237. width: 750rpx;
  238. padding: 7rpx 0 0 12rpx;
  239. }
  240. .block1 {
  241. width: 727rpx;
  242. height: 29rpx;
  243. flex-direction: row;
  244. display: flex;
  245. }
  246. .icon1 {
  247. width: 33rpx;
  248. height: 20rpx;
  249. margin-top: 2rpx;
  250. }
  251. .word1 {
  252. width: 74rpx;
  253. height: 29rpx;
  254. display: block;
  255. overflow-wrap: break-word;
  256. color: rgba(3,3,3,1);
  257. font-size: 24rpx;
  258. font-family: Helvetica;
  259. white-space: nowrap;
  260. line-height: 29rpx;
  261. margin-left: 7rpx;
  262. }
  263. .box1 {
  264. width: 29rpx;
  265. height: 20rpx;
  266. display: flex;
  267. flex-direction: column;
  268. margin: 2rpx 0 0 17rpx;
  269. }
  270. .txt1 {
  271. width: 90rpx;
  272. height: 29rpx;
  273. display: block;
  274. overflow-wrap: break-word;
  275. color: rgba(3,3,3,1);
  276. font-size: 24rpx;
  277. font-family: Helvetica;
  278. white-space: nowrap;
  279. line-height: 29rpx;
  280. text-align: center;
  281. margin-left: 158rpx;
  282. }
  283. .box22 {
  284. width: 12rpx;
  285. height: 20rpx;
  286. display: flex;
  287. flex-direction: column;
  288. margin: 2rpx 0 0 177rpx;
  289. }
  290. .info1 {
  291. width: 66rpx;
  292. height: 29rpx;
  293. display: block;
  294. overflow-wrap: break-word;
  295. color: rgba(3,3,3,1);
  296. font-size: 24rpx;
  297. font-family: Helvetica;
  298. white-space: nowrap;
  299. line-height: 29rpx;
  300. text-align: right;
  301. margin-left: 5rpx;
  302. }
  303. .img1 {
  304. width: 53rpx;
  305. height: 23rpx;
  306. margin: 2rpx 0 0 6rpx;
  307. }
  308. .mod2 {
  309. height: 88rpx;
  310. background-color: rgba(255,255,255,1);
  311. display: flex;
  312. flex-direction: column;
  313. padding-left: 24rpx;
  314. width: 750rpx;
  315. justify-content: center;
  316. }
  317. .section1 {
  318. width: 710rpx;
  319. flex-direction: row;
  320. display: flex;
  321. }
  322. .label1 {
  323. width: 48rpx;
  324. height: 48rpx;
  325. margin-top: 8rpx;
  326. }
  327. .txt2 {
  328. width: 144rpx;
  329. height: 36rpx;
  330. display: block;
  331. overflow-wrap: break-word;
  332. color: rgba(51,51,51,1);
  333. font-size: 36rpx;
  334. font-family: PingFangSC-Medium;
  335. white-space: nowrap;
  336. line-height: 36rpx;
  337. text-align: left;
  338. /* margin: 14rpx 0 0 231rpx; */
  339. }
  340. .img2 {
  341. width: 174rpx;
  342. height: 64rpx;
  343. margin-left: 113rpx;
  344. }
  345. .mod33 {
  346. z-index: 42;
  347. height: 184rpx;
  348. background-color: rgba(255,255,255,1);
  349. display: flex;
  350. flex-direction: column;
  351. padding-top: 32rpx;
  352. width: 750rpx;
  353. position: relative;
  354. }
  355. .main99 {
  356. width: 750rpx;
  357. height: 152rpx;
  358. display: flex;
  359. flex-direction: column;
  360. }
  361. .layer1 {
  362. width: 198rpx;
  363. height: 30rpx;
  364. margin-left: 30rpx;
  365. flex-direction: row;
  366. display: flex;
  367. justify-content: space-between;
  368. }
  369. .outer11 {
  370. width: 8rpx;
  371. height: 26rpx;
  372. background-color: rgba(82,161,255,1);
  373. margin-top: 2rpx;
  374. display: flex;
  375. flex-direction: column;
  376. }
  377. .word2 {
  378. width: 180rpx;
  379. height: 30rpx;
  380. display: block;
  381. overflow-wrap: break-word;
  382. color: rgba(51,51,51,1);
  383. font-size: 30rpx;
  384. font-family: PingFangSC-Medium;
  385. white-space: nowrap;
  386. line-height: 30rpx;
  387. text-align: left;
  388. }
  389. .layer2 {
  390. width: 592rpx;
  391. height: 58rpx;
  392. flex-direction: row;
  393. display: flex;
  394. justify-content: space-between;
  395. margin: 32rpx 0 0 79rpx;
  396. }
  397. .main22 {
  398. width: 152rpx;
  399. height: 58rpx;
  400. border-radius: 29rpx;
  401. border: 1px solid rgba(82,161,255,1);
  402. display: flex;
  403. flex-direction: column;
  404. }
  405. .main33 {
  406. width: 152rpx;
  407. height: 58rpx;
  408. border-radius: 29rpx;
  409. border: 1px solid rgba(82,161,255,1);
  410. display: flex;
  411. flex-direction: column;
  412. }
  413. .main44 {
  414. width: 152rpx;
  415. height: 58rpx;
  416. border-radius: 29rpx;
  417. border: 1px solid rgba(82,161,255,1);
  418. display: flex;
  419. flex-direction: column;
  420. }
  421. .layer3 {
  422. width: 750rpx;
  423. height: 1rpx;
  424. background-color: rgba(237,237,237,1);
  425. margin-top: 31rpx;
  426. display: flex;
  427. flex-direction: column;
  428. }
  429. .word3 {
  430. z-index: 45;
  431. position: absolute;
  432. left: 103rpx;
  433. top: 110rpx;
  434. width: 104rpx;
  435. height: 26rpx;
  436. display: block;
  437. overflow-wrap: break-word;
  438. color: rgba(82,161,255,1);
  439. font-size: 26rpx;
  440. font-family: PingFangSC-Regular;
  441. white-space: nowrap;
  442. line-height: 26rpx;
  443. text-align: center;
  444. }
  445. .word4 {
  446. z-index: 48;
  447. position: absolute;
  448. left: 323rpx;
  449. top: 110rpx;
  450. width: 104rpx;
  451. height: 26rpx;
  452. display: block;
  453. overflow-wrap: break-word;
  454. color: rgba(82,161,255,1);
  455. font-size: 26rpx;
  456. font-family: PingFangSC-Regular;
  457. white-space: nowrap;
  458. line-height: 26rpx;
  459. text-align: center;
  460. }
  461. .word5 {
  462. z-index: 51;
  463. position: absolute;
  464. left: 543rpx;
  465. top: 110rpx;
  466. width: 104rpx;
  467. height: 26rpx;
  468. display: block;
  469. overflow-wrap: break-word;
  470. color: rgba(82,161,255,1);
  471. font-size: 26rpx;
  472. font-family: PingFangSC-Regular;
  473. white-space: nowrap;
  474. line-height: 26rpx;
  475. text-align: center;
  476. }
  477. .mod4 {
  478. height: 98rpx;
  479. background-color: rgba(255,255,255,1);
  480. display: flex;
  481. flex-direction: column;
  482. width: 750rpx;
  483. justify-content: center;
  484. align-items: center;
  485. }
  486. .main55 {
  487. width: 690rpx;
  488. height: 78rpx;
  489. flex-direction: row;
  490. display: flex;
  491. justify-content: space-between;
  492. }
  493. .word6 {
  494. width: 90rpx;
  495. height: 30rpx;
  496. display: block;
  497. overflow-wrap: break-word;
  498. color: rgba(51,51,51,1);
  499. font-size: 30rpx;
  500. font-family: PingFangSC-Regular;
  501. white-space: nowrap;
  502. line-height: 30rpx;
  503. text-align: left;
  504. margin-top: 24rpx;
  505. }
  506. .info2 {
  507. width: 70%;
  508. display: block;
  509. overflow-wrap: break-word;
  510. color: rgba(102,102,102,1);
  511. font-size: 30rpx;
  512. font-family: PingFangSC-Regular;
  513. white-space: nowrap;
  514. text-align: right;
  515. margin: 24rpx 0 0 30rpx;
  516. }
  517. picker{
  518. width: fit-content!important;
  519. margin-right: 20rpx;
  520. }
  521. .picker{
  522. display: flex;
  523. }
  524. .label2 {
  525. width: 22rpx;
  526. height: 12rpx;
  527. margin: 33rpx 0 0 8rpx;
  528. }
  529. .wrap1 {
  530. height: 78rpx;
  531. border-radius: 8rpx;
  532. background-color: rgba(82,161,255,1);
  533. margin-left: 56rpx;
  534. display: flex;
  535. flex-direction: column;
  536. width: 164rpx;
  537. justify-content: center;
  538. align-items: center;
  539. margin-right: 0;
  540. }
  541. .info33 {
  542. width: 112rpx;
  543. height: 28rpx;
  544. display: block;
  545. overflow-wrap: break-word;
  546. color: rgba(255,255,255,1);
  547. font-size: 28rpx;
  548. font-family: PingFangSC-Medium;
  549. white-space: nowrap;
  550. line-height: 28rpx;
  551. text-align: center;
  552. }
  553. .info4 {
  554. width: 183rpx;
  555. height: 33rpx;
  556. display: block;
  557. overflow-wrap: break-word;
  558. color: rgba(155,155,155,1);
  559. font-size: 24rpx;
  560. letter-spacing: 1rpx;
  561. font-family: PingFangSC-Regular;
  562. white-space: nowrap;
  563. line-height: 33rpx;
  564. text-align: left;
  565. margin: 24rpx 0 0 30rpx;
  566. }
  567. .mod5 {
  568. width: 750rpx;
  569. height: 308rpx;
  570. margin-top: 24rpx;
  571. display: flex;
  572. flex-direction: column;
  573. justify-content: space-between;
  574. }
  575. .group1-0 {
  576. z-index: 63;
  577. height: 154rpx;
  578. background-color: rgba(255,255,255,1);
  579. display: flex;
  580. flex-direction: column;
  581. padding-top: 32rpx;
  582. width: 750rpx;
  583. position: relative;
  584. }
  585. .group2-0 {
  586. width: 750rpx;
  587. height: 122rpx;
  588. display: flex;
  589. flex-direction: column;
  590. }
  591. .main6-0 {
  592. width: 662rpx;
  593. height: 35rpx;
  594. margin-left: 30rpx;
  595. flex-direction: row;
  596. display: flex;
  597. justify-content: space-between;
  598. }
  599. .info5-0 {
  600. width: 257rpx;
  601. height: 28rpx;
  602. display: block;
  603. overflow-wrap: break-word;
  604. color: rgba(25,28,39,1);
  605. font-size: 28rpx;
  606. font-family: PingFangSC-Semibold;
  607. white-space: nowrap;
  608. line-height: 28rpx;
  609. text-align: left;
  610. margin-top: 7rpx;
  611. }
  612. .word7-0 {
  613. width: 72rpx;
  614. height: 24rpx;
  615. display: block;
  616. overflow-wrap: break-word;
  617. color: rgba(102,102,102,1);
  618. font-size: 24rpx;
  619. font-family: PingFangSC-Regular;
  620. white-space: nowrap;
  621. line-height: 24rpx;
  622. text-align: left;
  623. }
  624. .main7-0 {
  625. width: 690rpx;
  626. height: 50rpx;
  627. flex-direction: row;
  628. display: flex;
  629. justify-content: space-between;
  630. margin: 5rpx 0 0 30rpx;
  631. }
  632. .word8-0 {
  633. width: 216rpx;
  634. height: 24rpx;
  635. display: block;
  636. overflow-wrap: break-word;
  637. color: rgba(102,102,102,1);
  638. font-size: 24rpx;
  639. font-family: PingFangSC-Regular;
  640. white-space: nowrap;
  641. line-height: 24rpx;
  642. text-align: left;
  643. margin-top: 19rpx;
  644. }
  645. .outer2-0 {
  646. width: 128rpx;
  647. height: 50rpx;
  648. border-radius: 8rpx;
  649. border: 1px solid rgba(82,161,255,1);
  650. display: flex;
  651. flex-direction: column;
  652. }
  653. .main8-0 {
  654. width: 750rpx;
  655. height: 1rpx;
  656. background-color: rgba(237,237,237,1);
  657. margin-top: 31rpx;
  658. display: flex;
  659. flex-direction: column;
  660. }
  661. .word9-0 {
  662. z-index: 70;
  663. position: absolute;
  664. left: 612rpx;
  665. top: 86rpx;
  666. width: 88rpx;
  667. height: 22rpx;
  668. display: block;
  669. overflow-wrap: break-word;
  670. color: rgba(82,161,255,1);
  671. font-size: 22rpx;
  672. font-family: PingFangSC-Regular;
  673. white-space: nowrap;
  674. line-height: 22rpx;
  675. text-align: center;
  676. }
  677. .group1-1 {
  678. z-index: 63;
  679. height: 154rpx;
  680. background-color: rgba(255,255,255,1);
  681. display: flex;
  682. flex-direction: column;
  683. padding-top: 32rpx;
  684. width: 750rpx;
  685. position: relative;
  686. }
  687. .group2-1 {
  688. width: 750rpx;
  689. height: 122rpx;
  690. display: flex;
  691. flex-direction: column;
  692. }
  693. .main6-1 {
  694. width: 662rpx;
  695. height: 35rpx;
  696. margin-left: 30rpx;
  697. flex-direction: row;
  698. display: flex;
  699. justify-content: space-between;
  700. }
  701. .info5-1 {
  702. width: 257rpx;
  703. height: 28rpx;
  704. display: block;
  705. overflow-wrap: break-word;
  706. color: rgba(25,28,39,1);
  707. font-size: 28rpx;
  708. font-family: PingFangSC-Semibold;
  709. white-space: nowrap;
  710. line-height: 28rpx;
  711. text-align: left;
  712. margin-top: 7rpx;
  713. }
  714. .word7-1 {
  715. width: 72rpx;
  716. height: 24rpx;
  717. display: block;
  718. overflow-wrap: break-word;
  719. color: rgba(102,102,102,1);
  720. font-size: 24rpx;
  721. font-family: PingFangSC-Regular;
  722. white-space: nowrap;
  723. line-height: 24rpx;
  724. text-align: left;
  725. }
  726. .main7-1 {
  727. width: 690rpx;
  728. height: 50rpx;
  729. flex-direction: row;
  730. display: flex;
  731. justify-content: space-between;
  732. margin: 5rpx 0 0 30rpx;
  733. }
  734. .word8-1 {
  735. width: 216rpx;
  736. height: 24rpx;
  737. display: block;
  738. overflow-wrap: break-word;
  739. color: rgba(102,102,102,1);
  740. font-size: 24rpx;
  741. font-family: PingFangSC-Regular;
  742. white-space: nowrap;
  743. line-height: 24rpx;
  744. text-align: left;
  745. margin-top: 19rpx;
  746. }
  747. .outer2-1 {
  748. width: 128rpx;
  749. height: 50rpx;
  750. border-radius: 8rpx;
  751. border: 1px solid rgba(82,161,255,1);
  752. display: flex;
  753. flex-direction: column;
  754. }
  755. .main8-1 {
  756. width: 750rpx;
  757. height: 1rpx;
  758. background-color: rgba(237,237,237,1);
  759. margin-top: 31rpx;
  760. display: flex;
  761. flex-direction: column;
  762. }
  763. .word9-1 {
  764. z-index: 70;
  765. position: absolute;
  766. left: 612rpx;
  767. top: 86rpx;
  768. width: 88rpx;
  769. height: 22rpx;
  770. display: block;
  771. overflow-wrap: break-word;
  772. color: rgba(82,161,255,1);
  773. font-size: 22rpx;
  774. font-family: PingFangSC-Regular;
  775. white-space: nowrap;
  776. line-height: 22rpx;
  777. text-align: center;
  778. }
  779. .mod6 {
  780. width: 750rpx;
  781. height: 20rpx;
  782. background-color: rgba(246,246,246,1);
  783. margin-top: 266rpx;
  784. display: flex;
  785. flex-direction: column;
  786. }
  787. .mod7 {
  788. height: 148rpx;
  789. border-radius: NaNrpx;
  790. background-color: rgba(255,255,255,1);
  791. margin-top: 101rpx;
  792. display: flex;
  793. flex-direction: column;
  794. width: 750rpx;
  795. justify-content: center;
  796. align-items: center;
  797. }
  798. .bd2 {
  799. height: 88rpx;
  800. border-radius: 8rpx;
  801. background-color: rgba(82,161,255,1);
  802. box-shadow: 0px 10px 20px 0px rgba(51,145,236,0.3);
  803. display: flex;
  804. flex-direction: column;
  805. width: 690rpx;
  806. justify-content: center;
  807. align-items: center;
  808. }
  809. .word10 {
  810. width: 64rpx;
  811. height: 32rpx;
  812. display: block;
  813. overflow-wrap: break-word;
  814. color: rgba(255,255,255,1);
  815. font-size: 32rpx;
  816. font-family: PingFangSC-Medium;
  817. white-space: nowrap;
  818. line-height: 32rpx;
  819. text-align: center;
  820. }
  821. .words{
  822. margin-left: 20rpx;
  823. margin-top: 10rpx;
  824. }