detail.wxss 13 KB

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