detail.wxss 15 KB

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