detail.wxss 15 KB

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