detail.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. }
  5. /* 工具栏 */
  6. .panelTop {
  7. width: 100%;
  8. height: 110rpx;
  9. position: fixed;
  10. top: 0;
  11. font-size: 20rpx;
  12. z-index: 10;
  13. }
  14. .panelCancel {
  15. width: 100rpx;
  16. height: 110rpx;
  17. margin: 0 5rpx;
  18. }
  19. .panelCancel0 {
  20. width: 70rpx;
  21. height: 70rpx;
  22. background-color: rgba(0, 0, 0, 0.1);
  23. border-radius: 50%;
  24. }
  25. .universalpic_undo_white_30p_26x20 {
  26. width: 26rpx;
  27. height: 19rpx;
  28. }
  29. .universalpic_typesize_white_30x18 {
  30. width: 29rpx;
  31. height: 18rpx;
  32. }
  33. .universalpic_shelve_white_26x26 {
  34. width: 26rpx;
  35. height: 26rpx;
  36. }
  37. .universalpic_edit_white_25x25 {
  38. width: 25rpx;
  39. height: 25rpx;
  40. }
  41. .panelNumber {
  42. width: 218rpx;
  43. height: 50rpx;
  44. margin: 20rpx 31rpx;
  45. align-items: flex-start;
  46. }
  47. .panelNumber1 {
  48. font-family: 'Roboto-Black';
  49. font-size: 20rpx;
  50. margin: 0 3rpx;
  51. height: 50rpx;
  52. min-width: 50rpx;
  53. text-align: center;
  54. line-height: 50rpx;
  55. color: rgba(255, 255, 255, 0.5);
  56. }
  57. .panelNumber2 {
  58. color: #fff;
  59. }
  60. .panelNumber2Line {
  61. width: 70%;
  62. height: 6rpx;
  63. margin-top: -7rpx;
  64. }
  65. /* 段落显示************************ */
  66. .editFieldNull{
  67. height:60rpx;
  68. }
  69. .editFieldNull2{
  70. height:80rpx;
  71. }
  72. .panelItem {
  73. width: 650rpx;
  74. font-weight: 400;
  75. flex-wrap: wrap;
  76. justify-content: flex-start;
  77. z-index: 5;
  78. }
  79. .panelField10 {
  80. width: 100%;
  81. height: 110rpx;
  82. }
  83. .panelField1 {
  84. width: 100%;
  85. justify-content: flex-start;
  86. }
  87. .panelField11 {
  88. font-size: 48rpx;
  89. justify-content: flex-start;
  90. color: #fff;
  91. }
  92. .panelTag {
  93. width: 100%;
  94. min-height: 95rpx;
  95. align-items: flex-start;
  96. justify-content: flex-start;
  97. margin-top: 80rpx;
  98. z-index: 5;
  99. }
  100. .panelTag .panelTagLine {
  101. margin: 0 0 0 50rpx;
  102. max-width: 650rpx;
  103. height: 10rpx;
  104. }
  105. .panelTag .panelTag1 {
  106. margin: 0 0 0 50rpx;
  107. width: 650rpx;
  108. flex-wrap: wrap;
  109. align-items: flex-start;
  110. justify-content: flex-start;
  111. }
  112. .panelTag .tag {
  113. font-size: 46rpx;
  114. margin: 20rpx 30rpx 0 0;
  115. font-weight: 400;
  116. color: #d2d2d2;
  117. }
  118. .right2 {
  119. position: absolute;
  120. top: 0;
  121. right: 0;
  122. width: 134rpx;
  123. height: 150rpx;
  124. align-items: flex-start;
  125. }
  126. .line1 {
  127. width: 4rpx;
  128. height: 30rpx;
  129. background-color: rgba(255, 255, 255, 0.2);
  130. margin-top: 66rpx;
  131. }
  132. .universalpic_show_white_30x30 {
  133. width: 36rpx;
  134. height: 36rpx;
  135. margin: 68rpx 50rpx 0 50rpx;
  136. }
  137. .universalpic_hide_white_34x34 {
  138. width: 36rpx;
  139. height: 20rpx;
  140. margin: 68rpx 50rpx 0 50rpx;
  141. }
  142. .panelField20 {
  143. width: 100%;
  144. justify-content: flex-start;
  145. z-index: 5;
  146. }
  147. .panelField2 {
  148. width: 710rpx;
  149. margin-bottom: 20rpx;
  150. border-radius: 20rpx;
  151. }
  152. .panelField21 {
  153. width: 650rpx;
  154. font-size: 36rpx;
  155. margin: 50rpx 40rpx;
  156. }
  157. .panelItem .panelSound {
  158. width: 40rpx;
  159. height: 40rpx;
  160. margin: 0 10rpx 0 0;
  161. background-color: #fff;
  162. border-radius: 50%;
  163. }
  164. .panelItem .panelSoundHover {
  165. background-color: #d2d2d2;
  166. }
  167. .panelItem .panelSoundHover1 {
  168. color: #d2d2d2;
  169. }
  170. .panelItem .universalpic_read_mark_black_20x20 {
  171. width: 21rpx;
  172. height: 20rpx;
  173. }
  174. .panelItem .textLine {
  175. text-decoration: underline;
  176. }
  177. .panelItem .textNormal {
  178. min-height: 50rpx;
  179. }
  180. .panelItem .textNormal2 {
  181. font-size: 36rpx;
  182. }
  183. .panelItem .textPinyin {
  184. text-decoration: underline;
  185. margin-right: 10rpx;
  186. }
  187. .panelItem .imageContainer {
  188. width: 650rpx;
  189. margin: 6rpx 0;
  190. border-radius: 20rpx;
  191. background-color: rgba(0,0,0,0.1);
  192. }
  193. .panelItem .imageFree {
  194. width: 650rpx;
  195. border-radius: 20rpx;
  196. }
  197. .panelItem .imageContainer2 {
  198. width: 650rpx;
  199. border-radius: 10rpx;
  200. background-color: rgba(0,0,0,0.1);
  201. }
  202. .panelItem .imageFree2 {
  203. width: 650rpx;
  204. border-radius: 10rpx;
  205. }
  206. .panelItem .textBr {
  207. width: 100%;
  208. height: 24rpx;
  209. }
  210. .panelItem .textReturn {
  211. width: 100%;
  212. }
  213. .panelItem .textReturn2 {
  214. width: 100%;
  215. height: 30rpx;
  216. }
  217. /* ******************************** */
  218. /* 底部记忆选择 */
  219. .footerShade{
  220. width: 100%;
  221. position: fixed;
  222. height:480rpx;
  223. bottom: 0;
  224. z-index: 7;
  225. }
  226. .footer{
  227. width: 710rpx;
  228. position: fixed;
  229. bottom: 0;
  230. z-index: 10;
  231. border-top-left-radius: 20rpx;
  232. border-top-right-radius: 20rpx;
  233. }
  234. .panelFooter {
  235. width: 710rpx;
  236. margin-bottom: 20rpx;
  237. background-color: #181a21;
  238. border-radius: 20rpx;
  239. color: #d2d2d2;
  240. font-size: 48rpx;
  241. text-align: center;
  242. line-height: 140rpx;
  243. }
  244. .panelFooter0 {
  245. line-height: 40rpx;
  246. }
  247. .panelBottomAnswer0 {
  248. width: 100%;
  249. height: 20rpx;
  250. z-index: 10;
  251. }
  252. .panelBottomAnswer {
  253. width: 100%;
  254. font-size: 28rpx;
  255. justify-content: space-between;
  256. z-index: 10;
  257. height: 140rpx;
  258. }
  259. .iphoneX {
  260. width: 100%;
  261. height: 60rpx;
  262. z-index: 10;
  263. }
  264. .Answer {
  265. flex: 1;
  266. font-size: 28rpx;
  267. justify-content: flex-start;
  268. height: 140rpx;
  269. }
  270. .Answer .btnColor {
  271. height: 14rpx;
  272. width: 75%;
  273. border-radius: 4rpx;
  274. margin-top: 34rpx;
  275. }
  276. .Answer .btnTime {
  277. margin-top: 14rpx;
  278. }
  279. .Answer .Answer0 {
  280. background-color: #fe6659;
  281. }
  282. .Answer .Answer1 {
  283. background-color: #ffbc00;
  284. }
  285. .Answer .Answer2 {
  286. background-color: #329468;
  287. }
  288. .Answer .Answer3 {
  289. background-color: #0a60be;
  290. }
  291. .footer0 {
  292. height: 180rpx;
  293. width: 100%;
  294. z-index: 1;
  295. }
  296. /* 最后一页 */
  297. .panelLast {
  298. width: 100%;
  299. justify-content: flex-start;
  300. align-items: flex-start;
  301. position: fixed;
  302. top: 0;
  303. color: #fff;
  304. z-index: 20;
  305. }
  306. .text1 {
  307. margin: 100rpx 0 60rpx 40rpx;
  308. font-size: 90rpx;
  309. }
  310. .text1_iPad {
  311. margin: 20rpx 0 60rpx 40rpx;
  312. font-size: 90rpx;
  313. }
  314. .panelLastTime {
  315. font-size: 28rpx;
  316. font-weight: 400;
  317. color: #e3e3e3;
  318. margin: 0 0 40rpx 40rpx;
  319. align-items: flex-start;
  320. }
  321. .panelLastTime .time1 {
  322. font-size: 90rpx;
  323. }
  324. .panelLastTime .time11 {
  325. font-size: 108rpx;
  326. font-family: 'Roboto-Black';
  327. }
  328. .panelLastTime .time2 {
  329. font-size: 36rpx;
  330. font-family: 'Roboto-Black';
  331. }
  332. .panelLastFooter {
  333. width: 100%;
  334. position: fixed;
  335. bottom: 0;
  336. align-items: flex-start;
  337. font-size: 36rpx;
  338. }
  339. .panelLastFooter .panelLastFooter1 {
  340. width: 100%;
  341. height: 131rpx;
  342. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  343. justify-content: flex-start;
  344. }
  345. .panelLastFooter .panelLastFooter2 {
  346. width: 100%;
  347. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  348. text-align: center;
  349. line-height: 131rpx;
  350. }
  351. .universalpic_undo_gray_26x20 {
  352. width: 26rpx;
  353. height: 19rpx;
  354. margin: 0 20rpx 0 30rpx;
  355. }
  356. .universalpic_screenshot_gray_30x30 {
  357. width: 30rpx;
  358. height: 30rpx;
  359. margin: 0 20rpx 0 30rpx;
  360. }
  361. .numberContainer {
  362. width: 100%;
  363. justify-content: flex-start;
  364. align-items: flex-start;
  365. position: fixed;
  366. top: 0;
  367. color: #fff;
  368. z-index: 20;
  369. }
  370. .numberContainer .numberContainer11 {
  371. margin: 50rpx 0 0 30rpx;
  372. font-size:32rpx;
  373. }
  374. .numberContainer .left {
  375. margin-left: 30rpx;
  376. font-weight: 400;
  377. font-size:28rpx;
  378. }
  379. .numberContainer .right3 {
  380. margin-right: 30rpx;
  381. font-weight: 500;
  382. font-size:28rpx;
  383. }
  384. .numberContainer .numberContainer12 {
  385. justify-content: space-between;
  386. height: 100rpx;
  387. width: 100%;
  388. font-weight: 400;
  389. }
  390. .numberContainer .numberContaineFooter{
  391. width: 100%;
  392. position: fixed;
  393. bottom: 0;
  394. align-items: flex-start;
  395. font-size: 36rpx;
  396. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  397. text-align: center;
  398. line-height: 131rpx;
  399. }
  400. .lineWidthAll{
  401. width: 100%;
  402. justify-content: flex-end;
  403. height: 1rpx;
  404. background-color: transparent;
  405. }
  406. .lineWidth720{
  407. width: 720rpx;
  408. height: 1rpx;
  409. background-color:rgba(0, 0, 0, 0.2);
  410. }
  411. .lineFooter{
  412. width: 100%;
  413. height: 1rpx;
  414. background-color:rgba(0, 0, 0, 0.2);
  415. }
  416. .practice_introduction_marks_a {
  417. width: 22rpx;
  418. height: 16rpx;
  419. margin-top: 104rpx;
  420. }
  421. .text2 {
  422. margin-top: 30rpx;
  423. font-size: 28rpx;
  424. font-weight: 400;
  425. text-align: center;
  426. }
  427. .practice_introduction_marks_b {
  428. width: 22rpx;
  429. height: 16rpx;
  430. margin-top: 30rpx;
  431. }
  432. .text3 {
  433. margin-top: 40rpx;
  434. font-size: 20rpx;
  435. font-weight: 500;
  436. text-align: center;
  437. }
  438. .Canvas{
  439. width: 600px;
  440. height: 360px;
  441. position: fixed;
  442. left:760rpx;
  443. }