index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. /**index.wxss**/
  2. .wrap{
  3. width: 750rpx;
  4. min-height: 100vh;
  5. /* background: #f6f6f6; */
  6. }
  7. .banner_wrap .banner{
  8. width: 750rpx;
  9. height: 501rpx;
  10. }
  11. .wrap_nr{
  12. padding: 0 30rpx;
  13. /* margin-top: -200rpx; */
  14. position: relative;
  15. }
  16. .banner_wenzi{
  17. width: 675rpx;
  18. height: 193rpx;
  19. position: absolute;
  20. top: -170rpx;
  21. left: 50%;
  22. transform: translateX(-50%);
  23. }
  24. .user_wrap{
  25. padding: 20rpx 40rpx;
  26. position: absolute;
  27. left: 0;
  28. /* background: #FFFFFF;
  29. border-radius: 15rpx; */
  30. }
  31. .user_info{
  32. display: flex;
  33. align-items: center;
  34. /* justify-content: space-between; */
  35. }
  36. .user_info .user_name{
  37. font-size: 40rpx;
  38. color: #FFFFFF;
  39. }
  40. .user_info .user_tips{
  41. padding-top: 16rpx;
  42. font-size: 26rpx;
  43. color: rgba(255,255,255,.8);
  44. }
  45. .user_info .user_thumb{
  46. width: 120rpx;
  47. height: 120rpx;
  48. border-radius: 50%;
  49. margin-right: 20rpx;
  50. }
  51. .user_level{
  52. margin-top: 26rpx;
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. }
  57. .user_level .level_l{
  58. width: 98rpx;
  59. height: 46rpx;
  60. background: linear-gradient(90deg, #E4BC88, #D2901E);
  61. border-radius: 23rpx;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. }
  66. .user_level .level_l .level_icon{
  67. width: 27rpx;
  68. height: 24rpx;
  69. }
  70. .user_level .level_l .level_num{
  71. font-size: 29rpx;
  72. font-weight: 600;
  73. font-style: italic;
  74. color: #FFFFFF;
  75. }
  76. .user_level .level_r{
  77. width: 490rpx;
  78. }
  79. .user_level .level_wenzi{
  80. padding-top: 10rpx;
  81. font-size: 22rpx;
  82. color: #333333;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. }
  87. .section_wrap{
  88. display: flex;
  89. align-items: center;
  90. justify-content: space-between;
  91. flex-wrap: wrap;
  92. }
  93. .section{
  94. width: 335rpx;
  95. height: 158rpx;
  96. border-radius: 10rpx;
  97. padding: 0 34rpx 0;
  98. margin-top: 20rpx;
  99. display: flex;
  100. align-items: center;
  101. font-size: 30rpx;
  102. color: #000000;
  103. /* background: #FFFFFF; */
  104. background: #FFD761;
  105. position: relative;
  106. }
  107. .section .sec_icon{
  108. width: 75rpx;
  109. height: 76rpx;
  110. }
  111. .section .sec_r{
  112. padding-left: 15rpx;
  113. display: flex;
  114. flex-direction: column;
  115. justify-content: center;
  116. color: #295C56;
  117. }
  118. .section .sec_num{
  119. font-size: 36rpx;
  120. font-weight: 600;
  121. color: rgba(0,0,0,.8);
  122. padding-top: 8rpx;
  123. }
  124. .section .sec_tip{
  125. font-size: 24rpx;
  126. color: rgba(0,0,0,.54);
  127. }
  128. .section .sec_logo{
  129. width: 36rpx;
  130. height: 36rpx;
  131. position: absolute;
  132. bottom: 30rpx;
  133. right: 30rpx;
  134. }
  135. /* 底图 */
  136. .tu_wrap{
  137. width: 100%;
  138. padding: 100rpx 0 40rpx;
  139. }
  140. .tu_wrap .tu{
  141. width: 124rpx;
  142. height: 57rpx;
  143. display: block;
  144. margin: 0 auto;
  145. }
  146. /* 版本号 */
  147. .version{
  148. text-align: center;
  149. color: #333333;
  150. font-size: 20rpx;
  151. padding-top: 20rpx;
  152. }
  153. /* 商户角色切换 */
  154. .banner_wrap{
  155. position: fixed;
  156. }
  157. .tag{
  158. width:130rpx;
  159. height:45rpx;
  160. background: linear-gradient(-90deg,#295C56,rgba(255,255,255,.3));
  161. border-radius:23rpx 0rpx 0rpx 23rpx;
  162. font-size:28rpx;
  163. color: #FFFFFF;
  164. display: flex;
  165. align-items: center;
  166. justify-content: center;
  167. position: absolute;
  168. top: 160rpx;
  169. right: 0;
  170. z-index: 1;
  171. }
  172. /* 订单 */
  173. .order_wrap{
  174. /* background: #FFFFFF;
  175. border-radius: 10rpx;
  176. color: #000000;
  177. font-size: 28rpx;
  178. padding: 30rpx 0;
  179. position: relative;
  180. z-index: 1; */
  181. width: 690rpx;
  182. height: 256rpx;
  183. position: relative;
  184. }
  185. .order_wrap .order_wrap_bg{
  186. position: absolute;
  187. top: 0;
  188. left: 0;
  189. }
  190. .order_wrap .order_wrap_bg .bg_tu{
  191. width: 690rpx;
  192. height: 256rpx;
  193. }
  194. .order_wrap .order_wrap_con{
  195. width: 690rpx;
  196. height: 256rpx;
  197. position: absolute;
  198. top: 0;
  199. left: 0;
  200. display: flex;
  201. flex-direction: column;
  202. justify-content: center;
  203. }
  204. .order_wrap .order_t{
  205. display: flex;
  206. align-items: center;
  207. justify-content: space-between;
  208. padding: 0 30rpx;
  209. color: #FFFFFF;
  210. }
  211. .order_wrap .order_t .order_t_l{
  212. font-size: 30rpx;
  213. display: flex;
  214. align-items: center;
  215. }
  216. .order_wrap .order_t .order_t_l .order_icon{
  217. width: 30rpx;
  218. height: 30rpx;
  219. margin-right: 6rpx;
  220. }
  221. .order_wrap .order_t .order_t_r{
  222. font-size: 26rpx;
  223. /* color: rgba(0,0,0,.54); */
  224. }
  225. .order_wrap .order_list{
  226. display: flex;
  227. margin-top: 30rpx;
  228. }
  229. .order_wrap .order_item{
  230. /* flex: 1; */
  231. width: 25%;
  232. display: flex;
  233. flex-direction: column;
  234. align-items: center;
  235. }
  236. .order_wrap .order_item .item_icon{
  237. position: relative;
  238. }
  239. .order_wrap .order_item .item_icon .icon{
  240. width: 90rpx;
  241. height: 90rpx;
  242. }
  243. .order_wrap .order_item .item_icon .num{
  244. min-width: 34rpx;
  245. height: 34rpx;
  246. border-radius: 50%;
  247. background: #FFD102;
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. position: absolute;
  252. top: -14rpx;
  253. right: -12rpx;
  254. font-size: 24rpx;
  255. font-weight: bold;
  256. color: #000000;
  257. }
  258. .order_wrap .order_item .item_name{
  259. /* padding-top: 10rpx; */
  260. }
  261. /* 开通会员 */
  262. .user_vip{
  263. width: 648rpx;
  264. height: 82rpx;
  265. position: relative;
  266. left: 20rpx;
  267. top: 0rpx;
  268. margin-top: 20rpx;
  269. }
  270. .user_vip .vip_bg{
  271. width: 648rpx;
  272. height: 82rpx;
  273. position: absolute;
  274. top: 0;
  275. left: 0;
  276. }
  277. .user_vip .vip_con{
  278. width: 648rpx;
  279. height: 82rpx;
  280. padding: 0 40rpx 0 116rpx;
  281. font-size: 24rpx;
  282. color: #F3D4B3;
  283. position: absolute;
  284. top: 0;
  285. left: 0;
  286. display: flex;
  287. align-items: center;
  288. justify-content: space-between;
  289. }
  290. .user_vip .vip_con.flex_end{
  291. justify-content: flex-end;
  292. }
  293. .user_vip .con_btn{
  294. width: 135rpx;
  295. height: 48rpx;
  296. background: #FFD1A2;
  297. border-radius: 24rpx;
  298. font-size: 24rpx;
  299. color: #5D3921;
  300. display: flex;
  301. align-items: center;
  302. justify-content: center;
  303. }