preview.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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: #0071ef;
  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. }
  95. .panelItem .textPinyin {
  96. text-decoration: underline;
  97. margin-right: 10rpx;
  98. }
  99. .panelItem .imageBishun {
  100. width: 360rpx;
  101. height: 360rpx;
  102. margin: 30rpx 0;
  103. }
  104. .panelItem .imageFree {
  105. width: 650rpx;
  106. margin: 30rpx 0;
  107. border-radius: 20rpx;
  108. }
  109. .panelItem .textReturn {
  110. width: 100%;
  111. }
  112. .panelItem .textReturn2 {
  113. width: 100%;
  114. height: 30rpx;
  115. }
  116. .panelTag {
  117. width: 100%;
  118. justify-content: space-between;
  119. margin: 60rpx 0 20rpx 0;
  120. }
  121. .panelTag1 {
  122. font-size: 28rpx;
  123. margin-left: 50rpx;
  124. }
  125. .panelTag .tagDot{
  126. width:20rpx;
  127. height:20rpx;
  128. border-radius: 5rpx;
  129. background-color: #9B9B9B;
  130. margin-right: 20rpx;
  131. }
  132. .panelTag .tag {
  133. color: #1E1E1E;
  134. margin: 6rpx 20rpx 6rpx 0;
  135. }
  136. .right2 {
  137. margin-right: 50rpx;
  138. }
  139. .line1 {
  140. width: 4rpx;
  141. height: 30rpx;
  142. background-color: #d2d2d2;
  143. }
  144. .universalpic_restore_black_34x34 {
  145. width: 26rpx;
  146. height: 26rpx;
  147. margin-left: 50rpx;
  148. }
  149. .panelField2 {
  150. width: 100%;
  151. margin-bottom: 20rpx;
  152. }
  153. .panelField21 {
  154. width: 650rpx;
  155. font-size: 36rpx;
  156. margin: 40rpx 0 0 0;
  157. }
  158. .lineField{
  159. width:650rpx;
  160. height:3rpx;
  161. background-color: #D2D2D2;
  162. margin-top: 30rpx;
  163. }
  164. .panelSave {
  165. width: 100%;
  166. background-color: #fff;
  167. position: fixed;
  168. bottom: 0;
  169. font-size: 36rpx;
  170. z-index: 10;
  171. color: #0071ef;
  172. text-align: center;
  173. line-height: 120rpx;
  174. border-top: 1rpx solid #d2d2d2;
  175. }
  176. .btn1 {
  177. width: 150rpx;
  178. height: 120rpx;
  179. }
  180. .btn2 {
  181. width: 225rpx;
  182. height: 120rpx;
  183. background-color: #fff;
  184. }
  185. .btn21 {
  186. width: 180rpx;
  187. height: 80rpx;
  188. font-size: 24rpx;
  189. color: #0071ef;
  190. line-height: 80rpx;
  191. text-align: center;
  192. padding-left: 0;
  193. padding-right: 0;
  194. background-color: #fff;
  195. border:1rpx solid #9B9B9B;
  196. border-radius: 10rpx;
  197. }
  198. .btn21::after {
  199. border: 0px;
  200. }
  201. .universalpic_prev_black_30x30 {
  202. width: 28rpx;
  203. height: 26rpx;
  204. }
  205. .btn3 {
  206. width: 375rpx;
  207. line-height: 120rpx;
  208. background-color: #fff;
  209. text-align: center;
  210. color:#1e1e1e;
  211. }
  212. .btn31 {
  213. color: #0071ef;
  214. }
  215. .universalpic_more_40x10 {
  216. width: 40rpx;
  217. height: 10rpx;
  218. }