preview.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. }
  27. .right {
  28. margin-right: 30rpx;
  29. }
  30. .text2 {
  31. color: #787878;
  32. margin-left: 30rpx;
  33. font-weight: 500;
  34. }
  35. .text3 {
  36. color: #787878;
  37. width: 132rpx;
  38. line-height: 80rpx;
  39. text-align: center;
  40. background-color: #fff;
  41. border:1rpx solid #9B9B9B;
  42. border-radius: 10rpx;
  43. font-size: 24rpx;
  44. }
  45. .text4 {
  46. color: #A20602;
  47. }
  48. .panelItem {
  49. width: 650rpx;
  50. font-weight: 400;
  51. flex-wrap: wrap;
  52. justify-content: flex-start;
  53. color: #1e1e1e;
  54. }
  55. .panelField1 {
  56. width: 100%;
  57. background-color: #fff;
  58. min-height: 320rpx;
  59. justify-content: flex-start;
  60. border-bottom-left-radius: 50rpx;
  61. border-bottom-right-radius: 50rpx;
  62. }
  63. .panelFieldsharepreview{
  64. min-height: 0rpx;
  65. border-bottom-left-radius: 0;
  66. border-bottom-right-radius: 0;
  67. }
  68. .panelField11 {
  69. font-size: 46rpx;
  70. justify-content: flex-start;
  71. margin: 40rpx 0 80rpx 0;
  72. }
  73. .panelItem .universalpic_read_gray_40x40 {
  74. width: 40rpx;
  75. height: 40rpx;
  76. margin: 0 10rpx 0 10rpx;
  77. }
  78. .panelItem .panelSound {
  79. width: 40rpx;
  80. height: 40rpx;
  81. margin: 0 10rpx 0 0;
  82. background-color: #F0F0F0;
  83. border-radius: 50%;
  84. }
  85. .panelItem .universalpic_read_mark_black_20x20 {
  86. width: 21rpx;
  87. height: 20rpx;
  88. }
  89. .panelItem .textLine {
  90. text-decoration: underline;
  91. }
  92. .panelItem .textNormal {
  93. width:650rpx;
  94. justify-content: flex-start;
  95. }
  96. .panelItem .textPinyin {
  97. text-decoration: underline;
  98. margin-right: 10rpx;
  99. }
  100. .panelItem .imageBishun {
  101. width: 360rpx;
  102. height: 360rpx;
  103. margin: 30rpx 0;
  104. }
  105. .panelItem .imageFree {
  106. width: 650rpx;
  107. margin: 30rpx 0;
  108. border-radius: 20rpx;
  109. }
  110. .panelItem .textReturn {
  111. width: 100%;
  112. }
  113. .panelItem .textReturn2 {
  114. width: 100%;
  115. height: 30rpx;
  116. }
  117. .panelTag {
  118. width: 100%;
  119. justify-content: space-between;
  120. margin: 60rpx 0 20rpx 0;
  121. }
  122. .panelTag1 {
  123. font-size: 28rpx;
  124. margin-left: 50rpx;
  125. }
  126. .panelTag .tagDot{
  127. width:20rpx;
  128. height:20rpx;
  129. border-radius: 5rpx;
  130. background-color: #9B9B9B;
  131. margin-right: 20rpx;
  132. }
  133. .panelTag .tag {
  134. color: #1E1E1E;
  135. margin: 6rpx 20rpx 6rpx 0;
  136. }
  137. .right2 {
  138. margin-right: 50rpx;
  139. }
  140. .line1 {
  141. width: 4rpx;
  142. height: 30rpx;
  143. background-color: #d2d2d2;
  144. }
  145. .universalpic_restore_black_34x34 {
  146. width: 26rpx;
  147. height: 26rpx;
  148. margin-left: 50rpx;
  149. }
  150. .panelField2 {
  151. width: 100%;
  152. margin-bottom: 20rpx;
  153. }
  154. .panelField21 {
  155. width: 650rpx;
  156. font-size: 36rpx;
  157. margin: 40rpx 0 0 0;
  158. }
  159. .lineField{
  160. width:650rpx;
  161. height:3rpx;
  162. background-color: #D2D2D2;
  163. margin-top: 30rpx;
  164. }
  165. .panelSave {
  166. width: 100%;
  167. background-color: #fff;
  168. position: fixed;
  169. bottom: 0;
  170. font-size: 36rpx;
  171. z-index: 10;
  172. color: #0071ef;
  173. text-align: center;
  174. line-height: 120rpx;
  175. border-top: 1rpx solid #d2d2d2;
  176. }
  177. .btn1 {
  178. width: 150rpx;
  179. height: 120rpx;
  180. }
  181. .btn2 {
  182. width: 225rpx;
  183. height: 120rpx;
  184. background-color: #fff;
  185. }
  186. .btn21 {
  187. width: 180rpx;
  188. height: 80rpx;
  189. font-size: 24rpx;
  190. color: #0071ef;
  191. line-height: 80rpx;
  192. text-align: center;
  193. padding-left: 0;
  194. padding-right: 0;
  195. background-color: #fff;
  196. border:1rpx solid #9B9B9B;
  197. border-radius: 10rpx;
  198. }
  199. .btn21::after {
  200. border: 0px;
  201. }
  202. .universalpic_prev_black_30x30 {
  203. width: 28rpx;
  204. height: 26rpx;
  205. }
  206. .panelSaveShare{
  207. justify-content: space-between;
  208. }
  209. .btn3 {
  210. width: 375rpx;
  211. line-height: 120rpx;
  212. height:120rpx;
  213. background-color: #fff;
  214. text-align: center;
  215. color: #0071ef;
  216. }
  217. .text5{
  218. width:108rpx;
  219. margin: 0 20rpx;
  220. }
  221. .universalpic_more_40x10 {
  222. width: 40rpx;
  223. height: 10rpx;
  224. }