detail.wxss 15 KB

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