index.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. height: auto;
  9. overflow: hidden;
  10. width: 100%;
  11. }
  12. .userinfo {
  13. /* background: url(); */
  14. background: white;
  15. background-size: 750rpx auto;
  16. margin-bottom: 10rpx;
  17. /* position: relative; */
  18. display: flex;
  19. width: 750rpx;
  20. height: 350rpx;
  21. flex-direction: column;
  22. align-items: center;
  23. }
  24. .userinfo-avatar {
  25. /* position: absolute; */
  26. /* margin-left: 20rpx; */
  27. display: block;
  28. width: 140rpx;
  29. height: 140rpx;
  30. margin: 35rpx;
  31. /* margin-top: 80rpx; */
  32. border-radius: 50%;
  33. /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); */
  34. }
  35. .user-box {
  36. /* left: 120px; */
  37. top: 120px;
  38. display: flex;
  39. width: 750rpx;
  40. height: 40rpx;
  41. line-height: 40rpx;
  42. text-align: center;
  43. flex-direction: column;
  44. align-items: center;
  45. }
  46. .userinfo-nickname {
  47. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  48. font-size: 14px;
  49. }
  50. .userlevel {
  51. font-size: 14px;
  52. color: red;
  53. }
  54. .item-all {
  55. width: 100%;
  56. height: 70rpx;
  57. line-height: 70rpx;
  58. overflow: hidden;
  59. background: #fff;
  60. display: flex;
  61. margin-bottom: 5rpx;
  62. z-index: 9999;
  63. position:relative;
  64. }
  65. .item-all .txt {
  66. font-size: 26rpx;
  67. margin-left: 30rpx;
  68. }
  69. .item-all .txt2 {
  70. font-size: 26rpx;
  71. margin-left: 430rpx;
  72. text-align: right;
  73. color: #ccc;
  74. }
  75. .order-menu {
  76. width: 100%;
  77. height: 145.5rpx;
  78. overflow: hidden;
  79. background: #fff;
  80. display: flex;
  81. margin-bottom: 5rpx;
  82. }
  83. .order-menu .item {
  84. width: 25%;
  85. height: 125.5rpx;
  86. text-align: center;
  87. }
  88. .order-menu .icon {
  89. margin: 20rpx auto 10rpx auto;
  90. display: block;
  91. height: 52.803rpx;
  92. width: 52.803rpx;
  93. }
  94. .order-menu .icon.unpay {
  95. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3veAY4OuAAATwwuTZuE082.PNG) 0 0 no-repeat;
  96. background-size: 52.803rpx;
  97. }
  98. .order-menu .item .unpay-num {
  99. position: absolute;
  100. width: 30rpx;
  101. height: 30rpx;
  102. line-height: 30rpx;
  103. text-align: center;
  104. top: 437rpx;
  105. left: 120rpx;
  106. background-color: #d81e06;
  107. color: #fff;
  108. border-radius: 50%;
  109. font-size: 20rpx;
  110. }
  111. .order-menu .icon.unPayment {
  112. width: 52.803rpx;
  113. height: 52.803rpx;
  114. }
  115. .order-menu .item .unPayment-num {
  116. position: absolute;
  117. width: 30rpx;
  118. height: 30rpx;
  119. line-height: 30rpx;
  120. text-align: center;
  121. top: 437rpx;
  122. left: 265rpx;
  123. background-color: #d81e06;
  124. color: #fff;
  125. border-radius: 50%;
  126. font-size: 20rpx;
  127. }
  128. .order-menu .item .untake-num {
  129. position: absolute;
  130. width: 30rpx;
  131. height: 30rpx;
  132. line-height: 30rpx;
  133. text-align: center;
  134. top: 437rpx;
  135. left: 416rpx;
  136. background-color: #d81e06;
  137. color: #fff;
  138. border-radius: 50%;
  139. font-size: 20rpx;
  140. }
  141. .order-menu .item .uneval-num {
  142. position: absolute;
  143. width: 30rpx;
  144. height: 30rpx;
  145. line-height: 30rpx;
  146. text-align: center;
  147. top: 437rpx;
  148. left: 570rpx;
  149. background-color: #d81e06;
  150. color: #fff;
  151. border-radius: 50%;
  152. font-size: 20rpx;
  153. }
  154. .order-menu .item .txt{
  155. font-size: 24rpx;
  156. }
  157. .order-menu .icon.delivery {
  158. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr30CAZZ8YAAAR_cXkBsg581.PNG) 0 0 no-repeat;
  159. background-size: 52.803rpx;
  160. }
  161. .order-menu .icon.evaluate {
  162. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr32iAGgWMAAAU6Jt3tMM267.PNG) 0 0 no-repeat;
  163. background-size: 52.803rpx;
  164. }
  165. .order-menu .icon.order {
  166. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr35OAclFBAAAQXlzWsho084.PNG) 0 0 no-repeat;
  167. background-size: 52.803rpx;
  168. }
  169. .user-menu {
  170. width: 100%;
  171. height: auto;
  172. overflow: hidden;
  173. background: #fff;
  174. }
  175. .user-menu .item {
  176. float: left;
  177. width: 50%;
  178. height: 187.5rpx;
  179. border-right: 1px solid rgba(0, 0, 0, 0.15);
  180. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  181. text-align: center;
  182. display: flex;
  183. border-radius: 15rpx;
  184. box-shadow: 3px 3px 7px rgb(224, 221, 221);
  185. }
  186. .user-menu .item .a {
  187. display: flex;
  188. width: 100%;
  189. height: 100%;
  190. flex-direction: column;
  191. align-items: center;
  192. justify-content: center;
  193. }
  194. .user-menu .item.no-border {
  195. border-right: 0;
  196. }
  197. .user-menu .item.item-bottom {
  198. border-bottom: none;
  199. }
  200. .user-menu .icon {
  201. margin: 0 auto;
  202. display: block;
  203. height: 53.803rpx;
  204. width: 53.803rpx;
  205. margin-bottom: 16rpx;
  206. }
  207. .user-menu .icon.order {
  208. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 -437.5rpx no-repeat;
  209. background-size: 52.803rpx;
  210. }
  211. .user-menu .icon.coupon {
  212. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 -62.4997rpx no-repeat;
  213. background-size: 52.803rpx;
  214. }
  215. .user-menu .icon.gift {
  216. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 -187.5rpx no-repeat;
  217. background-size: 52.803rpx;
  218. }
  219. .user-menu .icon.address {
  220. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 0 no-repeat;
  221. background-size: 52.803rpx;
  222. }
  223. .user-menu .icon.security {
  224. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4C2AX5KIAAAqBj57QpQ346.png) 0 0 no-repeat;
  225. background-size: 52.803rpx;
  226. }
  227. .user-menu .icon.kefu {
  228. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 -500rpx no-repeat;
  229. background-size: 52.803rpx;
  230. }
  231. .user-menu .icon.help {
  232. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 -250rpx no-repeat;
  233. background-size: 52.803rpx;
  234. }
  235. .user-menu .icon.feedback {
  236. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr37aAFYZYAAALQTm90eQ414.png) 0 0 no-repeat;
  237. background-size: 52.803rpx;
  238. }
  239. .user-menu .icon.share {
  240. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4FKAftbLAAASiXICq8o513.png);
  241. background-size: 52.803rpx;
  242. }
  243. .user-menu .icon.collect {
  244. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4IuAVxygAAAE1Le0pS0364.png);
  245. background-size: 52.803rpx;
  246. }
  247. .user-menu .icon.group {
  248. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4KWAUhomAAATKvqNFVk066.png);
  249. background-size: 52.803rpx;
  250. }
  251. .user-menu .icon.help {
  252. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4MKARPcuAAAUfANM0_o450.png);
  253. background-size: 52.803rpx;
  254. }
  255. .user-menu .icon.dispatch {
  256. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr4NuAEFZeAAAbg_A8jZs283.png) no-repeat;
  257. background-size: 52.803rpx;
  258. }
  259. .user-menu .icon.mobile {
  260. background: url(http://120.76.26.84:80/group1/M00/00/49/rBJEdV3LdviAXjpZAAAYnATV8K8777.png) 0 0 no-repeat;
  261. background-size: 52.803rpx;
  262. }
  263. .user-menu .txt {
  264. display: block;
  265. height: 24rpx;
  266. width: 100%;
  267. font-size: 24rpx;
  268. color: rgb(136, 135, 135);
  269. }
  270. .logout {
  271. margin: 20rpx auto;
  272. height: 101rpx;
  273. width: 90%;
  274. line-height: 101rpx;
  275. text-align: center;
  276. color: #333;
  277. font-size: 30rpx;
  278. }
  279. .txt-info{
  280. display: block;
  281. font-size: 12px;
  282. color: red;
  283. height: 40rpx;
  284. border-radius: 50%;
  285. }
  286. .banquan{
  287. font-size: 24rpx;
  288. color: rgb(150, 148, 148);
  289. text-align: center;
  290. width: 100%;
  291. }
  292. .banquan-view{
  293. padding-top: 30rpx;
  294. padding-bottom: 70rpx;
  295. }