detail.wxss 11 KB

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