preview.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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 .textProblem{
  222. padding: 3rpx 20rpx;
  223. background-color: #F1AB1E;
  224. border-radius: 22rpx;
  225. text-align: center;
  226. font-size:28rpx;
  227. line-height: 45rpx;
  228. font-weight: 500;
  229. color:#1e1e1e;
  230. margin: 0 0 10rpx 0;
  231. }
  232. .panelItem .textDot{
  233. color: #F1AB1E;
  234. font-size:36rpx;
  235. margin-right: 20rpx;
  236. }
  237. .panelItem .textLine {
  238. text-decoration: underline;
  239. }
  240. .panelItem .textNormal {
  241. min-height: 50rpx;
  242. }
  243. .panelItem .textNormal2 {
  244. font-size: 36rpx;
  245. }
  246. .panelItem .textPinyin {
  247. text-decoration: underline;
  248. margin-right: 10rpx;
  249. }
  250. .panelItem .imageContainer {
  251. width: 650rpx;
  252. margin: 6rpx 0;
  253. border-radius: 20rpx;
  254. background-color: rgba(0,0,0,0.1);
  255. }
  256. .panelItem .imageFree {
  257. width: 650rpx;
  258. border-radius: 6rpx;
  259. }
  260. .panelItem .imageContainer2 {
  261. width: 650rpx;
  262. border-radius: 10rpx;
  263. background-color: rgba(0,0,0,0.1);
  264. }
  265. .panelItem .imageFree2 {
  266. width: 650rpx;
  267. border-radius: 10rpx;
  268. }
  269. .panelItem .textBr {
  270. width: 100%;
  271. height: 24rpx;
  272. }
  273. .panelItem .textReturn {
  274. width: 100%;
  275. }
  276. .panelItem .textReturn2 {
  277. width: 100%;
  278. height: 30rpx;
  279. }
  280. /* ******************************** */
  281. .footer{
  282. width: 710rpx;
  283. position: fixed;
  284. bottom: 0;
  285. z-index: 10;
  286. border-top-left-radius: 20rpx;
  287. border-top-right-radius: 20rpx;
  288. }
  289. .panelFooter {
  290. width: 710rpx;
  291. margin-bottom: 20rpx;
  292. background-color: #181a21;
  293. border-radius: 20rpx;
  294. color: #d2d2d2;
  295. font-size: 48rpx;
  296. text-align: center;
  297. line-height: 140rpx;
  298. }
  299. .universalpic_next_gray_30x30{
  300. width:28rpx;
  301. height:26rpx;
  302. }
  303. .btn1 {
  304. width: 150rpx;
  305. height: 120rpx;
  306. }
  307. .btn2 {
  308. width: 450rpx;
  309. height: 120rpx;
  310. }
  311. .btn21 {
  312. font-size: 48rpx;
  313. color: #D2D2D2;
  314. text-align: center;
  315. padding-left: 0;
  316. padding-right: 0;
  317. background-color: #181a21;
  318. }
  319. .btn21::after {
  320. border: 0px;
  321. }
  322. .panelSaveShare{
  323. justify-content: space-between;
  324. }
  325. .btn3 {
  326. width: 200rpx;
  327. line-height: 120rpx;
  328. text-align: center;
  329. font-size:36rpx;
  330. }
  331. .btn4 {
  332. width: 254rpx;
  333. line-height: 120rpx;
  334. text-align: center;
  335. font-size:48rpx;
  336. }
  337. .text5{
  338. width:108rpx;
  339. margin: 0 20rpx;
  340. }
  341. .universalpic_more_40x10 {
  342. width: 40rpx;
  343. height: 10rpx;
  344. }
  345. .universalpic_home_gray_36x36{
  346. width: 36rpx;
  347. height: 36rpx;
  348. }