detail.wxss 13 KB

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