preview.wxss 3.5 KB

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