preview.wxss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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:200rpx;
  191. }
  192. .panelField2 {
  193. width: 710rpx;
  194. margin-bottom: 20rpx;
  195. border-radius: 20rpx;
  196. }
  197. .panelField21 {
  198. width: 650rpx;
  199. font-size: 36rpx;
  200. margin: 40rpx;
  201. line-height: 66rpx;
  202. }
  203. .panelItem .panelSound {
  204. width: 40rpx;
  205. height: 40rpx;
  206. margin: 0 10rpx 0 0;
  207. background-color: #fff;
  208. border-radius: 50%;
  209. }
  210. .panelItem .panelSoundHover {
  211. background-color: #d2d2d2;
  212. }
  213. .panelItem .panelSoundHover1 {
  214. color: #d2d2d2;
  215. }
  216. .panelItem .universalpic_starting_tc01_26x26{
  217. width: 26rpx;
  218. height: 26rpx;
  219. margin: 10rpx 20rpx 10rpx 0;
  220. }
  221. .panelItem .universalpic_read_mark_black_20x20 {
  222. width: 21rpx;
  223. height: 20rpx;
  224. }
  225. .panelItem .panelRecorder {
  226. width:100%;
  227. justify-content: flex-start;
  228. }
  229. .panelItem .panelRecorder0 {
  230. width: 168rpx;
  231. height: 70rpx;
  232. background-color: #fff;
  233. border-radius: 10rpx;
  234. }
  235. .panelItem .textProblem{
  236. padding: 3rpx 20rpx;
  237. background-color: #F1AB1E;
  238. border-radius: 22rpx;
  239. text-align: center;
  240. font-size:28rpx;
  241. line-height: 45rpx;
  242. font-weight: 500;
  243. color:#1e1e1e;
  244. margin: 0 0 10rpx 0;
  245. }
  246. .panelItem .textDot{
  247. color: #F1AB1E;
  248. font-size:36rpx;
  249. margin-right: 20rpx;
  250. }
  251. .panelItem .textLine {
  252. text-decoration: underline;
  253. }
  254. .panelItem .textHighlighter {
  255. color:#1E1E1E;
  256. }
  257. .panelItem .textNormal {
  258. min-height: 50rpx;
  259. }
  260. .panelItem .textNormal2 {
  261. font-size: 36rpx;
  262. }
  263. .panelItem .textPinyin {
  264. text-decoration: underline;
  265. margin-right: 10rpx;
  266. text-decoration-skip: ink;
  267. }
  268. .panelItem .imageContainer {
  269. width: 650rpx;
  270. margin: 6rpx 0;
  271. border-radius: 20rpx;
  272. background-color: rgba(0,0,0,0.1);
  273. position: relative;
  274. }
  275. .panelItem .imageFree {
  276. width: 650rpx;
  277. border-radius: 6rpx;
  278. }
  279. .panelItem .imageContainer2 {
  280. width: 650rpx;
  281. border-radius: 10rpx;
  282. background-color: rgba(0,0,0,0.1);
  283. position: relative;
  284. }
  285. .panelItem .imageFree2 {
  286. width: 650rpx;
  287. border-radius: 10rpx;
  288. }
  289. .panelItem .BishunPlay{
  290. width:80rpx;
  291. height:80rpx;
  292. background-color: #9B9B9B;
  293. color:#fff;
  294. position: absolute;
  295. bottom:0;
  296. right:0;
  297. z-index: 10;
  298. font-size:28rpx;
  299. text-align: center;
  300. line-height: 80rpx;
  301. }
  302. .panelItem .textBr {
  303. width: 100%;
  304. height: 24rpx;
  305. }
  306. .panelItem .textReturn {
  307. width: 100%;
  308. }
  309. .panelItem .textReturn2 {
  310. width: 100%;
  311. height: 30rpx;
  312. }
  313. /* ******************************** */
  314. .footer{
  315. width: 710rpx;
  316. position: fixed;
  317. bottom: 0;
  318. z-index: 10;
  319. border-top-left-radius: 20rpx;
  320. border-top-right-radius: 20rpx;
  321. }
  322. .panelFooter {
  323. width: 710rpx;
  324. margin-bottom: 20rpx;
  325. background-color: #181a21;
  326. border-radius: 20rpx;
  327. color: #d2d2d2;
  328. font-size: 48rpx;
  329. text-align: center;
  330. line-height: 140rpx;
  331. }
  332. .universalpic_next_gray_30x30{
  333. width:28rpx;
  334. height:26rpx;
  335. }
  336. .btn1 {
  337. width: 150rpx;
  338. height: 140rpx;
  339. }
  340. .btn2 {
  341. width: 450rpx;
  342. height: 140rpx;
  343. }
  344. .btn21 {
  345. font-size: 48rpx;
  346. color: #D2D2D2;
  347. text-align: center;
  348. padding-left: 0;
  349. padding-right: 0;
  350. background-color: #181a21;
  351. width: 454rpx;
  352. line-height: 140rpx;
  353. }
  354. .btn21::after {
  355. border: 0rpx;
  356. }
  357. .btn22 {
  358. width: 160rpx;
  359. line-height: 140rpx;
  360. text-align: center;
  361. font-size:36rpx;
  362. }
  363. .btn23 {
  364. width: 400rpx;
  365. }
  366. .panelSaveShare{
  367. justify-content: space-between;
  368. }
  369. .btn3 {
  370. width: 200rpx;
  371. line-height: 140rpx;
  372. text-align: center;
  373. font-size:36rpx;
  374. }
  375. .btn4 {
  376. width: 254rpx;
  377. line-height: 140rpx;
  378. text-align: center;
  379. font-size:48rpx;
  380. }
  381. .text5{
  382. width:108rpx;
  383. margin: 0 20rpx;
  384. }
  385. .universalpic_more_40x10 {
  386. width: 40rpx;
  387. height: 10rpx;
  388. }
  389. .universalpic_home_gray_36x36{
  390. width: 36rpx;
  391. height: 36rpx;
  392. }
  393. /* ****菜单********* */
  394. .panelMenu{
  395. width: 100%;
  396. justify-content: flex-end;
  397. position: fixed;
  398. bottom: 0;
  399. background-color: rgba(0, 0, 0, 0.66);
  400. z-index: 20;
  401. }
  402. .panelMenu1{
  403. width:710rpx;
  404. min-height: 110rpx;
  405. line-height: 110rpx;
  406. text-align: center;
  407. border-radius: 20rpx;
  408. background-color: #fff;
  409. font-size:36rpx;
  410. font-weight: 400;
  411. justify-content: space-between;
  412. }
  413. .panelMenu10{
  414. margin-bottom: 70rpx;
  415. }
  416. .panelMenu11{
  417. color:#FE6659;
  418. font-weight: 500;
  419. margin-bottom: 20rpx;
  420. }
  421. .panelMenu12{
  422. margin-bottom: 20rpx;
  423. }
  424. .Arrow{
  425. width:16rpx;
  426. height:26rpx;
  427. margin:0 30rpx;
  428. }
  429. .panelMenuLine{
  430. width:100%;
  431. height:1rpx;
  432. background-color: #d2d2d2;
  433. }
  434. .iphone10plusMenu{
  435. width:100%;
  436. height:200rpx;
  437. }