preview.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. color: #1e1e1e;
  5. background-color: #e3e3e3;
  6. }
  7. .panelTop {
  8. width: 100%;
  9. height: 120rpx;
  10. background-color: #fff;
  11. justify-content: space-between;
  12. font-size: 28rpx;
  13. position: fixed;
  14. top:0;
  15. z-index: 10;
  16. border-bottom: 1rpx solid #d2d2d2;
  17. }
  18. .panelTop1{
  19. width:100%;
  20. height: 120rpx;
  21. background-color: #fff;
  22. }
  23. .left {
  24. margin-left: 25rpx;
  25. font-weight: 400;
  26. align-items: flex-start;
  27. }
  28. .right {
  29. margin-right: 20rpx;
  30. }
  31. .panelTopBtn{
  32. width:100rpx;
  33. height:120rpx;
  34. }
  35. .universalpic_del_black_20x28{
  36. width:20rpx;
  37. height:28rpx;
  38. }
  39. .universalpic_info_black_26x26{
  40. width:26rpx;
  41. height:26rpx;
  42. }
  43. .text1 {
  44. font-size:24rpx;
  45. }
  46. .text2 {
  47. color: #787878;
  48. font-weight: 500;
  49. font-size:28rpx;
  50. }
  51. .text3 {
  52. color: #787878;
  53. width: 156rpx;
  54. line-height: 80rpx;
  55. text-align: center;
  56. background-color: #fff;
  57. border:1rpx solid #9B9B9B;
  58. border-radius: 10rpx;
  59. font-size: 24rpx;
  60. margin-left: 20rpx;
  61. }
  62. .text4 {
  63. color: #A20602;
  64. }
  65. .editField{
  66. color:#fff;
  67. font-size:24rpx;
  68. align-self: flex-start;
  69. margin: 0 0 20rpx 50rpx;
  70. }
  71. /* 段落显示************************ */
  72. .editFieldNull{
  73. height:60rpx;
  74. }
  75. .editFieldNull1{
  76. height:40rpx;
  77. }
  78. .editFieldNull2{
  79. height:80rpx;
  80. }
  81. .editFieldNull3{
  82. height:30rpx;
  83. }
  84. .panelItem {
  85. width: 650rpx;
  86. font-weight: 400;
  87. flex-wrap: wrap;
  88. justify-content: flex-start;
  89. z-index: 5;
  90. }
  91. .panelField10 {
  92. width: 100%;
  93. height: 110rpx;
  94. }
  95. .panelField1 {
  96. width: 100%;
  97. justify-content: flex-start;
  98. }
  99. .panelField11 {
  100. font-size: 48rpx;
  101. justify-content: flex-start;
  102. color: #fff;
  103. }
  104. .panelTag {
  105. width: 100%;
  106. min-height: 95rpx;
  107. align-items: flex-start;
  108. justify-content: flex-start;
  109. margin-top: 80rpx;
  110. z-index: 5;
  111. }
  112. .panelTag .panelTagLine {
  113. margin: 0 0 0 50rpx;
  114. max-width: 650rpx;
  115. height: 10rpx;
  116. }
  117. .panelTag .panelTag1 {
  118. margin: 0 0 0 50rpx;
  119. width: 650rpx;
  120. flex-wrap: wrap;
  121. align-items: flex-start;
  122. justify-content: flex-start;
  123. }
  124. .panelTag .tag {
  125. font-size: 46rpx;
  126. margin: 20rpx 30rpx 0 0;
  127. font-weight: 400;
  128. color: #d2d2d2;
  129. }
  130. .right2 {
  131. position: absolute;
  132. top: 0;
  133. right: 0;
  134. width: 134rpx;
  135. height: 150rpx;
  136. align-items: flex-start;
  137. }
  138. .line1 {
  139. width: 4rpx;
  140. height: 30rpx;
  141. background-color: rgba(255, 255, 255, 0.2);
  142. margin-top: 66rpx;
  143. }
  144. .universalpic_show_white_30x30 {
  145. width: 36rpx;
  146. height: 36rpx;
  147. margin: 68rpx 50rpx 0 50rpx;
  148. }
  149. .universalpic_hide_white_34x34 {
  150. width: 36rpx;
  151. height: 20rpx;
  152. margin: 68rpx 50rpx 0 50rpx;
  153. }
  154. .panelField20 {
  155. width: 100%;
  156. justify-content: flex-start;
  157. z-index: 5;
  158. }
  159. .panelField2 {
  160. width: 710rpx;
  161. margin-bottom: 20rpx;
  162. border-radius: 20rpx;
  163. }
  164. .panelField21 {
  165. width: 650rpx;
  166. font-size: 36rpx;
  167. margin: 50rpx 40rpx;
  168. }
  169. .panelItem .panelSound {
  170. width: 40rpx;
  171. height: 40rpx;
  172. margin: 0 10rpx 0 0;
  173. background-color: #fff;
  174. border-radius: 50%;
  175. }
  176. .panelItem .panelSoundHover {
  177. background-color: #d2d2d2;
  178. }
  179. .panelItem .panelSoundHover1 {
  180. color: #d2d2d2;
  181. }
  182. .panelItem .universalpic_read_mark_black_20x20 {
  183. width: 21rpx;
  184. height: 20rpx;
  185. }
  186. .panelItem .textLine {
  187. text-decoration: underline;
  188. }
  189. .panelItem .textNormal {
  190. min-height: 50rpx;
  191. }
  192. .panelItem .textNormal2 {
  193. font-size: 36rpx;
  194. }
  195. .panelItem .textPinyin {
  196. text-decoration: underline;
  197. margin-right: 10rpx;
  198. }
  199. .panelItem .imageBishun {
  200. width: 360rpx;
  201. height: 360rpx;
  202. margin: 6rpx 0;
  203. }
  204. .panelItem .imageFree {
  205. width: 650rpx;
  206. margin: 6rpx 0;
  207. border-radius: 20rpx;
  208. }
  209. .panelItem .imageFree2 {
  210. width: 650rpx;
  211. border-radius: 10rpx;
  212. }
  213. .panelItem .textBr {
  214. width: 100%;
  215. height: 24rpx;
  216. }
  217. .panelItem .textReturn {
  218. width: 100%;
  219. }
  220. .panelItem .textReturn2 {
  221. width: 100%;
  222. height: 30rpx;
  223. }
  224. /* ******************************** */
  225. .panelSave {
  226. width: 100%;
  227. background-color: #fff;
  228. position: fixed;
  229. bottom: 0;
  230. font-size: 36rpx;
  231. z-index: 10;
  232. color: #0071ef;
  233. text-align: center;
  234. line-height: 120rpx;
  235. border-top: 1rpx solid #d2d2d2;
  236. }
  237. .btn1 {
  238. width: 150rpx;
  239. height: 120rpx;
  240. }
  241. .btn2 {
  242. width: 450rpx;
  243. height: 120rpx;
  244. background-color: #fff;
  245. }
  246. .btn21 {
  247. font-size: 36rpx;
  248. color: #0071ef;
  249. text-align: center;
  250. padding-left: 0;
  251. padding-right: 0;
  252. background-color: #fff;
  253. }
  254. .btn21::after {
  255. border: 0px;
  256. }
  257. .universalpic_prev_black_30x30 {
  258. width: 28rpx;
  259. height: 26rpx;
  260. }
  261. .panelSaveShare{
  262. justify-content: space-between;
  263. }
  264. .btn3 {
  265. width: 375rpx;
  266. line-height: 120rpx;
  267. height:120rpx;
  268. background-color: #fff;
  269. text-align: center;
  270. color: #0071ef;
  271. }
  272. .text5{
  273. width:108rpx;
  274. margin: 0 20rpx;
  275. }
  276. .universalpic_more_40x10 {
  277. width: 40rpx;
  278. height: 10rpx;
  279. }