preview.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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: 30rpx;
  22. font-weight: 400;
  23. }
  24. .right {
  25. margin-right: 20rpx;
  26. }
  27. .universalpic_plan_6dots_black_30x32{
  28. width: 30rpx;
  29. height:32rpx;
  30. margin-right: 20rpx;
  31. }
  32. .panelCancel0 {
  33. width: 70rpx;
  34. height: 70rpx;
  35. background-color: rgba(0, 0, 0, 0.1);
  36. border-radius: 50%;
  37. margin-left: 15rpx;
  38. }
  39. .universalpic_fav_default_gray_26x24 {
  40. width: 26rpx;
  41. height: 24rpx;
  42. }
  43. .panelNumber1 {
  44. font-family: 'Roboto-Black';
  45. font-size: 20rpx;
  46. margin: 0 3rpx;
  47. height: 50rpx;
  48. min-width: 50rpx;
  49. text-align: center;
  50. line-height: 50rpx;
  51. color: rgba(255, 255, 255, 0.5);
  52. }
  53. .panelNumber2 {
  54. color: #fff;
  55. margin-right:25rpx;
  56. }
  57. .panelNumber2Line {
  58. width: 70%;
  59. height: 6rpx;
  60. margin-top: -7rpx;
  61. }
  62. .panelTopBtn{
  63. width:80rpx;
  64. height:80rpx;
  65. font-size: 24rpx;
  66. margin-left:10rpx;
  67. }
  68. .panelTopBtn2{
  69. font-size: 22rpx;
  70. letter-spacing:2rpx;
  71. }
  72. .universalpic_del_black_20x28{
  73. width:20rpx;
  74. height:28rpx;
  75. }
  76. .universalpic_fav_default_black_26x24{
  77. width: 26rpx;
  78. height: 24rpx;
  79. }
  80. .LimitTime{
  81. align-items: flex-start;
  82. width: 100%;
  83. }
  84. .text1 {
  85. font-size:24rpx;
  86. color:#fff;
  87. margin-left: 50rpx;
  88. }
  89. .text3 {
  90. color: #1E1E1E;
  91. height:80rpx;
  92. line-height: 80rpx;
  93. text-align: left;
  94. background-color: #fff;
  95. font-size: 24rpx;
  96. font-weight: 500;
  97. }
  98. .text4 {
  99. font-size:24rpx;
  100. margin-left:10rpx;
  101. font-weight: 500;
  102. }
  103. .editField{
  104. color:#fff;
  105. font-size:24rpx;
  106. align-self: flex-start;
  107. margin: 0 0 20rpx 50rpx;
  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. }
  191. .panelField2 {
  192. width: 710rpx;
  193. margin-bottom: 20rpx;
  194. border-radius: 20rpx;
  195. }
  196. .panelField21 {
  197. width: 650rpx;
  198. font-size: 36rpx;
  199. margin: 40rpx;
  200. line-height: 66rpx;
  201. }
  202. .panelItem .panelSound {
  203. width: 40rpx;
  204. height: 40rpx;
  205. margin: 0 10rpx 0 0;
  206. background-color: #fff;
  207. border-radius: 50%;
  208. }
  209. .panelItem .panelSoundHover {
  210. background-color: #d2d2d2;
  211. }
  212. .panelItem .panelSoundHover1 {
  213. color: #d2d2d2;
  214. }
  215. .panelItem .universalpic_starting_tc01_26x26{
  216. width: 26rpx;
  217. height: 26rpx;
  218. margin: 10rpx 20rpx 10rpx 0;
  219. }
  220. .panelItem .universalpic_read_mark_black_20x20 {
  221. width: 21rpx;
  222. height: 20rpx;
  223. }
  224. .panelItem .panelRecorder {
  225. width:100%;
  226. justify-content: flex-start;
  227. }
  228. .panelItem .panelRecorder0 {
  229. width: 168rpx;
  230. height: 70rpx;
  231. background-color: #fff;
  232. border-radius: 10rpx;
  233. }
  234. .panelItem .universalpic_voicerecorder_transmit_black_44x34{
  235. width: 44rpx;
  236. height: 34rpx;
  237. }
  238. .panelItem .textProblem{
  239. padding: 3rpx 20rpx;
  240. background-color: #F1AB1E;
  241. border-radius: 22rpx;
  242. text-align: center;
  243. font-size:28rpx;
  244. line-height: 45rpx;
  245. font-weight: 500;
  246. color:#1e1e1e;
  247. margin: 0 0 10rpx 0;
  248. }
  249. .panelItem .textDot{
  250. color: #F1AB1E;
  251. font-size:36rpx;
  252. margin-right: 20rpx;
  253. }
  254. .panelItem .textLine {
  255. text-decoration: underline;
  256. }
  257. .panelItem .textHighlighter {
  258. color:#1E1E1E;
  259. }
  260. .panelItem .textNormal {
  261. min-height: 50rpx;
  262. }
  263. .panelItem .textNormal2 {
  264. font-size: 36rpx;
  265. }
  266. .panelItem .textPinyin {
  267. text-decoration: underline;
  268. margin-right: 10rpx;
  269. text-decoration-skip: ink;
  270. }
  271. .panelItem .imageContainer {
  272. width: 650rpx;
  273. margin: 6rpx 0;
  274. border-radius: 20rpx;
  275. background-color: rgba(0,0,0,0.1);
  276. }
  277. .panelItem .imageFree {
  278. width: 650rpx;
  279. border-radius: 6rpx;
  280. }
  281. .panelItem .imageContainer2 {
  282. width: 650rpx;
  283. border-radius: 10rpx;
  284. background-color: rgba(0,0,0,0.1);
  285. }
  286. .panelItem .imageFree2 {
  287. width: 650rpx;
  288. border-radius: 10rpx;
  289. }
  290. .panelItem .textBr {
  291. width: 100%;
  292. height: 24rpx;
  293. }
  294. .panelItem .textReturn {
  295. width: 100%;
  296. }
  297. .panelItem .textReturn2 {
  298. width: 100%;
  299. height: 30rpx;
  300. }
  301. /* ******************************** */
  302. .footer{
  303. width: 710rpx;
  304. position: fixed;
  305. bottom: 0;
  306. z-index: 10;
  307. border-top-left-radius: 20rpx;
  308. border-top-right-radius: 20rpx;
  309. }
  310. .panelFooter {
  311. width: 710rpx;
  312. margin-bottom: 20rpx;
  313. background-color: #181a21;
  314. border-radius: 20rpx;
  315. color: #d2d2d2;
  316. font-size: 48rpx;
  317. text-align: center;
  318. line-height: 140rpx;
  319. }
  320. .universalpic_next_gray_30x30{
  321. width:28rpx;
  322. height:26rpx;
  323. }
  324. .btn1 {
  325. width: 150rpx;
  326. height: 140rpx;
  327. }
  328. .btn2 {
  329. width: 450rpx;
  330. height: 140rpx;
  331. }
  332. .btn21 {
  333. font-size: 48rpx;
  334. color: #D2D2D2;
  335. text-align: center;
  336. padding-left: 0;
  337. padding-right: 0;
  338. background-color: #181a21;
  339. width: 454rpx;
  340. line-height: 140rpx;
  341. }
  342. .btn21::after {
  343. border: 0px;
  344. }
  345. .btn22 {
  346. width: 160rpx;
  347. line-height: 140rpx;
  348. text-align: center;
  349. font-size:36rpx;
  350. }
  351. .btn23 {
  352. width: 400rpx;
  353. }
  354. .panelSaveShare{
  355. justify-content: space-between;
  356. }
  357. .btn3 {
  358. width: 200rpx;
  359. line-height: 140rpx;
  360. text-align: center;
  361. font-size:36rpx;
  362. }
  363. .btn4 {
  364. width: 254rpx;
  365. line-height: 140rpx;
  366. text-align: center;
  367. font-size:48rpx;
  368. }
  369. .text5{
  370. width:108rpx;
  371. margin: 0 20rpx;
  372. }
  373. .universalpic_more_40x10 {
  374. width: 40rpx;
  375. height: 10rpx;
  376. }
  377. .universalpic_home_gray_36x36{
  378. width: 36rpx;
  379. height: 36rpx;
  380. }
  381. .numberContainer {
  382. width: 100%;
  383. justify-content: flex-start;
  384. align-items: flex-start;
  385. position: fixed;
  386. top: 0;
  387. background-color: #fff;
  388. color: #1e1e1e;
  389. z-index: 20;
  390. }
  391. .numberContaineFooter {
  392. width: 100%;
  393. position: fixed;
  394. bottom: 0;
  395. align-items: flex-start;
  396. font-size: 28rpx;
  397. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  398. text-align: center;
  399. line-height: 100rpx;
  400. }
  401. .numberContainerFooter1{
  402. width: 100%;
  403. position: fixed;
  404. bottom: 100rpx;
  405. }
  406. .numberContainerFooter10 {
  407. width: 100%;
  408. height: 100rpx;
  409. justify-content: flex-start;
  410. }
  411. .numberContainerFooter11 {
  412. margin-left: 20rpx;
  413. font-size: 28rpx;
  414. }
  415. .universalpic_part_black_30x30{
  416. width: 30rpx;
  417. height: 30rpx;
  418. margin-left: 40rpx;
  419. }
  420. .universalpic_more_black_32x8{
  421. width: 32rpx;
  422. height: 8rpx;
  423. }