user.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .user-info { height: 348rpx; color: #fff; position: relative; }
  2. .user-info wx-view{ z-index: 1; }
  3. .user-info .user-info-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
  4. .user-info .avatar { width: 130rpx; height: 130rpx; border-radius: 99999rpx; border: 5rpx solid #fff; margin: 0 24rpx; }
  5. .user-info .user-name { font-weight: bold; }
  6. .user-info .my-address { background: #ff4544; color: #fff; border-radius: 999rpx 0 0 999rpx; padding-right: 24rpx; }
  7. .user-info .my-address wx-image { width: 44rpx; height: 44rpx; margin: 16rpx; }
  8. .order-block { background: #fff; margin-bottom: 20rpx; }
  9. .order-block .my-order { display: block; border-bottom: 1rpx solid #e3e3e3; padding: 24rpx; }
  10. .order-block .nav-item { text-align: center; display: block; font-size: 9pt; padding: 24rpx 0; position: relative; }
  11. .order-block .nav-item .num-icon { position: absolute; top: 8rpx; left: 50%; margin-left: 12rpx; display: inline-block; background: #f00; color: #fff; border-radius: 999rpx; font-size: 7pt; height: 30rpx; line-height: 30rpx; white-space: nowrap; min-width: 30rpx; text-align: center; padding-left: 4rpx; padding-right: 4rpx; }
  12. .order-block .nav-item wx-image { width: 60rpx; height: 57rpx; margin-bottom: 5rpx; }
  13. .option-list { margin-bottom: 20rpx; }
  14. .option-item { background: #fff; padding: 0 24rpx; display: block; position: relative; }
  15. .option-item .option-content { border-bottom: 1rpx solid #eee; height: 110rpx; }
  16. .option-item .option-icon { width: 50rpx; height: 50rpx; margin-right: 24rpx; }
  17. .option-item .option-jisntou { width: 12rpx; height: 22rpx; }
  18. wx-button.option-item { font-size: inherit; color: inherit; font-family: inherit; border: none; background: #fff; }
  19. .user-level { margin-top: 16rpx; position: relative; }
  20. .user-level wx-image { width: 44rpx; height: 44rpx; margin-right: 10rpx; margin-left: -4rpx; }
  21. .level-name { height: 36rpx; border-radius: 18rpx; font-size: 8pt; color: #fff; background-color: #3c3642; padding: 0 16rpx 0 0; }
  22. .integral-bg, .integral { height: 100rpx; width: 100%; position: absolute; bottom: 0; left: 0; }
  23. .integral-bg { background-color: #888; opacity: 0.1; }
  24. .integral { padding: 0 27rpx; color: #353535; font-size: 12pt; }
  25. .integral wx-text { margin-left: 20rpx; }
  26. .integral wx-image { width: 52rpx; height: 54rpx; margin-right: 20rpx; }
  27. .userinfo-name, .userinfo-addr { height: 248rpx; }
  28. .integral-num { margin-left: 20rpx; }
  29. .user-integral-arrow wx-image { width: 16rpx; height: 26rpx; }
  30. .user-integral-go { font-size: 11pt; color: #666; margin-right: 20rpx; }
  31. .shadow-btn { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; background-color: rgba(0, 0, 0, 0); border: 0; border-radius: 0; }
  32. wx-button::after { -webkit-transform: scale(0); transform: scale(0); }
  33. .num-1 { color: #ffbb43; font-size: 13pt; margin-bottom: 16rpx; }
  34. .num-2 { color: #666; align-items: center; line-height: 1; }
  35. .wallet { width: 100%; height: 140rpx; margin-bottom: 20rpx; }
  36. .wallet-1 { background-color: #fbfbfb; width: 310rpx; height: 100%; }
  37. .wallet-2 { background-color: #fff; width: 440rpx; height: 100%; }
  38. .wallet-3 { background-color: #fff; width: 300rpx; height: 100%; }
  39. .wallet .wallet-3:last-child .flex-grow-1 { border-left: 1rpx solid #e2e2e2; }
  40. .option-item.style { width: 25%; padding: 24rpx; font-size: 9pt; }
  41. .option-item.style .option-icon { margin: 0; margin-bottom: 12rpx; }
  42. .user-info-1 { margin-top: 50rpx; background-color: #fff; border-radius: 10rpx; height: 200rpx; width: 700rpx; color: #666; box-shadow: 0px 0px 12rpx 1rpx #ddd; }