detail.wxss 11 KB

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