preview.wxss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. .container {
  2. background-color: #e3e3e3;
  3. }
  4. .panelTop {
  5. width: 100%;
  6. height: 100rpx;
  7. background-color: #fff;
  8. justify-content: space-between;
  9. font-size: 28rpx;
  10. position: fixed;
  11. top:0;
  12. z-index: 10;
  13. border-bottom: 1rpx solid #d2d2d2;
  14. }
  15. .panelTop1{
  16. width:100%;
  17. height: 100rpx;
  18. background-color: #fff;
  19. }
  20. .left {
  21. margin-left: 10rpx;
  22. }
  23. .right {
  24. margin-right: 10rpx;
  25. }
  26. .universalpic_fav_default_gray_26x24 {
  27. width: 26rpx;
  28. height: 24rpx;
  29. }
  30. .panelTopBtn{
  31. width:80rpx;
  32. height:80rpx;
  33. font-size: 28rpx;
  34. margin:0 10rpx;
  35. }
  36. .panelTopBtn2{
  37. margin-left:0;
  38. }
  39. .panelTopBtn3{
  40. width:140rpx;
  41. height:80rpx;
  42. position: relative;
  43. }
  44. .panelTopBtn31{
  45. font-size: 28rpx;
  46. }
  47. .panelTopBtnNumber{
  48. text-align: center;
  49. background-color: #e3e3e3;
  50. border-radius: 12rpx;
  51. font-size: 20rpx;
  52. font-family: "Roboto-Black";
  53. position: absolute;
  54. right:0rpx;
  55. top:0rpx;
  56. padding: 0 10rpx;
  57. height:24rpx;
  58. line-height: 24rpx;
  59. }
  60. .panelTopBtn4{
  61. width:160rpx;
  62. }
  63. .universalpic_del_black_20x28{
  64. width:20rpx;
  65. height:28rpx;
  66. }
  67. .universalpic_star_black_34x34{
  68. width: 34rpx;
  69. height: 34rpx;
  70. }
  71. .universalpic_arrow_up_black_14x10{
  72. width: 14rpx;
  73. height:10rpx;
  74. margin-left:10rpx;
  75. }
  76. .universalpic_omit_black_36x10{
  77. width:36rpx;
  78. height:10rpx;
  79. }
  80. .panelTop2{
  81. background-color: #F8F8F8;
  82. width:100%;
  83. }
  84. .panelTop2Item{
  85. width:100%;
  86. height:100rpx;
  87. justify-content: space-between;
  88. }
  89. .universalpic_diagram_black_30x28{
  90. width:30rpx;
  91. height:28rpx;
  92. margin-left:20rpx;
  93. }
  94. .universalpic_calendar_black_30x32{
  95. width:30rpx;
  96. height:32rpx;
  97. margin-left:20rpx;
  98. }
  99. .panelTop2Item1{
  100. font-size:28rpx;
  101. font-weight: 400;
  102. margin-left:30rpx;
  103. }
  104. .Arrow{
  105. width:16rpx;
  106. height:26rpx;
  107. margin:0 30rpx;
  108. }
  109. /* 段落显示************************ */
  110. .editFieldNull{
  111. height:50rpx;
  112. }
  113. .editFieldNull1{
  114. height:40rpx;
  115. }
  116. .editFieldNull2{
  117. height:60rpx;
  118. }
  119. .editFieldNull3{
  120. height:30rpx;
  121. }
  122. .panelItem {
  123. width: 650rpx;
  124. font-weight: 400;
  125. flex-wrap: wrap;
  126. justify-content: flex-start;
  127. z-index: 5;
  128. position: relative;
  129. }
  130. .panelField1 {
  131. width: 100%;
  132. justify-content: flex-start;
  133. z-index: 5;
  134. position: relative;
  135. }
  136. .panelField11 {
  137. font-size: 48rpx;
  138. justify-content: flex-start;
  139. color: #fff;
  140. }
  141. .panelTag {
  142. width: 100%;
  143. min-height: 95rpx;
  144. align-items: flex-start;
  145. justify-content: flex-start;
  146. margin-top: 60rpx;
  147. z-index: 5;
  148. }
  149. .panelTag .panelTagLine {
  150. margin: 0 0 0 50rpx;
  151. max-width: 650rpx;
  152. height: 10rpx;
  153. }
  154. .panelTag .panelTag1 {
  155. margin: 0 0 0 50rpx;
  156. width: 650rpx;
  157. flex-wrap: wrap;
  158. align-items: flex-start;
  159. justify-content: flex-start;
  160. }
  161. .panelTag .tag {
  162. font-size: 46rpx;
  163. margin: 0 30rpx 20rpx 0;
  164. font-weight: 400;
  165. color: #F1AB1E;
  166. }
  167. .right2 {
  168. position: absolute;
  169. top: 0;
  170. right: 0;
  171. width: 134rpx;
  172. height: 150rpx;
  173. align-items: flex-start;
  174. }
  175. .universalpic_show_white_30x30 {
  176. width: 36rpx;
  177. height: 36rpx;
  178. margin: 68rpx 50rpx 0 50rpx;
  179. }
  180. .universalpic_hide_white_34x34 {
  181. width: 36rpx;
  182. height: 20rpx;
  183. margin: 68rpx 50rpx 0 50rpx;
  184. }
  185. .panelField20 {
  186. width: 100%;
  187. justify-content: flex-start;
  188. z-index: 5;
  189. position: relative;
  190. min-height:240rpx;
  191. }
  192. .panelField2 {
  193. width: 710rpx;
  194. margin-bottom: 20rpx;
  195. border-radius: 20rpx;
  196. min-height:240rpx;
  197. }
  198. .panelField21 {
  199. width: 650rpx;
  200. font-size: 36rpx;
  201. margin: 40rpx;
  202. line-height: 66rpx;
  203. }
  204. .panelItem .panelSound {
  205. width: 40rpx;
  206. height: 40rpx;
  207. margin: 0 10rpx 0 0;
  208. background-color: #fff;
  209. border-radius: 50%;
  210. }
  211. .panelItem .panelSoundHover {
  212. background-color: #d2d2d2;
  213. }
  214. .panelItem .panelSoundHover1 {
  215. color: #d2d2d2;
  216. }
  217. .panelItem .universalpic_starting_tc01_26x26{
  218. width: 26rpx;
  219. height: 26rpx;
  220. margin: 10rpx 20rpx 10rpx 0;
  221. }
  222. .panelItem .universalpic_read_mark_black_20x20 {
  223. width: 21rpx;
  224. height: 20rpx;
  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 .textProblem{
  237. padding: 3rpx 20rpx;
  238. background-color: #F1AB1E;
  239. border-radius: 22rpx;
  240. text-align: center;
  241. font-size:28rpx;
  242. line-height: 45rpx;
  243. font-weight: 700;
  244. color:#1e1e1e;
  245. margin: 0 0 10rpx 0;
  246. }
  247. .panelItem .textDot{
  248. color: #F1AB1E;
  249. font-size:36rpx;
  250. margin-right: 20rpx;
  251. }
  252. .panelItem .textLine {
  253. text-decoration: underline;
  254. }
  255. .panelItem .textHighlighter {
  256. color:#1E1E1E;
  257. }
  258. .panelItem .textNormal {
  259. min-height: 50rpx;
  260. }
  261. .panelItem .textBigword{
  262. font-size:108rpx;
  263. line-height: 108rpx;
  264. font-weight: bold;
  265. }
  266. .panelItem .textNormal2 {
  267. font-size: 36rpx;
  268. }
  269. .panelItem .textPinyin {
  270. text-decoration: underline;
  271. margin-right: 10rpx;
  272. text-decoration-skip: ink;
  273. }
  274. .panelItem .imageContainer {
  275. width: 650rpx;
  276. margin: 6rpx 0;
  277. border-radius: 20rpx;
  278. background-color: rgba(0,0,0,0.1);
  279. position: relative;
  280. }
  281. .panelItem .imageFree {
  282. width: 650rpx;
  283. border-radius: 6rpx;
  284. }
  285. .panelItem .imageContainer2 {
  286. width: 650rpx;
  287. border-radius: 10rpx;
  288. background-color: rgba(0,0,0,0.1);
  289. position: relative;
  290. }
  291. .panelItem .imageFree2 {
  292. width: 650rpx;
  293. border-radius: 10rpx;
  294. }
  295. .panelItem .BishunPlay{
  296. width:80rpx;
  297. height:80rpx;
  298. background-color: #9B9B9B;
  299. color:#fff;
  300. position: absolute;
  301. bottom:0;
  302. right:0;
  303. z-index: 10;
  304. font-size:28rpx;
  305. text-align: center;
  306. line-height: 80rpx;
  307. }
  308. .panelItem .textBr {
  309. width: 100%;
  310. height: 24rpx;
  311. }
  312. .panelItem .textLaTeXContainer{
  313. width: 100%;
  314. background-color: #fff;
  315. align-items: flex-start;
  316. border-radius: 10rpx;
  317. }
  318. .panelItem .textLaTeXName{
  319. width: 590rpx;
  320. font-size:28rpx;
  321. font-weight: 400;
  322. margin: 10rpx 0 0 30rpx;
  323. color:#2e2e2e;
  324. }
  325. .panelItem .textLaTeX {
  326. width: 590rpx;
  327. background-color: #fff;
  328. color: #000000;
  329. border-radius: 10rpx;
  330. font-size: 48rpx;
  331. margin: 20rpx 0 20rpx 30rpx;
  332. overflow-x:hidden;
  333. }
  334. .panelItem .textReturn {
  335. width: 100%;
  336. }
  337. .panelItem .textReturn2 {
  338. width: 100%;
  339. height: 30rpx;
  340. }
  341. /* ******************************** */
  342. .footer{
  343. width: 710rpx;
  344. position: fixed;
  345. bottom: 0;
  346. z-index: 10;
  347. border-top-left-radius: 20rpx;
  348. border-top-right-radius: 20rpx;
  349. }
  350. .panelFooter {
  351. width: 710rpx;
  352. margin-bottom: 20rpx;
  353. background-color: #181a21;
  354. border-radius: 20rpx;
  355. color: #d2d2d2;
  356. font-size: 48rpx;
  357. text-align: center;
  358. line-height: 140rpx;
  359. }
  360. .universalpic_next_gray_30x30{
  361. width:28rpx;
  362. height:26rpx;
  363. }
  364. .btn1 {
  365. width: 150rpx;
  366. height: 140rpx;
  367. }
  368. .btn2 {
  369. width: 450rpx;
  370. height: 140rpx;
  371. }
  372. .btn21 {
  373. font-size: 48rpx;
  374. color: #D2D2D2;
  375. text-align: center;
  376. padding-left: 0;
  377. padding-right: 0;
  378. background-color: #181a21;
  379. width: 454rpx;
  380. line-height: 140rpx;
  381. }
  382. .btn21::after {
  383. border: 0rpx;
  384. }
  385. .btn22 {
  386. width: 160rpx;
  387. line-height: 140rpx;
  388. text-align: center;
  389. font-size:36rpx;
  390. }
  391. .btn23 {
  392. width: 400rpx;
  393. }
  394. .panelSaveShare{
  395. justify-content: space-between;
  396. }
  397. .btn3 {
  398. width: 200rpx;
  399. line-height: 140rpx;
  400. text-align: center;
  401. font-size:36rpx;
  402. }
  403. .btn4 {
  404. width: 254rpx;
  405. line-height: 140rpx;
  406. text-align: center;
  407. font-size:48rpx;
  408. }
  409. .text5{
  410. width:108rpx;
  411. margin: 0 20rpx;
  412. }
  413. .universalpic_more_40x10 {
  414. width: 40rpx;
  415. height: 10rpx;
  416. }
  417. .universalpic_home_gray_36x36{
  418. width: 36rpx;
  419. height: 36rpx;
  420. }
  421. /* ****菜单********* */
  422. .panelMenu{
  423. width: 100%;
  424. justify-content: flex-end;
  425. position: fixed;
  426. bottom: 0;
  427. background-color: rgba(0, 0, 0, 0.66);
  428. z-index: 20;
  429. }
  430. .panelMenu1{
  431. width:710rpx;
  432. min-height: 110rpx;
  433. line-height: 110rpx;
  434. text-align: center;
  435. border-radius: 20rpx;
  436. background-color: #fff;
  437. font-size:36rpx;
  438. font-weight: 400;
  439. justify-content: space-between;
  440. }
  441. .panelMenu10{
  442. margin-bottom: 70rpx;
  443. }
  444. .panelMenu11{
  445. color:#FE6659;
  446. font-weight: 700;
  447. margin-bottom: 20rpx;
  448. }
  449. .panelMenu12{
  450. margin-bottom: 20rpx;
  451. }
  452. .Arrow{
  453. width:16rpx;
  454. height:26rpx;
  455. margin:0 30rpx;
  456. }
  457. .panelMenuLine{
  458. width:100%;
  459. height:1rpx;
  460. background-color: #d2d2d2;
  461. }
  462. .iphone10plusMenu{
  463. width:100%;
  464. height:200rpx;
  465. }