detail.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  1. page{
  2. background-color: #D2D2D2;
  3. }
  4. .square{
  5. background-color: #181A21;
  6. width:136rpx;
  7. line-height:53rpx;
  8. text-align: center;
  9. color: #fff;
  10. border-radius:10rpx;
  11. font-size:24rpx;
  12. font-weight: 500;
  13. z-index: 101;
  14. position: relative;
  15. }
  16. .CombinedShape1{
  17. width:80rpx;
  18. height:80rpx;
  19. justify-content: flex-start;
  20. }
  21. .CombinedShape11{
  22. width:19rpx;
  23. height:34rpx;
  24. }
  25. /* 工具栏 */
  26. .panelTop {
  27. width: 100%;
  28. height: 110rpx;
  29. position: fixed;
  30. font-size: 20rpx;
  31. z-index: 20;
  32. }
  33. .panelCancel {
  34. width: 100rpx;
  35. height: 110rpx;
  36. margin: 0 10rpx;
  37. }
  38. .panelCancel0 {
  39. width: 70rpx;
  40. height: 70rpx;
  41. background-color: rgba(0, 0, 0, 0.1);
  42. border-radius: 50%;
  43. }
  44. .universalpic_light_gray_20x28{
  45. width: 20rpx;
  46. height: 28rpx;
  47. }
  48. .universalpic_undo_white_30p_26x20 {
  49. width: 26rpx;
  50. height: 19rpx;
  51. }
  52. .universalpic_han_gray_28x25{
  53. width: 28rpx;
  54. height: 25rpx;
  55. }
  56. .universalpic_wrench_gray_26x26 {
  57. width: 26rpx;
  58. height: 26rpx;
  59. }
  60. .universalpic_edit_gray_25x25 {
  61. width: 25rpx;
  62. height: 25rpx;
  63. }
  64. .universalpic_star_gray_34x34 {
  65. width: 34rpx;
  66. height: 34rpx;
  67. }
  68. .panelNumber {
  69. width: 218rpx;
  70. height: 50rpx;
  71. margin: 20rpx 31rpx;
  72. align-items: flex-start;
  73. }
  74. .panelNumber1 {
  75. font-family: 'Roboto-Black';
  76. font-size: 20rpx;
  77. margin: 0 3rpx;
  78. height: 50rpx;
  79. min-width: 50rpx;
  80. text-align: center;
  81. line-height: 50rpx;
  82. color: rgba(255, 255, 255, 0.5);
  83. }
  84. .panelNumber2 {
  85. color: #fff;
  86. }
  87. .panelNumber2Line {
  88. width: 70%;
  89. height: 6rpx;
  90. margin-top: -7rpx;
  91. }
  92. .panelField10 {
  93. width: 100%;
  94. height: 110rpx;
  95. }
  96. .footerShade{
  97. width: 100%;
  98. position: fixed;
  99. height:480rpx;
  100. bottom: 0;
  101. z-index: 1;
  102. }
  103. /* 段落显示************************ */
  104. .editFieldNull{
  105. height:50rpx;
  106. }
  107. .editFieldNull2{
  108. height:60rpx;
  109. }
  110. .panelItem {
  111. width: 650rpx;
  112. font-weight: 400;
  113. flex-wrap: wrap;
  114. justify-content: flex-start;
  115. z-index: 5;
  116. position: relative;
  117. }
  118. .panelField1 {
  119. width: 100%;
  120. justify-content: flex-start;
  121. z-index: 5;
  122. position: relative;
  123. }
  124. .panelField11 {
  125. font-size: 48rpx;
  126. justify-content: flex-start;
  127. color: #fff;
  128. }
  129. .panelTag {
  130. width: 100%;
  131. min-height: 95rpx;
  132. align-items: flex-start;
  133. justify-content: flex-start;
  134. margin-top: 60rpx;
  135. z-index: 5;
  136. }
  137. .panelTag .panelTagLine {
  138. margin: 0 0 0 50rpx;
  139. max-width: 650rpx;
  140. height: 10rpx;
  141. }
  142. .panelTag .panelTag1 {
  143. margin: 0 0 0 50rpx;
  144. width: 650rpx;
  145. flex-wrap: wrap;
  146. align-items: flex-start;
  147. justify-content: flex-start;
  148. }
  149. .panelTag .tag {
  150. font-size: 46rpx;
  151. margin: 0 30rpx 20rpx 0;
  152. font-weight: 400;
  153. color: #F1AB1E;
  154. }
  155. .right2 {
  156. position: absolute;
  157. top: 0;
  158. right: 0;
  159. width: 134rpx;
  160. height: 150rpx;
  161. align-items: flex-start;
  162. }
  163. .universalpic_show_white_30x30 {
  164. width: 36rpx;
  165. height: 36rpx;
  166. margin: 68rpx 50rpx 0 50rpx;
  167. }
  168. .universalpic_hide_white_34x34 {
  169. width: 36rpx;
  170. height: 20rpx;
  171. margin: 68rpx 50rpx 0 50rpx;
  172. }
  173. .universalpic_4blocks_gray_28x28{
  174. width: 28rpx;
  175. height: 28rpx;
  176. }
  177. .panelField20 {
  178. width: 100%;
  179. justify-content: flex-start;
  180. z-index: 5;
  181. position: relative;
  182. min-height:240rpx;
  183. }
  184. .panelField2 {
  185. width: 710rpx;
  186. margin-bottom: 20rpx;
  187. border-radius: 20rpx;
  188. min-height:240rpx;
  189. }
  190. .panelField21 {
  191. width: 650rpx;
  192. font-size: 36rpx;
  193. margin: 40rpx;
  194. line-height: 66rpx;
  195. }
  196. .panelItem .panelSound {
  197. width: 40rpx;
  198. height: 40rpx;
  199. margin: 0 10rpx 0 0;
  200. background-color: #fff;
  201. border-radius: 50%;
  202. }
  203. .panelItem .panelSoundHover {
  204. background-color: #d2d2d2;
  205. }
  206. .panelItem .panelSoundHover1 {
  207. color: #d2d2d2;
  208. }
  209. .panelItem .universalpic_starting_tc01_26x26{
  210. width: 26rpx;
  211. height: 26rpx;
  212. margin: 10rpx 20rpx 10rpx 0;
  213. }
  214. .panelItem .universalpic_read_mark_black_20x20 {
  215. width: 21rpx;
  216. height: 20rpx;
  217. }
  218. .panelItem .textProblem{
  219. padding: 3rpx 20rpx;
  220. background-color: #F1AB1E;
  221. border-radius: 22rpx;
  222. text-align: center;
  223. font-size:28rpx;
  224. line-height: 45rpx;
  225. font-weight: 500;
  226. color:#1e1e1e;
  227. margin: 0 0 10rpx 0;
  228. }
  229. .panelItem .textDot{
  230. color: #F1AB1E;
  231. font-size:36rpx;
  232. margin-right: 20rpx;
  233. }
  234. .panelItem .textLine {
  235. text-decoration: underline;
  236. }
  237. .panelItem .textHighlighter {
  238. color:#1E1E1E;
  239. }
  240. .panelItem .textNormal {
  241. min-height: 50rpx;
  242. overflow:hidden;
  243. color:#fff;
  244. }
  245. .panelItem .textBigword{
  246. font-size:108rpx;
  247. }
  248. .panelItem .textNormal2 {
  249. font-size: 36rpx;
  250. }
  251. .panelItem .textPinyin {
  252. text-decoration: underline;
  253. margin-right: 10rpx;
  254. }
  255. .panelItem .panelRecorder {
  256. width:100%;
  257. justify-content: flex-start;
  258. }
  259. .panelItem .panelRecorder0 {
  260. width: 168rpx;
  261. height: 70rpx;
  262. background-color: #fff;
  263. border-radius: 10rpx;
  264. }
  265. .panelItem .imageContainer {
  266. width: 650rpx;
  267. margin: 6rpx 0;
  268. border-radius: 20rpx;
  269. background-color: rgba(0,0,0,0.1);
  270. position: relative;
  271. }
  272. .panelItem .imageFree {
  273. width: 650rpx;
  274. border-radius: 6rpx;
  275. }
  276. .panelItem .imageContainer2 {
  277. width: 650rpx;
  278. border-radius: 10rpx;
  279. background-color: rgba(0,0,0,0.1);
  280. position: relative;
  281. }
  282. .panelItem .imageFree2 {
  283. width: 650rpx;
  284. border-radius: 10rpx;
  285. }
  286. .panelItem .BishunPlay{
  287. width:80rpx;
  288. height:80rpx;
  289. background-color: #9B9B9B;
  290. color:#fff;
  291. position: absolute;
  292. bottom:0;
  293. right:0;
  294. z-index: 10;
  295. font-size:28rpx;
  296. text-align: center;
  297. line-height: 80rpx;
  298. }
  299. .panelItem .textBr {
  300. width: 100%;
  301. height: 24rpx;
  302. }
  303. .panelItem .textReturn {
  304. width: 100%;
  305. }
  306. .panelItem .textReturn2 {
  307. width: 100%;
  308. height: 30rpx;
  309. }
  310. /* ******************************** */
  311. /* 底部记忆选择 */
  312. .footer{
  313. width: 710rpx;
  314. position: fixed;
  315. bottom: 0;
  316. z-index: 10;
  317. border-top-left-radius: 20rpx;
  318. border-top-right-radius: 20rpx;
  319. }
  320. .footerImage{
  321. width:710rpx;
  322. position: absolute;
  323. bottom:0;
  324. height:80rpx;
  325. z-index: 10;
  326. }
  327. .panelFooter {
  328. width: 710rpx;
  329. margin-bottom: 20rpx;
  330. background-color: #181a21;
  331. border-radius: 20rpx;
  332. color: #d2d2d2;
  333. font-size: 48rpx;
  334. text-align: center;
  335. line-height: 140rpx;
  336. z-index: 15;
  337. position: relative;
  338. top:0;
  339. left:0;
  340. overflow: hidden;
  341. }
  342. .panelFooter0 {
  343. line-height: 40rpx;
  344. }
  345. .panelBottomAnswer {
  346. width: 1420rpx;
  347. position: relative;
  348. top:0;
  349. left:355rpx;
  350. }
  351. .panelBottomAnswer0{
  352. width: 710rpx;
  353. font-size: 28rpx;
  354. justify-content: space-between;
  355. z-index: 10;
  356. height: 140rpx;
  357. }
  358. .iphoneX {
  359. width: 100%;
  360. height: 60rpx;
  361. z-index: 10;
  362. }
  363. .Answer {
  364. flex: 1;
  365. font-size: 24rpx;
  366. justify-content: flex-start;
  367. height: 140rpx;
  368. }
  369. .Answer00 {
  370. flex: 1;
  371. font-size: 24rpx;
  372. height: 140rpx;
  373. color:#D2D2D2;
  374. }
  375. .AnswerLeft{
  376. border-top-left-radius: 20rpx;
  377. border-bottom-left-radius: 20rpx;
  378. }
  379. .AnswerRight{
  380. border-top-right-radius: 20rpx;
  381. border-bottom-right-radius: 20rpx;
  382. width:110rpx;
  383. font-size: 24rpx;
  384. height: 140rpx;
  385. }
  386. .line2{
  387. width:2rpx;
  388. height:70rpx;
  389. background-color: #2D313E;
  390. }
  391. .line3{
  392. width:2rpx;
  393. height:30rpx;
  394. background-color: #2D313E;
  395. }
  396. .AnswerHover{
  397. background-color: #262935;
  398. }
  399. .btnColor {
  400. height: 14rpx;
  401. width: 75%;
  402. border-radius: 4rpx;
  403. margin-top: 16rpx;
  404. }
  405. .btnTime {
  406. margin-top: 34rpx;
  407. }
  408. .Answer0 {
  409. background-color: #fe6659;
  410. }
  411. .Answer1 {
  412. background-color: #ffbc00;
  413. }
  414. .Answer1Recommend {
  415. height: 50rpx;
  416. border-bottom-left-radius: 0;
  417. border-bottom-right-radius: 0;
  418. margin-top: 16rpx;
  419. }
  420. .Answer2 {
  421. background-color: #329468;
  422. }
  423. .Answer3 {
  424. background-color: #0a60be;
  425. }
  426. .Answer4 {
  427. background-color: #3C4152;
  428. width:30rpx;
  429. }
  430. .footer0 {
  431. height: 180rpx;
  432. width: 100%;
  433. z-index: 1;
  434. }
  435. /* 最后一页 */
  436. .panelLast {
  437. width: 100%;
  438. justify-content: flex-start;
  439. align-items: flex-start;
  440. position: fixed;
  441. color: #fff;
  442. z-index: 20;
  443. }
  444. .text1 {
  445. margin: 80rpx 0 60rpx 40rpx;
  446. font-size: 144rpx;
  447. }
  448. .text1_iPad {
  449. margin: -80rpx 0 10rpx 40rpx;
  450. font-size: 144rpx;
  451. }
  452. .panelLastTime {
  453. font-size: 36rpx;
  454. font-weight: 400;
  455. color: #d2d2d2;
  456. margin: 0 0 40rpx 40rpx;
  457. align-items: flex-start;
  458. }
  459. .panelLastTime .time1 {
  460. font-size: 28rpx;
  461. }
  462. .panelLastTime .time11 {
  463. font-size: 144rpx;
  464. font-family: 'Roboto-Black';
  465. }
  466. .panelLastTime .time11_1 {
  467. margin-top: 70rpx;
  468. }
  469. .panelLastTime2{
  470. width:100%;
  471. }
  472. .panelLastTime2 .panelLastTime21{
  473. width:345rpx;
  474. height:212rpx;
  475. background-color: rgba(0, 0, 0, 0.2);
  476. border-radius:20rpx;
  477. margin: 0 10rpx;
  478. font-size:36rpx;
  479. color:#d2d2d2;
  480. font-weight: 400;
  481. align-items: flex-start;
  482. }
  483. .panelLastTime2 .panelLastTime211{
  484. margin-left: 70rpx;
  485. font-weight: 400;
  486. }
  487. .panelLastTime2 .time2 {
  488. margin-left: 70rpx;
  489. justify-content: flex-start;
  490. }
  491. .panelLastTime2 .time21{
  492. font-size: 96rpx;
  493. font-family: 'Roboto-Black';
  494. }
  495. .panelLastTime2 .time21_1{
  496. margin: 30rpx 0 0 10rpx;
  497. }
  498. .panelLastTime3{
  499. margin: 30rpx 0 0 50rpx;
  500. font-size: 24rpx;
  501. color:#d2d2d2;
  502. }
  503. .panelLastTime4{
  504. width: 710rpx;
  505. height:100rpx;
  506. margin:20rpx 0 0 20rpx;
  507. justify-content: space-between;
  508. background-color: rgba(0, 0, 0, 0.2);
  509. border-radius: 20rpx;
  510. }
  511. .panelLastTime4 .panelLastTime41{
  512. font-size: 28rpx;
  513. margin-left: 30rpx;
  514. color:#f2f2f2;
  515. }
  516. .panelLastFooter {
  517. width: 100%;
  518. position: fixed;
  519. bottom: 0;
  520. justify-content: flex-end;
  521. z-index: 100;
  522. }
  523. .panelLastFooter .panelLastFooter1 {
  524. width: 730rpx;
  525. height: 140rpx;
  526. border-top-left-radius: 10rpx;
  527. border-top-right-radius: 10rpx;
  528. border-bottom-left-radius: 40rpx;
  529. border-bottom-right-radius: 40rpx;
  530. background-color: #181A21;
  531. margin-bottom: 10rpx;
  532. position: relative;
  533. }
  534. .panelLastFooter .panelLastFooter11 {
  535. width:365rpx;
  536. height:140rpx;
  537. font-size: 24rpx;
  538. color:#D2D2D2;
  539. }
  540. .icon_reload_1{
  541. width: 30rpx;
  542. height: 30rpx;
  543. margin: 0 20rpx 20rpx 0;
  544. }
  545. .icon_report_1{
  546. width: 24rpx;
  547. height: 30rpx;
  548. margin-bottom: 20rpx;
  549. }
  550. .panelLastFooter2{
  551. background-image: linear-gradient(141deg, #746D6B 0%, #504846 100%);
  552. border-radius: 10rpx;
  553. width:80rpx;
  554. height:100rpx;
  555. position: absolute;
  556. bottom:90rpx;
  557. left:150rpx;
  558. justify-content: flex-end;
  559. }
  560. .icon_flag_3{
  561. width:80rpx;
  562. height:75rpx;
  563. border-radius: 0 0 10rpx 10rpx;
  564. }
  565. .universalpic_undo_gray_26x20 {
  566. width: 26rpx;
  567. height: 19rpx;
  568. margin: 0 20rpx 0 30rpx;
  569. }
  570. .universalpic_screenshot_gray_30x30 {
  571. width: 30rpx;
  572. height: 30rpx;
  573. margin: 0 20rpx 0 30rpx;
  574. }
  575. .universalpic_close_gray_24x24{
  576. width: 24rpx;
  577. height: 24rpx;
  578. }
  579. .numberContainer {
  580. width: 100%;
  581. justify-content: flex-start;
  582. align-items: flex-start;
  583. position: fixed;
  584. bottom: 0;
  585. color: #fff;
  586. z-index: 20;
  587. }
  588. .numberContainer .numberContainer11 {
  589. margin: 50rpx 0 0 30rpx;
  590. font-size:32rpx;
  591. }
  592. .numberContainer .left {
  593. margin-left: 30rpx;
  594. font-weight: 400;
  595. font-size:28rpx;
  596. }
  597. .numberContainer .right3 {
  598. margin-right: 30rpx;
  599. font-weight: 500;
  600. font-size:28rpx;
  601. }
  602. .numberContainer .numberContainer12 {
  603. justify-content: space-between;
  604. height: 100rpx;
  605. width: 100%;
  606. font-weight: 400;
  607. }
  608. .numberContainer .numberContaineFooter{
  609. width: 100%;
  610. position: fixed;
  611. bottom: 0;
  612. align-items: flex-start;
  613. font-size: 36rpx;
  614. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  615. text-align: center;
  616. line-height: 131rpx;
  617. }
  618. .lineWidthAll{
  619. width: 100%;
  620. justify-content: flex-end;
  621. height: 1rpx;
  622. background-color: transparent;
  623. }
  624. .lineWidth720{
  625. width: 720rpx;
  626. height: 1rpx;
  627. background-color:rgba(0, 0, 0, 0.2);
  628. }
  629. .lineFooter{
  630. width: 100%;
  631. height: 1rpx;
  632. background-color:rgba(0, 0, 0, 0.2);
  633. }
  634. .lineWidth670{
  635. width: 670rpx;
  636. height: 1rpx;
  637. background-color:rgba(0, 0, 0, 0.2);
  638. }
  639. .practice_introduction_marks_a {
  640. width: 22rpx;
  641. height: 16rpx;
  642. margin-top: 104rpx;
  643. }
  644. .text2 {
  645. margin-top: 30rpx;
  646. font-size: 28rpx;
  647. font-weight: 400;
  648. text-align: center;
  649. }
  650. .practice_introduction_marks_b {
  651. width: 22rpx;
  652. height: 16rpx;
  653. margin-top: 30rpx;
  654. }
  655. .text3 {
  656. margin-top: 40rpx;
  657. font-size: 20rpx;
  658. font-weight: 500;
  659. text-align: center;
  660. }
  661. /* 更多功能 */
  662. .numberContainerFooter1{
  663. width:100%;
  664. position: fixed;
  665. bottom:131rpx;
  666. }
  667. .numberContainerFooter102{
  668. width:100%;
  669. height: 132rpx;
  670. justify-content: flex-start;
  671. }
  672. .numberContainerFooter103{
  673. width:100%;
  674. height: 111rpx;
  675. justify-content: flex-start;
  676. }
  677. .numberContainerFooter104{
  678. width:100%;
  679. height: 100rpx;
  680. justify-content: flex-start;
  681. }
  682. .numberContainerFooter101{
  683. width:100%;
  684. height: 234rpx;
  685. justify-content: flex-start;
  686. align-items: flex-start;
  687. }
  688. .universalpic_sendtoback_gray_30x26{
  689. width: 30rpx;
  690. height: 26rpx;
  691. margin: 0 30rpx;
  692. }
  693. .universalpic_practisemodel_gray_30x28{
  694. width: 30rpx;
  695. height: 28rpx;
  696. margin: 0 30rpx;
  697. }
  698. .universalpic_autoread_gray_30x23{
  699. width:30rpx;
  700. height:23rpx;
  701. margin: 0 30rpx;
  702. }
  703. .numberContainerFooter11{
  704. align-items: flex-start;
  705. margin-top: 40rpx;
  706. }
  707. .numberContainerFooter111{
  708. font-size:36rpx;
  709. font-weight: 400;
  710. }
  711. .numberContainerFooter1111{
  712. margin-top: 40rpx;
  713. }
  714. .numberContainerFooter113{
  715. font-size:28rpx;
  716. font-weight: 400;
  717. margin-left: 80rpx;
  718. }
  719. .numberContainerFooter112{
  720. justify-content: flex-start;
  721. }
  722. .switch{
  723. position: absolute;
  724. right:30rpx;
  725. }
  726. .StopAudioPlay{
  727. position: fixed;
  728. top:278rpx;
  729. right:0rpx;
  730. width:170rpx;
  731. height:70rpx;
  732. border-top-left-radius: 35rpx;
  733. border-bottom-left-radius: 35rpx;
  734. z-index: 20;
  735. font-size:20rpx;
  736. color:#D2D2D2;
  737. line-height: 70rpx;
  738. }
  739. .universalpic_cardlist_gray_30x28{
  740. width:30rpx;
  741. height:28rpx;
  742. margin: 0 30rpx;
  743. }
  744. .numberContainerFooter107{
  745. width:100%;
  746. justify-content: space-between;
  747. height:132rpx;
  748. }
  749. .Arrow{
  750. width:16rpx;
  751. height:26rpx;
  752. margin-right: 30rpx;
  753. }
  754. .numberContainerFooter106{
  755. width:100%;
  756. justify-content: flex-start;
  757. align-items: flex-start;
  758. position: absolute;
  759. top:30rpx;
  760. z-index: 10;
  761. }
  762. .numberContainerFooter1061{
  763. font-size:32rpx;
  764. margin:0 0 0 30rpx;
  765. }
  766. .numberContainerFooter1062{
  767. font-size:20rpx;
  768. color:rgba(255, 255, 255, 0.6);
  769. margin:4rpx 0 0 30rpx;
  770. width:690rpx;
  771. }
  772. .FolderList{
  773. width:100%;
  774. height:780rpx;
  775. background-color: rgba(0, 0, 0, 0.2);
  776. position: absolute;
  777. top:200rpx;
  778. z-index: 10;
  779. justify-content: flex-start;
  780. }
  781. .FolderItem{
  782. width:710rpx;
  783. height:100rpx;
  784. border-radius: 10rpx;
  785. border:2rpx solid rgba(255,255,255,0.2);
  786. margin:30rpx 0 0 20rpx;
  787. justify-content: space-between;
  788. }
  789. .FolderItem0{
  790. margin:20rpx 0 0 20rpx;
  791. }
  792. .FolderItem1{
  793. margin:0 30rpx;
  794. font-size:28rpx;
  795. font-weight: 400;
  796. }
  797. .FolderItem2{
  798. color:rgba(255, 255, 255, 0.4);
  799. font-weight: 500;
  800. }
  801. .FolderTitle{
  802. margin:50rpx 50rpx 0 50rpx;
  803. width:650rpx;
  804. font-size:28rpx;
  805. }
  806. .numberContainerFooter105{
  807. width:100%;
  808. height: 125rpx;
  809. position: fixed;
  810. bottom:131rpx;
  811. justify-content: space-between;
  812. z-index: 50;
  813. }
  814. .numberContainerFooter1051{
  815. align-items: flex-start;
  816. margin: 0 0 0 30rpx;
  817. }
  818. .numberContainerFooter10511{
  819. font-size:24rpx;
  820. font-weight: 400;
  821. }
  822. .numberContainerFooter10512{
  823. font-size:20rpx;
  824. color:rgba(255, 255, 255, 0.6);
  825. }
  826. .FolderTitle2{
  827. margin: 4rpx 0 0 50rpx;
  828. font-size:20rpx;
  829. color:rgba(255, 255, 255, 0.6);
  830. }
  831. .universalpic_typesize_gray_30x18{
  832. width: 30rpx;
  833. height: 18rpx;
  834. margin: 57rpx 20rpx 0 30rpx;
  835. }
  836. .numberContainerFooter1121{
  837. width:108rpx;
  838. line-height:73rpx;
  839. border:3rpx solid #D2D2D2;
  840. border-radius: 10rpx;
  841. text-align: center;
  842. margin: 30rpx 30rpx 0 0;
  843. font-size:24rpx;
  844. }
  845. .numberContainerFooter1121Select{
  846. border:3rpx solid #F1AB1E;
  847. color:#F1AB1E
  848. }