preview.wxss 3.5 KB

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