preview.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  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. }
  265. .panelItem .textNormal2 {
  266. font-size: 36rpx;
  267. }
  268. .panelItem .textPinyin {
  269. text-decoration: underline;
  270. margin-right: 10rpx;
  271. text-decoration-skip: ink;
  272. }
  273. .panelItem .imageContainer {
  274. width: 650rpx;
  275. margin: 6rpx 0;
  276. border-radius: 20rpx;
  277. background-color: rgba(0,0,0,0.1);
  278. position: relative;
  279. }
  280. .panelItem .imageFree {
  281. width: 650rpx;
  282. border-radius: 6rpx;
  283. }
  284. .panelItem .imageContainer2 {
  285. width: 650rpx;
  286. border-radius: 10rpx;
  287. background-color: rgba(0,0,0,0.1);
  288. position: relative;
  289. }
  290. .panelItem .imageFree2 {
  291. width: 650rpx;
  292. border-radius: 10rpx;
  293. }
  294. .panelItem .BishunPlay{
  295. width:80rpx;
  296. height:80rpx;
  297. background-color: #9B9B9B;
  298. color:#fff;
  299. position: absolute;
  300. bottom:0;
  301. right:0;
  302. z-index: 10;
  303. font-size:28rpx;
  304. text-align: center;
  305. line-height: 80rpx;
  306. }
  307. .panelItem .textBr {
  308. width: 100%;
  309. height: 24rpx;
  310. }
  311. .panelItem .textReturn {
  312. width: 100%;
  313. }
  314. .panelItem .textReturn2 {
  315. width: 100%;
  316. height: 30rpx;
  317. }
  318. /* ******************************** */
  319. .footer{
  320. width: 710rpx;
  321. position: fixed;
  322. bottom: 0;
  323. z-index: 10;
  324. border-top-left-radius: 20rpx;
  325. border-top-right-radius: 20rpx;
  326. }
  327. .panelFooter {
  328. width: 710rpx;
  329. margin-bottom: 20rpx;
  330. background-color: #181a21;
  331. border-radius: 20rpx;
  332. color: #d2d2d2;
  333. font-size: 48rpx;
  334. text-align: center;
  335. line-height: 140rpx;
  336. }
  337. .universalpic_next_gray_30x30{
  338. width:28rpx;
  339. height:26rpx;
  340. }
  341. .btn1 {
  342. width: 150rpx;
  343. height: 140rpx;
  344. }
  345. .btn2 {
  346. width: 450rpx;
  347. height: 140rpx;
  348. }
  349. .btn21 {
  350. font-size: 48rpx;
  351. color: #D2D2D2;
  352. text-align: center;
  353. padding-left: 0;
  354. padding-right: 0;
  355. background-color: #181a21;
  356. width: 454rpx;
  357. line-height: 140rpx;
  358. }
  359. .btn21::after {
  360. border: 0rpx;
  361. }
  362. .btn22 {
  363. width: 160rpx;
  364. line-height: 140rpx;
  365. text-align: center;
  366. font-size:36rpx;
  367. }
  368. .btn23 {
  369. width: 400rpx;
  370. }
  371. .panelSaveShare{
  372. justify-content: space-between;
  373. }
  374. .btn3 {
  375. width: 200rpx;
  376. line-height: 140rpx;
  377. text-align: center;
  378. font-size:36rpx;
  379. }
  380. .btn4 {
  381. width: 254rpx;
  382. line-height: 140rpx;
  383. text-align: center;
  384. font-size:48rpx;
  385. }
  386. .text5{
  387. width:108rpx;
  388. margin: 0 20rpx;
  389. }
  390. .universalpic_more_40x10 {
  391. width: 40rpx;
  392. height: 10rpx;
  393. }
  394. .universalpic_home_gray_36x36{
  395. width: 36rpx;
  396. height: 36rpx;
  397. }
  398. /* ****菜单********* */
  399. .panelMenu{
  400. width: 100%;
  401. justify-content: flex-end;
  402. position: fixed;
  403. bottom: 0;
  404. background-color: rgba(0, 0, 0, 0.66);
  405. z-index: 20;
  406. }
  407. .panelMenu1{
  408. width:710rpx;
  409. min-height: 110rpx;
  410. line-height: 110rpx;
  411. text-align: center;
  412. border-radius: 20rpx;
  413. background-color: #fff;
  414. font-size:36rpx;
  415. font-weight: 400;
  416. justify-content: space-between;
  417. }
  418. .panelMenu10{
  419. margin-bottom: 70rpx;
  420. }
  421. .panelMenu11{
  422. color:#FE6659;
  423. font-weight: 700;
  424. margin-bottom: 20rpx;
  425. }
  426. .panelMenu12{
  427. margin-bottom: 20rpx;
  428. }
  429. .Arrow{
  430. width:16rpx;
  431. height:26rpx;
  432. margin:0 30rpx;
  433. }
  434. .panelMenuLine{
  435. width:100%;
  436. height:1rpx;
  437. background-color: #d2d2d2;
  438. }
  439. .iphone10plusMenu{
  440. width:100%;
  441. height:200rpx;
  442. }