user.wxss 6.6 KB

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