user.wxss 6.2 KB

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