preview.wxss 6.6 KB

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