index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. /**index.wxss**/
  2. .top_bg_w{
  3. width: 750rpx;
  4. height: 594rpx;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. }
  9. .top_bg_w swiper{
  10. width: 750rpx;
  11. height: 594rpx;
  12. }
  13. .top_bg{
  14. width: 750rpx;
  15. height: 594rpx;
  16. /* position: fixed;
  17. top: 0;
  18. left: 0; */
  19. }
  20. .top_bg_w .dots{
  21. position: absolute;
  22. bottom: 110rpx;
  23. left: 50%;
  24. transform: translateX(-50%);
  25. display: flex;
  26. align-items: center;
  27. }
  28. .wrap_nr{
  29. padding: 0 30rpx;
  30. padding-top: 507rpx;
  31. /* margin-top: -45rpx; */
  32. }
  33. .process_wrap{
  34. width: 690rpx;
  35. height: 246rpx;
  36. background-color: #FFFFFF;
  37. box-shadow: 0rpx 5rpx 15rpx 0rpx #E0E0E0;
  38. border-radius: 10rpx;
  39. display: flex;
  40. align-items: center;
  41. justify-content: space-between;
  42. position: relative;
  43. margin-top: 20rpx;
  44. }
  45. .process_bg{
  46. position: absolute;
  47. bottom: 0;
  48. left: 0;
  49. width: 690rpx;
  50. height: 30rpx;
  51. background-repeat: repeat-x;
  52. background-size: 18rpx 30rpx;
  53. }
  54. .process_wrap .process_item{
  55. flex: 1;
  56. display: flex;
  57. flex-direction: column;
  58. align-items: center;
  59. justify-content: center;
  60. }
  61. .process_item .item_icon{
  62. display: block;
  63. /* width: 113rpx; */
  64. height: 86rpx;
  65. }
  66. .process_item .item_icon.mendian{
  67. height: 106rpx;
  68. }
  69. .process_item .item_name{
  70. display: block;
  71. width: 130rpx;
  72. height: 35rpx;
  73. margin-top: 15rpx;
  74. }
  75. .process_item .item_desc{
  76. padding-top: 8rpx;
  77. font-size: 22rpx;
  78. color: #666666;
  79. }
  80. .process_wrap::after{
  81. content: "";
  82. display: block;
  83. width: 1rpx;
  84. height: 101rpx;
  85. background: rgba(102,102,102,.2);
  86. position: absolute;
  87. top: 62rpx;
  88. left: 350rpx;
  89. }
  90. .feedback_wrap{
  91. width: 690rpx;
  92. display: flex;
  93. align-items: center;
  94. justify-content: space-between;
  95. }
  96. .feedback_wrap .feedback_item{
  97. width: 335rpx;
  98. height: 158rpx;
  99. background-repeat: no-repeat;
  100. background-size: cover;
  101. margin-top: 22rpx;
  102. box-shadow: 0rpx 0rpx 25rpx 0rpx #F3F3F3;
  103. border-radius: 10rpx;
  104. display: flex;
  105. flex-direction: column;
  106. align-items: center;
  107. justify-content: center;
  108. }
  109. .feedback_item .item_icon{
  110. width: 99rpx;
  111. height: 101rpx;
  112. }
  113. .feedback_item .item_name{
  114. font-size: 30rpx;
  115. color: #000000;
  116. margin-top: -5rpx;
  117. }
  118. .ad_wrap{
  119. margin-top: 20rpx;
  120. width: 690rpx;
  121. height: 230rpx;
  122. border-radius: 10rpx;
  123. overflow: hidden;
  124. position: relative;
  125. }
  126. .ad_wrap .ad_tu{
  127. width: 690rpx;
  128. height: 230rpx;
  129. }
  130. .ad_wrap .dots{
  131. position: absolute;
  132. bottom: 19rpx;
  133. right: 50rpx;
  134. display: flex;
  135. align-items: center;
  136. }
  137. .dots .dot{
  138. width: 8rpx;
  139. height: 8rpx;
  140. background: #FFFFFF;
  141. border-radius: 4rpx;
  142. margin-left: 6rpx;
  143. }
  144. .dots .dot.active{
  145. width: 30rpx;
  146. }
  147. /* 用户信息 */
  148. .user_wrap {
  149. position: relative;
  150. }
  151. .user_wrap .user_item{
  152. width: 690rpx;
  153. padding: 20rpx 20rpx 20rpx 30rpx;
  154. background: #FFFFFF;
  155. box-shadow: 0rpx 5rpx 15rpx 0rpx #E0E0E0;
  156. border-radius: 10rpx;
  157. display: flex;
  158. align-items: center;
  159. justify-content: space-between;
  160. }
  161. .user_wrap .user_item .item_l{
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. }
  166. .user_wrap .user_item .user_touxiang{
  167. width: 84rpx;
  168. height: 84rpx;
  169. border-radius: 50%;
  170. }
  171. .user_wrap .user_item .user_info{
  172. padding: 16rpx;
  173. font-size: 28rpx;
  174. color: #000000;
  175. }
  176. .user_item .user_info .shop_tip{
  177. color: #999999;
  178. }
  179. .user_item .ac_btn{
  180. width: 166rpx;
  181. height: 55rpx;
  182. background: #1F524D;
  183. border-radius: 28rpx;
  184. font-size: 30rpx;
  185. color: #FFFFFF;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. }
  190. .user_wrap .user_item.login_ed .user_info{
  191. display: flex;
  192. align-items: center;
  193. }
  194. .user_wrap .user_item .vip_tag{
  195. width: 70rpx;
  196. height: 30rpx;
  197. margin-left: 20rpx;
  198. }
  199. .user_item.login_ed .item_r{
  200. display: flex;
  201. align-items: center;
  202. }
  203. .user_item .user_count{
  204. display: flex;
  205. flex-direction: column;
  206. align-items: center;
  207. justify-content: space-between;
  208. font-size: 30rpx;
  209. color: #000000;
  210. }
  211. .user_item .user_count .count_name{
  212. font-size: 24rpx;
  213. color: #999999;
  214. }
  215. .user_item .item_r .separation_line{
  216. width: 1px;
  217. height: 38rpx;
  218. background: rgba(0,0,0,.2);
  219. margin: 0 30rpx;
  220. }
  221. .user_wrap .user_item .user_info .user_nickname{
  222. max-width: 300rpx;
  223. }
  224. .user_wrap .user_item.login_ed .user_info .user_nickname{
  225. max-width: 200rpx;
  226. }
  227. /* 一元购&领券区 */
  228. .activity_wrap{
  229. width: 690rpx;
  230. margin-top: 20rpx;
  231. display: flex;
  232. align-items: center;
  233. justify-content: space-between;
  234. }
  235. .activity_wrap .ac_item .ac_tu{
  236. width: 335rpx;
  237. height: 189rpx;
  238. display: block;
  239. border-radius: 10rpx;
  240. }