detail.wxss 9.9 KB

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