equipment.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /**index.wxss**/
  2. page {
  3. background-color: #ffffff;
  4. }
  5. .eqhead {
  6. display: flex;
  7. flex-direction: column;
  8. width: 100%;
  9. height: 246rpx;
  10. background:#ffffff;
  11. box-shadow:0px 14rpx 20rpx 2rpx rgba(161,161,161,0.2);
  12. }
  13. .eqtitle {
  14. margin-top: 38rpx;
  15. margin-left: 38rpx;
  16. font-size: 40rpx;
  17. color: #000000;
  18. font-weight: Bold;
  19. }
  20. .eqdesc {
  21. margin-top: 16rpx;
  22. margin-left: 38rpx;
  23. margin-right: 38rpx;
  24. font-size: 28rpx;
  25. font-weight: Regular;
  26. color: #8C8C8C;
  27. }
  28. .load {
  29. width: 100%;
  30. height: 2400rpx;
  31. position: absolute;
  32. left: 0;
  33. top: 0;
  34. z-index: 9999;
  35. background-color: #ffffff;
  36. text-align: center;
  37. line-height: 1300rpx;
  38. }
  39. .loadimg {
  40. width: 200rpx;
  41. height: 200rpx;
  42. }
  43. .swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{
  44. margin-bottom: -20rpx;
  45. z-index:auto ;
  46. }
  47. .swiper-box .wx-swiper-dot{
  48. width:26rpx;
  49. display: inline-flex;
  50. height: 6rpx;
  51. margin-left: 8rpx;
  52. justify-content:space-between;
  53. }
  54. .swiper-box .wx-swiper-dot::before{
  55. content: '';
  56. flex-grow: 1;
  57. background: #D8D8D8;
  58. border-radius: 8rpx
  59. }
  60. .swiper-box .wx-swiper-dot-active::before{
  61. background:#7D7D7D;
  62. }
  63. .slide-image{
  64. width: 100%;
  65. height: 390rpx;
  66. }
  67. swiper {
  68. width: 100%;
  69. height: 406rpx;
  70. }
  71. image {
  72. width: 100%;
  73. height: 336rpx;
  74. }
  75. .txtlist {
  76. width: 97%;
  77. float:left;
  78. color: #000000;
  79. font-weight: 600;
  80. margin-top:12rpx;
  81. margin-left:3%;
  82. font-size: 32rpx;
  83. }
  84. .line {
  85. width: 100%;
  86. height: 1rpx;
  87. margin-top: 12rpx;
  88. background-color: #f8f8f8;
  89. }
  90. .lineeq {
  91. width: 65%;
  92. margin-left: 35%;
  93. height: 1rpx;
  94. margin-top: 12rpx;
  95. background-color: #f8f8f8;
  96. }
  97. .line2 {
  98. width: 100%;
  99. height: 1rpx;
  100. margin-top: 16rpx;
  101. background-color: #f8f8f8;
  102. }
  103. .listmargin {
  104. height: 40rpx;
  105. }
  106. .eqlist {
  107. margin-top: 28rpx;
  108. width: 92%;
  109. margin-left: 4%;
  110. margin-right: 4%;
  111. display: flex;
  112. flex-direction: row;
  113. height: 200rpx;
  114. margin-bottom: 28rpx;
  115. }
  116. .eqimg {
  117. flex: 117;
  118. float: left;
  119. height: 202rpx;
  120. margin-top: 10rpx;
  121. }
  122. .middlet {
  123. flex: 13;
  124. }
  125. .eqtxt {
  126. margin-top: 10rpx;
  127. flex: 215;
  128. float: left;
  129. height: 202rpx;
  130. }
  131. .qulistimg {
  132. width: 100%;
  133. height: 202rpx;
  134. border-radius:10rpx;
  135. }
  136. .title {
  137. margin-left: 6rpx;
  138. width: 100%;
  139. float: left;
  140. height: 40rpx;
  141. margin-top: 22rpx;
  142. }
  143. .desc {
  144. margin-left: 6rpx;
  145. margin-top: 2rpx;
  146. width: 100%;
  147. float: left;
  148. height: 28rpx;
  149. }
  150. .price{
  151. margin-top: 30rpx;
  152. width: 100%;
  153. float: left;
  154. height: 20rpx;
  155. }
  156. .button{
  157. margin-top: -14rpx;
  158. width: 95%;
  159. float: left;
  160. text-align: right;
  161. margin-right: 5%;
  162. }
  163. .txttitle{
  164. color: #000000;
  165. font-weight: 500;
  166. font-size: 28rpx;
  167. }
  168. .txtdesc{
  169. font-weight: Regular;
  170. color: #6E6E6E;
  171. font-size: 20rpx;
  172. }
  173. .price{
  174. color: #000000;
  175. font-size: 42rpx;
  176. }
  177. .txtprice {
  178. color: #FF5B60;
  179. font-size: 32rpx;
  180. font-weight: 500;
  181. }
  182. .money1{
  183. color: #FF5B60;
  184. font-size: 32rpx;
  185. font-weight: 500;
  186. }
  187. .txtbutton{
  188. background: #fc6961;
  189. color: #ffffff;
  190. margin-right: 10%;
  191. border-radius: 42rpx 42rpx 42rpx 42rpx;
  192. margin-bottom: 80rpx;
  193. }
  194. .zlbutton {
  195. width: 132rpx;
  196. height: 46rpx;
  197. }
  198. .eqreturn {
  199. margin-top: 10rpx;
  200. margin-left: 70%;
  201. height: 46rpx;
  202. width: 132rpx;
  203. background-color: #fc6961;
  204. text-align: center;
  205. border-radius: 20rpx;
  206. color: #FFFFFF;
  207. font-size: 24rpx;
  208. line-height: 48rpx;
  209. }