user.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. /* pages/user/user.wxss */
  2. page {
  3. background-color: #f7f7f7;
  4. padding-bottom: 60rpx;
  5. }
  6. /* 用户信息 */
  7. .userinfo {
  8. position: relative;
  9. width: 100%;
  10. background: #fff;
  11. text-align: center;
  12. padding: 30rpx 0;
  13. }
  14. .userinfo .userinfo-avatar {
  15. overflow: hidden;
  16. display: block;
  17. width: 160rpx;
  18. height: 160rpx;
  19. border-radius: 50%;
  20. box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  21. margin: auto;
  22. }
  23. .userinfo .userinfo-name {
  24. font-size: 30rpx;
  25. font-weight: bold;
  26. margin-top: 20rpx;
  27. }
  28. .binding-phone {
  29. position: relative;
  30. background: #fff;
  31. height: 80rpx;
  32. line-height: 80rpx;
  33. padding: 0 30rpx;
  34. border-top: 2rpx solid #f7f7f7;
  35. border-bottom: 2rpx solid #f7f7f7;
  36. }
  37. .binding-phone .show-tip {
  38. font-size: 26rpx;
  39. }
  40. .binding-phone .gotobinding {
  41. border-radius: 8rpx;
  42. font-size: 28rpx;
  43. color: #e24b4b;
  44. font-weight: bold;
  45. }
  46. /*end 用户信息 */
  47. /* 订单状态 */
  48. .list-cont {
  49. width: 100%;
  50. background: #f7f7f7;
  51. margin-top: 20rpx;
  52. }
  53. .list-cont .total-order {
  54. /* width: 100%; */
  55. /* margin-bottom: 30rpx; */
  56. background: #fff;
  57. }
  58. .list-cont .total-order .order-tit {
  59. display: flex;
  60. justify-content: space-between;
  61. height: 80rpx;
  62. line-height: 80rpx;
  63. font-size: 30rpx;
  64. border-bottom:1px solid #f7f7f7;
  65. padding: 0 30rpx;
  66. }
  67. .list-cont .total-order .order-tit .checkmore {
  68. font-size: 22rpx;
  69. color: #80848f;
  70. display: flex;
  71. align-items: center;
  72. }
  73. .list-cont .total-order .procedure {
  74. display: flex;
  75. justify-content: space-around;
  76. align-items: center;
  77. font-size: 25rpx;
  78. height: 160rpx;
  79. }
  80. .list-cont .total-order .procedure .items {
  81. position: relative;
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. }
  86. .list-cont .total-order .procedure .items image {
  87. width: 70rpx;
  88. height: 70rpx;
  89. margin-bottom: 20rpx;
  90. }
  91. .list-cont .total-order .procedure .items .num-badge {
  92. position: absolute;
  93. top: -15rpx;
  94. right: -12rpx;
  95. color: #eb2444;
  96. border: 3rpx solid #eb2444;
  97. border-radius: 50rpx;
  98. background: #fff;
  99. min-width: 30rpx;
  100. height: 30rpx;
  101. line-height: 30rpx;
  102. text-align: center;
  103. padding: 2rpx;
  104. display: block;
  105. }
  106. /* end 订单状态 */
  107. /* 列表项 */
  108. .list-cont .my-menu {
  109. /* width: 100%; */
  110. background-color: #fff;
  111. margin-top:20rpx;
  112. }
  113. .list-cont .my-menu .memu-item {
  114. display: flex;
  115. align-items: center;
  116. justify-content: space-between;
  117. height: 100rpx;
  118. border-bottom: 2rpx solid #f7f7f7;
  119. padding:0 30rpx;
  120. }
  121. .list-cont .my-menu .memu-item:nth-child(1) {
  122. border-top: 2rpx solid #f7f7f7;
  123. }
  124. .list-cont .my-menu .memu-item:last-child {
  125. border-bottom: none;
  126. }
  127. .list-cont .my-menu .memu-item text {
  128. font-size: 28rpx;
  129. }
  130. .list-cont .my-menu .memu-item image{
  131. width:50rpx;
  132. height:50rpx;
  133. margin-right:20rpx;
  134. }
  135. .list-cont .my-menu .memu-item .i-name{
  136. display: flex;
  137. align-items: center;
  138. }
  139. /* end 列表项 */
  140. /* 箭头 */
  141. .arrowhead {
  142. width: 15rpx;
  143. height: 15rpx;
  144. border-top: 2rpx solid #999;
  145. border-right: 2rpx solid #999;
  146. transform: rotate(45deg);
  147. margin-left: 10rpx;
  148. }
  149. /* 商品收藏消息等 */
  150. .prod-col{
  151. margin-top:20rpx;
  152. background: #fff;
  153. display: flex;
  154. justify-content: space-around;
  155. padding:30rpx 0 10rpx 0;
  156. font-size: 12px;
  157. }
  158. .prod-col .col-item{
  159. text-align: center;
  160. }
  161. .prod-col .col-item .num{
  162. font-size: 16px;
  163. font-weight: 700;
  164. color: #3a86b9;
  165. }
  166. .prod-col .col-item .tit{
  167. line-height: 34px;
  168. }
  169. /* 退出登录 */
  170. .log-out{
  171. padding:20rpx;
  172. text-align: center;
  173. margin-top:20rpx;
  174. }
  175. .log-out-n{
  176. font-size: 30rpx;
  177. margin: auto;
  178. width:200rpx;
  179. padding:20rpx;
  180. border-radius: 10rpx;
  181. background: #e43130;
  182. color:#ffffff;
  183. }
  184. button.memu-btn.memu-item {
  185. background-color: #fff;
  186. }
  187. button.memu-btn.memu-item:after {
  188. border: 0;
  189. }