articlefine.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. .container{
  2. background-color: #DAD2C1;
  3. color:#2E2E2E;
  4. }
  5. .panel1{
  6. width: 690rpx;
  7. height:620rpx;
  8. margin-top: 30rpx;
  9. border-radius: 40rpx;
  10. overflow: hidden;
  11. }
  12. .swiper{
  13. width: 100%;
  14. height:100%;
  15. }
  16. .panel1Item{
  17. width: 100%;
  18. }
  19. .img{
  20. width: 690rpx;
  21. height:620rpx;
  22. }
  23. .panel1Item1{
  24. position: absolute;
  25. bottom: 0;
  26. width: 100%;
  27. min-height: 200rpx;
  28. background-image: linear-gradient(180deg, rgba(40,40,40,0.30) 0%, rgba(40,40,40,0.90) 100%);
  29. border-radius: 0 0 40rpx 40rpx;
  30. }
  31. .panel1Item11{
  32. margin: 30rpx 0 64rpx 40rpx;
  33. color: #FFFFFF;
  34. align-items: flex-start;
  35. }
  36. .panel1Item1 .text1{
  37. font-size: 24rpx;
  38. text-shadow: 0 3rpx 0 rgba(0,0,0,0.30);
  39. }
  40. .panel1Item1 .text2{
  41. font-size: 32rpx;
  42. width: 610rpx;
  43. text-shadow: 0 3rpx 0 rgba(0,0,0,0.30);
  44. overflow: hidden;
  45. white-space: nowrap;
  46. }
  47. .panel1Item1 .text3{
  48. font-size: 36rpx;
  49. width: 610rpx;
  50. text-shadow: 0 3rpx 0 rgba(0,0,0,0.30);
  51. }
  52. .wx-swiper-dot {
  53. width: 14rpx !important;
  54. height: 14rpx !important;
  55. margin-left: 10rpx !important;
  56. margin-right: 10rpx !important;
  57. }
  58. .wx-swiper-dot {
  59. background-color: #858282 !important;
  60. }
  61. .wx-swiper-dot-active {
  62. background-color: #DAD2C1 !important;
  63. }
  64. .panel2{
  65. width: 100%;
  66. justify-content: flex-start;
  67. }
  68. .panelTitle{
  69. align-self: start;
  70. margin: 80rpx 0 0 60rpx;
  71. }
  72. .panel21{
  73. width: 100%;
  74. margin-top: 40rpx;
  75. }
  76. .panel211{
  77. width: 158rpx;
  78. height:213rpx;
  79. border-radius: 20rpx;
  80. font-size: 36rpx;
  81. position: relative;
  82. margin: 0 10rpx;
  83. }
  84. .sysIcon_a19{
  85. width: 30rpx;
  86. height:30rpx;
  87. position: absolute;
  88. top:40rpx;
  89. left:34rpx;
  90. }
  91. .panel211 .text4{
  92. position: absolute;
  93. top:110rpx;
  94. left:20rpx;
  95. }
  96. .panel211 .text5{
  97. position: absolute;
  98. top:160rpx;
  99. left:20rpx;
  100. font-size:24rpx;
  101. }
  102. .panel3{
  103. width: 100%;
  104. justify-content: flex-start;
  105. margin-top: 40rpx;
  106. }
  107. .panel3Item{
  108. width: 690rpx;
  109. max-height: 226rpx;
  110. background: #F0EDE6;
  111. border-radius: 20rpx;
  112. margin-bottom: 20rpx;
  113. justify-content: space-between;
  114. }
  115. .panel3ItemLeft{
  116. margin-left: 30rpx;
  117. font-size: 24rpx;
  118. align-items: flex-start;
  119. font-weight: 400;
  120. justify-content: flex-start;
  121. }
  122. .panel3ItemLeft .text6{
  123. font-size: 32rpx;
  124. width: 420rpx;
  125. height:90rpx;
  126. margin: 30rpx 0 10rpx 0;
  127. }
  128. .panel3ItemLeft .text7{
  129. margin:0 0 30rpx 0;
  130. }
  131. .img2{
  132. width: 180rpx;
  133. height:166rpx;
  134. margin: 30rpx 30rpx 30rpx 0;
  135. border-radius: 10rpx;
  136. }
  137. .panel3Item0{
  138. height:200rpx;
  139. background-color: #fff;
  140. }
  141. .panel3ItemLeft .text8{
  142. margin:62rpx 0 5rpx 0;
  143. font-size: 28rpx;
  144. font-weight: 700;
  145. }
  146. .sysIcon_b20{
  147. width: 270rpx;
  148. height:200rpx;
  149. border-radius: 0 20rpx 20rpx 0;
  150. }
  151. .panel4{
  152. width:690rpx;
  153. min-height: 852rpx;
  154. border-radius: 20rpx;
  155. background-color: #F0EDE6;
  156. margin: 40rpx 0 200rpx 0;
  157. flex-wrap: wrap;
  158. justify-content: flex-start;
  159. align-items: flex-start;
  160. }
  161. .panel4Item{
  162. width: 230rpx;
  163. height:203rpx;
  164. }
  165. .panel4Item1{
  166. width: 60rpx;
  167. height:60rpx;
  168. background: #DAD2C1;
  169. border-radius: 16rpx;
  170. }
  171. .sysIcon_a23{
  172. width: 30rpx;
  173. height:30rpx;
  174. }
  175. .panel4Item .text9{
  176. font-size: 28rpx;
  177. margin-top: 10rpx;
  178. }
  179. .panel4Item .text10{
  180. font-size: 24rpx;
  181. color:#4D4D4D;
  182. font-weight: 400;
  183. }
  184. .panelFooter{
  185. width: 100%;
  186. background-color: #fff;
  187. color: #004433;
  188. position: fixed;
  189. bottom: 0;
  190. z-index: 10;
  191. }
  192. .panelFooter1{
  193. width:100%;
  194. }
  195. .panelFooterBtn{
  196. width: 50%;
  197. font-size: 36rpx;
  198. height: 100rpx;
  199. justify-content: flex-end;
  200. }
  201. .panelFooterLine{
  202. width: 72rpx;
  203. height:16rpx;
  204. margin-top: 9rpx;
  205. }
  206. .panelFooterLine1{
  207. width: 72rpx;
  208. height:16rpx;
  209. margin-top: 9rpx;
  210. background-color: #004433;
  211. }
  212. .iphone10plus{
  213. width:100%;
  214. height:30rpx;
  215. background-color: #fff;
  216. }