user.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. /* pages/user/user.wxss */
  2. page {
  3. background-color: #f7f7f7;
  4. padding-bottom: 60rpx;
  5. }
  6. /* 用户信息 */
  7. .userinfo-name .update-info{
  8. position: absolute;
  9. top: 0rpx;
  10. display: inline-block;
  11. margin-left: 20rpx;
  12. font-size: 20rpx;
  13. padding: 2rpx 10rpx;
  14. border-radius: 10rpx;
  15. border: 2rpx solid #eee;
  16. font-weight: normal;
  17. }
  18. .binding-phone {
  19. position: relative;
  20. background: #fff;
  21. height: 80rpx;
  22. line-height: 80rpx;
  23. padding: 0 30rpx;
  24. border-top: 2rpx solid #f7f7f7;
  25. border-bottom: 2rpx solid #f7f7f7;
  26. }
  27. .binding-phone .show-tip {
  28. font-size: 26rpx;
  29. }
  30. .binding-phone .gotobinding {
  31. border-radius: 8rpx;
  32. font-size: 28rpx;
  33. color: #e24b4b;
  34. font-weight: bold;
  35. }
  36. .userinfo-none {
  37. display: flex;
  38. padding: 50rpx 20rpx;
  39. background: #fff;
  40. align-items: center;
  41. position: relative;
  42. }
  43. .nick-name{
  44. font-size: 32rpx;
  45. font-weight: 600;
  46. }
  47. .level {
  48. position: relative;
  49. width: 130rpx;
  50. height: 32rpx;
  51. margin-left: 10rpx;
  52. margin: 12rpx 0 30rpx 0;
  53. box-sizing: border-box;
  54. background: #f3f3f3;
  55. border-radius: 32rpx;
  56. }
  57. .level .l-bg {
  58. position: absolute;
  59. left: 4rpx;
  60. top: 4rpx;
  61. width: 24rpx;
  62. height: 24rpx;
  63. }
  64. .level .text {
  65. color: #7c4733;
  66. font-size: 20rpx;
  67. font-family: arial;
  68. position: relative;
  69. line-height: 32rpx;
  70. margin-left: 36rpx;
  71. }
  72. .arrow {
  73. width: 11rpx;
  74. height: 11rpx;
  75. border-top: 3rpx solid #686868;
  76. border-right: 3rpx solid #686868;
  77. transform: rotate(45deg);
  78. position: absolute;
  79. right: -26rpx;
  80. top: 12rpx;
  81. }
  82. .member-integral {
  83. display: flex;
  84. align-content: center;
  85. font-size: 26rpx;
  86. position: relative;
  87. }
  88. .member-integral image{
  89. width: 40rpx;
  90. height: 40rpx;
  91. margin-right: 10rpx;
  92. }
  93. .userinfo-none .default-pic{
  94. padding-right:30rpx;
  95. }
  96. .userinfo-none .default-pic image{
  97. width:140rpx;
  98. height:140rpx;
  99. border-radius: 50%;
  100. }
  101. .score-amount{
  102. position: relative;
  103. }
  104. .arrow {
  105. width: 11rpx;
  106. height: 11rpx;
  107. border-top: 3rpx solid #686868;
  108. border-right: 3rpx solid #686868;
  109. transform: rotate(45deg);
  110. position: absolute;
  111. right: -24rpx;
  112. top: 12rpx;
  113. }
  114. .none-login button {
  115. background: #fff;
  116. }
  117. .none-login button::after {
  118. border: 0;
  119. }
  120. .none-login .unlogin{
  121. font-size:30rpx;
  122. }
  123. .none-login .click-login{
  124. font-size:26rpx;
  125. }
  126. .buy-member{
  127. display: flex;
  128. position: absolute;
  129. align-content: center;
  130. right: 0;
  131. top: 50%;
  132. transform: translateY(-50%);
  133. background-color: #04358D;
  134. color: #fff;
  135. font-size: 24rpx;
  136. line-height: 40rpx;
  137. padding: 20rpx 30rpx;
  138. border-radius: 40rpx 0 0 40rpx;
  139. box-shadow: 1rpx 1rpx 6rpx rgba(33, 52, 223,0.7);
  140. }
  141. .buy-member image{
  142. width: 40rpx;
  143. height: 40rpx;
  144. display: block;
  145. margin-right: 10rpx;
  146. }
  147. /* 订单状态 */
  148. .list-cont {
  149. width: 100%;
  150. background: #f7f7f7;
  151. margin-top: 20rpx;
  152. }
  153. .list-cont .total-order {
  154. /* width: 100%; */
  155. /* margin-bottom: 30rpx; */
  156. background: #fff;
  157. }
  158. .list-cont .total-order .order-tit {
  159. display: flex;
  160. justify-content: space-between;
  161. height: 80rpx;
  162. line-height: 80rpx;
  163. font-size: 30rpx;
  164. border-bottom:1px solid #f7f7f7;
  165. padding: 0 30rpx;
  166. }
  167. .list-cont .total-order .order-tit .checkmore {
  168. font-size: 25rpx;
  169. color: #80848f;
  170. display: flex;
  171. align-items: center;
  172. }
  173. .list-cont .total-order .procedure {
  174. display: flex;
  175. justify-content: space-around;
  176. align-items: center;
  177. font-size: 25rpx;
  178. height: 160rpx;
  179. }
  180. .list-cont .total-order .procedure .items {
  181. position: relative;
  182. display: flex;
  183. flex-direction: column;
  184. align-items: center;
  185. }
  186. /* .list-cont .total-order .procedure .items.refund-icon > image {
  187. width: 55rpx;
  188. height: 55rpx;
  189. } */
  190. .list-cont .total-order .procedure .items image {
  191. width: 50rpx;
  192. height: 50rpx;
  193. margin-bottom: 20rpx;
  194. }
  195. .list-cont .total-order .procedure .items .num-badge {
  196. position: absolute;
  197. top: -15rpx;
  198. right: -12rpx;
  199. color: #e43130;
  200. border: 3rpx solid #e43130;
  201. border-radius: 50rpx;
  202. background: #fff;
  203. min-width: 30rpx;
  204. height: 30rpx;
  205. line-height: 30rpx;
  206. text-align: center;
  207. padding: 2rpx;
  208. display: block;
  209. }
  210. /* end 订单状态 */
  211. /* 列表项 */
  212. .list-cont .my-menu {
  213. /* width: 100%; */
  214. background-color: #fff;
  215. margin-top:20rpx;
  216. }
  217. .list-cont .my-menu .memu-item {
  218. display: flex;
  219. align-items: center;
  220. justify-content: space-between;
  221. height: 100rpx;
  222. border-bottom: 2rpx solid #f7f7f7;
  223. padding:0 30rpx;
  224. }
  225. .list-cont .my-menu .memu-item:nth-child(1) {
  226. border-top: 2rpx solid #f7f7f7;
  227. }
  228. .list-cont .my-menu .memu-item:last-child {
  229. border-bottom: none;
  230. }
  231. .list-cont .my-menu .memu-item text {
  232. font-size: 30rpx;
  233. }
  234. .list-cont .my-menu .memu-item button {
  235. font-size: 30rpx;
  236. background: transparent;
  237. color: #000;
  238. line-height: 1em;
  239. padding: 0;
  240. margin: 0;
  241. }
  242. .list-cont .my-menu .memu-item button::after {
  243. border: none!important;
  244. }
  245. .list-cont .my-menu .memu-item image{
  246. width:50rpx;
  247. height:50rpx;
  248. margin-right:20rpx;
  249. }
  250. .list-cont .my-menu .memu-item .i-name{
  251. display: flex;
  252. align-items: center;
  253. }
  254. /* end 列表项 */
  255. /* 箭头 */
  256. .arrowhead {
  257. width: 15rpx;
  258. height: 15rpx;
  259. border-top: 2rpx solid #999;
  260. border-right: 2rpx solid #999;
  261. transform: rotate(45deg);
  262. margin-left: 10rpx;
  263. }
  264. /* 商品收藏消息等 */
  265. .prod-col{
  266. margin-top:20rpx;
  267. background: #fff;
  268. display: flex;
  269. justify-content: space-around;
  270. padding:30rpx 0 10rpx 0;
  271. font-size: 12px;
  272. }
  273. .prod-col .col-item{
  274. text-align: center;
  275. }
  276. .prod-col .col-item .num{
  277. font-size: 16px;
  278. font-weight: 700;
  279. color: #3a86b9;
  280. }
  281. .prod-col .col-item .tit{
  282. line-height: 34px;
  283. }
  284. button.memu-btn.memu-item {
  285. background-color: #fff;
  286. }
  287. button.memu-btn.memu-item:after {
  288. border: 0;
  289. }
  290. /* 退出登录 */
  291. .log-out{
  292. padding:20rpx;
  293. text-align: center;
  294. margin-top:20rpx;
  295. }
  296. .log-out-n{
  297. font-size: 30rpx;
  298. margin: auto;
  299. width:200rpx;
  300. padding:20rpx;
  301. border-radius: 10rpx;
  302. background: #04358D;
  303. color:#ffffff;
  304. }