preview.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. .container {
  2. background-color: #e3e3e3;
  3. }
  4. .panelTop {
  5. width: 100%;
  6. height: 120rpx;
  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: 120rpx;
  18. background-color: #fff;
  19. }
  20. .left {
  21. margin-left: 25rpx;
  22. font-weight: 400;
  23. align-items: flex-start;
  24. }
  25. .right {
  26. margin-right: 20rpx;
  27. }
  28. .panelCancel0 {
  29. width: 70rpx;
  30. height: 70rpx;
  31. background-color: rgba(0, 0, 0, 0.1);
  32. border-radius: 50%;
  33. margin-left: 15rpx;
  34. }
  35. .universalpic_fav_default_gray_26x24 {
  36. width: 26rpx;
  37. height: 24rpx;
  38. }
  39. .panelNumber1 {
  40. font-family: 'Roboto-Black';
  41. font-size: 20rpx;
  42. margin: 0 3rpx;
  43. height: 50rpx;
  44. min-width: 50rpx;
  45. text-align: center;
  46. line-height: 50rpx;
  47. color: rgba(255, 255, 255, 0.5);
  48. }
  49. .panelNumber2 {
  50. color: #fff;
  51. margin-right:25rpx;
  52. }
  53. .panelNumber2Line {
  54. width: 70%;
  55. height: 6rpx;
  56. margin-top: -7rpx;
  57. }
  58. .panelTopBtn{
  59. width:100rpx;
  60. height:120rpx;
  61. }
  62. .universalpic_del_black_20x28{
  63. width:20rpx;
  64. height:28rpx;
  65. }
  66. .universalpic_info_black_26x26{
  67. width:26rpx;
  68. height:26rpx;
  69. }
  70. .universalpic_edit_black_25x25{
  71. width: 25rpx;
  72. height: 25rpx;
  73. }
  74. .universalpic_fav_default_black_26x24{
  75. width: 26rpx;
  76. height: 24rpx;
  77. }
  78. .LimitTime{
  79. align-items: flex-start;
  80. width: 100%;
  81. }
  82. .text1 {
  83. font-size:24rpx;
  84. color:#fff;
  85. margin-left: 50rpx;
  86. }
  87. .text3 {
  88. color: #787878;
  89. width: 156rpx;
  90. line-height: 80rpx;
  91. text-align: center;
  92. background-color: #fff;
  93. border:1rpx solid #9B9B9B;
  94. border-radius: 10rpx;
  95. font-size: 24rpx;
  96. }
  97. .text4 {
  98. color: #A20602;
  99. }
  100. .editField{
  101. color:#fff;
  102. font-size:24rpx;
  103. align-self: flex-start;
  104. margin: 0 0 20rpx 50rpx;
  105. }
  106. /* 段落显示************************ */
  107. .editFieldNull{
  108. height:50rpx;
  109. }
  110. .editFieldNull1{
  111. height:40rpx;
  112. }
  113. .editFieldNull2{
  114. height:60rpx;
  115. }
  116. .editFieldNull3{
  117. height:30rpx;
  118. }
  119. .panelItem {
  120. width: 650rpx;
  121. font-weight: 400;
  122. flex-wrap: wrap;
  123. justify-content: flex-start;
  124. z-index: 5;
  125. position: relative;
  126. }
  127. .panelField1 {
  128. width: 100%;
  129. justify-content: flex-start;
  130. z-index: 5;
  131. position: relative;
  132. }
  133. .panelField11 {
  134. font-size: 48rpx;
  135. justify-content: flex-start;
  136. color: #fff;
  137. }
  138. .panelTag {
  139. width: 100%;
  140. min-height: 95rpx;
  141. align-items: flex-start;
  142. justify-content: flex-start;
  143. margin-top: 60rpx;
  144. z-index: 5;
  145. }
  146. .panelTag .panelTagLine {
  147. margin: 0 0 0 50rpx;
  148. max-width: 650rpx;
  149. height: 10rpx;
  150. }
  151. .panelTag .panelTag1 {
  152. margin: 0 0 0 50rpx;
  153. width: 650rpx;
  154. flex-wrap: wrap;
  155. align-items: flex-start;
  156. justify-content: flex-start;
  157. }
  158. .panelTag .tag {
  159. font-size: 46rpx;
  160. margin: 0 30rpx 20rpx 0;
  161. font-weight: 400;
  162. color: #F1AB1E;
  163. }
  164. .right2 {
  165. position: absolute;
  166. top: 0;
  167. right: 0;
  168. width: 134rpx;
  169. height: 150rpx;
  170. align-items: flex-start;
  171. }
  172. .universalpic_show_white_30x30 {
  173. width: 36rpx;
  174. height: 36rpx;
  175. margin: 68rpx 50rpx 0 50rpx;
  176. }
  177. .universalpic_hide_white_34x34 {
  178. width: 36rpx;
  179. height: 20rpx;
  180. margin: 68rpx 50rpx 0 50rpx;
  181. }
  182. .panelField20 {
  183. width: 100%;
  184. justify-content: flex-start;
  185. z-index: 5;
  186. position: relative;
  187. }
  188. .panelField2 {
  189. width: 710rpx;
  190. margin-bottom: 20rpx;
  191. border-radius: 20rpx;
  192. }
  193. .panelField21 {
  194. width: 650rpx;
  195. font-size: 36rpx;
  196. margin: 40rpx;
  197. line-height: 66rpx;
  198. }
  199. .panelItem .panelSound {
  200. width: 40rpx;
  201. height: 40rpx;
  202. margin: 0 10rpx 0 0;
  203. background-color: #fff;
  204. border-radius: 50%;
  205. }
  206. .panelItem .panelSoundHover {
  207. background-color: #d2d2d2;
  208. }
  209. .panelItem .panelSoundHover1 {
  210. color: #d2d2d2;
  211. }
  212. .panelItem .universalpic_starting_tc01_26x26{
  213. width: 26rpx;
  214. height: 26rpx;
  215. margin: 10rpx 20rpx 10rpx 0;
  216. }
  217. .panelItem .universalpic_read_mark_black_20x20 {
  218. width: 21rpx;
  219. height: 20rpx;
  220. }
  221. .panelItem .panelRecorder {
  222. width:100%;
  223. justify-content: flex-start;
  224. }
  225. .panelItem .panelRecorder0 {
  226. width: 168rpx;
  227. height: 70rpx;
  228. background-color: #fff;
  229. border-radius: 10rpx;
  230. }
  231. .panelItem .universalpic_voicerecorder_transmit_black_44x34{
  232. width: 44rpx;
  233. height: 34rpx;
  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. }
  267. .panelItem .imageContainer {
  268. width: 650rpx;
  269. margin: 6rpx 0;
  270. border-radius: 20rpx;
  271. background-color: rgba(0,0,0,0.1);
  272. }
  273. .panelItem .imageFree {
  274. width: 650rpx;
  275. border-radius: 6rpx;
  276. }
  277. .panelItem .imageContainer2 {
  278. width: 650rpx;
  279. border-radius: 10rpx;
  280. background-color: rgba(0,0,0,0.1);
  281. }
  282. .panelItem .imageFree2 {
  283. width: 650rpx;
  284. border-radius: 10rpx;
  285. }
  286. .panelItem .textBr {
  287. width: 100%;
  288. height: 24rpx;
  289. }
  290. .panelItem .textReturn {
  291. width: 100%;
  292. }
  293. .panelItem .textReturn2 {
  294. width: 100%;
  295. height: 30rpx;
  296. }
  297. /* ******************************** */
  298. .footer{
  299. width: 710rpx;
  300. position: fixed;
  301. bottom: 0;
  302. z-index: 10;
  303. border-top-left-radius: 20rpx;
  304. border-top-right-radius: 20rpx;
  305. }
  306. .panelFooter {
  307. width: 710rpx;
  308. margin-bottom: 20rpx;
  309. background-color: #181a21;
  310. border-radius: 20rpx;
  311. color: #d2d2d2;
  312. font-size: 48rpx;
  313. text-align: center;
  314. line-height: 140rpx;
  315. }
  316. .universalpic_next_gray_30x30{
  317. width:28rpx;
  318. height:26rpx;
  319. }
  320. .btn1 {
  321. width: 150rpx;
  322. height: 120rpx;
  323. }
  324. .btn2 {
  325. width: 450rpx;
  326. height: 120rpx;
  327. }
  328. .btn21 {
  329. font-size: 48rpx;
  330. color: #D2D2D2;
  331. text-align: center;
  332. padding-left: 0;
  333. padding-right: 0;
  334. background-color: #181a21;
  335. }
  336. .btn21::after {
  337. border: 0px;
  338. }
  339. .panelSaveShare{
  340. justify-content: space-between;
  341. }
  342. .btn3 {
  343. width: 200rpx;
  344. line-height: 120rpx;
  345. text-align: center;
  346. font-size:36rpx;
  347. }
  348. .btn4 {
  349. width: 254rpx;
  350. line-height: 120rpx;
  351. text-align: center;
  352. font-size:48rpx;
  353. }
  354. .text5{
  355. width:108rpx;
  356. margin: 0 20rpx;
  357. }
  358. .universalpic_more_40x10 {
  359. width: 40rpx;
  360. height: 10rpx;
  361. }
  362. .universalpic_home_gray_36x36{
  363. width: 36rpx;
  364. height: 36rpx;
  365. }