detail.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  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: 10;
  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_shelve_white_26x26 {
  43. width: 26rpx;
  44. height: 26rpx;
  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: 28rpx;
  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. }
  333. .AnswerHover{
  334. background-color: #262935;
  335. }
  336. .Answer .btnColor {
  337. height: 14rpx;
  338. width: 75%;
  339. border-radius: 4rpx;
  340. margin-top: 16rpx;
  341. }
  342. .Answer .btnTime {
  343. margin-top: 34rpx;
  344. }
  345. .Answer .Answer0 {
  346. background-color: #fe6659;
  347. }
  348. .Answer .Answer1 {
  349. background-color: #ffbc00;
  350. }
  351. .Answer .Answer1Recommend {
  352. height: 50rpx;
  353. border-bottom-left-radius: 0;
  354. border-bottom-right-radius: 0;
  355. margin-top: 16rpx;
  356. }
  357. .Answer .Answer2 {
  358. background-color: #329468;
  359. }
  360. .Answer .Answer3 {
  361. background-color: #0a60be;
  362. }
  363. .footer0 {
  364. height: 180rpx;
  365. width: 100%;
  366. z-index: 1;
  367. }
  368. /* 最后一页 */
  369. .panelLast {
  370. width: 100%;
  371. justify-content: flex-start;
  372. align-items: flex-start;
  373. position: fixed;
  374. top: 156rpx;
  375. color: #fff;
  376. z-index: 20;
  377. }
  378. .text1 {
  379. margin: 100rpx 0 60rpx 40rpx;
  380. font-size: 90rpx;
  381. }
  382. .text1_iPad {
  383. margin: 20rpx 0 60rpx 40rpx;
  384. font-size: 90rpx;
  385. }
  386. .panelLastTime {
  387. font-size: 28rpx;
  388. font-weight: 400;
  389. color: #e3e3e3;
  390. margin: 0 0 40rpx 40rpx;
  391. align-items: flex-start;
  392. }
  393. .panelLastTime .time1 {
  394. font-size: 90rpx;
  395. }
  396. .panelLastTime .time11 {
  397. font-size: 108rpx;
  398. font-family: 'Roboto-Black';
  399. }
  400. .panelLastTime .time2 {
  401. font-size: 36rpx;
  402. font-family: 'Roboto-Black';
  403. }
  404. .panelLastFooter {
  405. width: 100%;
  406. position: fixed;
  407. bottom: 0;
  408. align-items: flex-start;
  409. font-size: 36rpx;
  410. }
  411. .panelLastFooter .panelLastFooter1 {
  412. width: 100%;
  413. height: 131rpx;
  414. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  415. justify-content: flex-start;
  416. }
  417. .panelLastFooter .panelLastFooter2 {
  418. width: 100%;
  419. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  420. text-align: center;
  421. line-height: 131rpx;
  422. }
  423. .universalpic_undo_gray_26x20 {
  424. width: 26rpx;
  425. height: 19rpx;
  426. margin: 0 20rpx 0 30rpx;
  427. }
  428. .universalpic_screenshot_gray_30x30 {
  429. width: 30rpx;
  430. height: 30rpx;
  431. margin: 0 20rpx 0 30rpx;
  432. }
  433. .numberContainer {
  434. width: 100%;
  435. justify-content: flex-start;
  436. align-items: flex-start;
  437. position: fixed;
  438. top: 0;
  439. color: #fff;
  440. z-index: 20;
  441. }
  442. .numberContainer .numberContainer11 {
  443. margin: 50rpx 0 0 30rpx;
  444. font-size:32rpx;
  445. }
  446. .numberContainer .left {
  447. margin-left: 30rpx;
  448. font-weight: 400;
  449. font-size:28rpx;
  450. }
  451. .numberContainer .right3 {
  452. margin-right: 30rpx;
  453. font-weight: 500;
  454. font-size:28rpx;
  455. }
  456. .numberContainer .numberContainer12 {
  457. justify-content: space-between;
  458. height: 100rpx;
  459. width: 100%;
  460. font-weight: 400;
  461. }
  462. .numberContainer .numberContaineFooter{
  463. width: 100%;
  464. position: fixed;
  465. bottom: 0;
  466. align-items: flex-start;
  467. font-size: 36rpx;
  468. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  469. text-align: center;
  470. line-height: 131rpx;
  471. }
  472. .lineWidthAll{
  473. width: 100%;
  474. justify-content: flex-end;
  475. height: 1rpx;
  476. background-color: transparent;
  477. }
  478. .lineWidth720{
  479. width: 720rpx;
  480. height: 1rpx;
  481. background-color:rgba(0, 0, 0, 0.2);
  482. }
  483. .lineFooter{
  484. width: 100%;
  485. height: 1rpx;
  486. background-color:rgba(0, 0, 0, 0.2);
  487. }
  488. .lineWidth670{
  489. width: 670rpx;
  490. height: 1rpx;
  491. background-color:rgba(0, 0, 0, 0.2);
  492. }
  493. .practice_introduction_marks_a {
  494. width: 22rpx;
  495. height: 16rpx;
  496. margin-top: 104rpx;
  497. }
  498. .text2 {
  499. margin-top: 30rpx;
  500. font-size: 28rpx;
  501. font-weight: 400;
  502. text-align: center;
  503. }
  504. .practice_introduction_marks_b {
  505. width: 22rpx;
  506. height: 16rpx;
  507. margin-top: 30rpx;
  508. }
  509. .text3 {
  510. margin-top: 40rpx;
  511. font-size: 20rpx;
  512. font-weight: 500;
  513. text-align: center;
  514. }
  515. .Canvas{
  516. width: 600px;
  517. height: 360px;
  518. position: fixed;
  519. left:760rpx;
  520. }
  521. /* 更多功能 */
  522. .numberContainerFooter1{
  523. width:100%;
  524. position: fixed;
  525. bottom:131rpx;
  526. }
  527. .numberContainerFooter102{
  528. width:100%;
  529. height: 132rpx;
  530. justify-content: flex-start;
  531. }
  532. .numberContainerFooter103{
  533. width:100%;
  534. height: 111rpx;
  535. justify-content: flex-start;
  536. }
  537. .numberContainerFooter104{
  538. width:100%;
  539. height: 100rpx;
  540. justify-content: flex-start;
  541. }
  542. .numberContainerFooter101{
  543. width:100%;
  544. height: 234rpx;
  545. justify-content: flex-start;
  546. align-items: flex-start;
  547. }
  548. .universalpic_sendtoback_gray_30x26{
  549. width: 30rpx;
  550. height: 26rpx;
  551. margin: 0 30rpx 0 30rpx;
  552. }
  553. .universalpic_edit_gray_25x25{
  554. width: 25rpx;
  555. height: 25rpx;
  556. margin: 0 30rpx 0 30rpx;
  557. }
  558. .universalpic_bell_gray_30x30{
  559. width:30rpx;
  560. height:30rpx;
  561. margin: 40rpx 20rpx 0 30rpx;
  562. }
  563. .universalpic_typesize_gray_30x18{
  564. width: 30rpx;
  565. height: 18rpx;
  566. margin: 57rpx 20rpx 0 30rpx;
  567. }
  568. .numberContainerFooter11{
  569. align-items: flex-start;
  570. margin-top: 40rpx;
  571. }
  572. .numberContainerFooter111{
  573. font-size:36rpx;
  574. font-weight: 400;
  575. }
  576. .numberContainerFooter1111{
  577. margin-top: 40rpx;
  578. }
  579. .numberContainerFooter113{
  580. font-size:28rpx;
  581. font-weight: 400;
  582. margin-left: 80rpx;
  583. }
  584. .numberContainerFooter112{
  585. justify-content: flex-start;
  586. }
  587. .numberContainerFooter1121{
  588. width:108rpx;
  589. line-height:73rpx;
  590. border:3rpx solid #D2D2D2;
  591. border-radius: 10rpx;
  592. text-align: center;
  593. margin: 30rpx 30rpx 0 0;
  594. font-size:24rpx;
  595. }
  596. .numberContainerFooter1121Select{
  597. border:3rpx solid #F1AB1E;
  598. color:#F1AB1E
  599. }