mine.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .mine-page.data-v-7c2ebfa5 { width: 100%; height: 100vh; background: #f7f8fa; position: relative; display: flex; flex-direction: column; overflow: hidden;
  2. }
  3. .mine-scroll.data-v-7c2ebfa5 { width: 100%; height: 100%;
  4. }
  5. /* 隐藏滚动条 */
  6. .mine-scroll.data-v-7c2ebfa5 ::-webkit-scrollbar { width: 0 !important; height: 0 !important; color: transparent !important; display: none !important;
  7. }
  8. /* 顶部定制背景:高级渐变蓝 + 柔和弧度 */
  9. .header-bg-shape.data-v-7c2ebfa5 {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 380rpx;
  15. background: linear-gradient(135deg, #C1001C 0%, #FF4D4F 100%);
  16. border-bottom-left-radius: 60rpx;
  17. border-bottom-right-radius: 60rpx;
  18. z-index: 1;
  19. box-shadow: 0 10rpx 30rpx rgba(193, 0, 28, 0.15);
  20. }
  21. .header-bg-gradient.data-v-7c2ebfa5 {
  22. width: 100%;
  23. height: 100%;
  24. background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 100%);
  25. border-bottom-left-radius: 60rpx;
  26. border-bottom-right-radius: 60rpx;
  27. }
  28. /* 标题栏已恢复为原生,此处仅需正常的容器内边距即可 */
  29. .content-wrapper.data-v-7c2ebfa5 { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; padding: 40rpx 30rpx 0; box-sizing: border-box;
  30. }
  31. /* 用户信息卡片 */
  32. .user-card.data-v-7c2ebfa5 { background: #fff; border-radius: 32rpx; padding: 50rpx 40rpx; display: flex; align-items: center; margin-bottom: 30rpx; margin-top: 20rpx; box-shadow: 0 16rpx 40rpx rgba(0, 0, 0, 0.05);
  33. }
  34. .user-card.unlogged.data-v-7c2ebfa5 { cursor: pointer;
  35. }
  36. .avatar-box.data-v-7c2ebfa5 { width: 130rpx; height: 130rpx; border-radius: 65rpx; background: #f5f6f7; margin-right: 30rpx; overflow: hidden; border: 4rpx solid #fff; box-shadow: 0 4rpx 12rpx rgba(0,0,0,0.05);
  37. }
  38. .gray-avatar.data-v-7c2ebfa5 { background: #f0f0f0; display: flex; align-items: center; justify-content: center;
  39. }
  40. .avatar-img.data-v-7c2ebfa5 { width: 100%; height: 100%;
  41. }
  42. .info-box.data-v-7c2ebfa5 { flex: 1; display: flex; flex-direction: column; justify-content: center;
  43. }
  44. .nickname.data-v-7c2ebfa5 { font-size: 40rpx; font-weight: bold; color: #1a1a1a; margin-bottom: 12rpx;
  45. }
  46. .login-hint.data-v-7c2ebfa5 { color: #333;
  47. }
  48. .tags-row.data-v-7c2ebfa5 { display: flex; align-items: center; margin-bottom: 12rpx;
  49. }
  50. .customer-tag.data-v-7c2ebfa5 { font-size: 24rpx; color: #C1001C; background: rgba(193, 0, 28, 0.1); padding: 6rpx 16rpx; border-radius: 8rpx; font-weight: 500;
  51. }
  52. .phone-text.data-v-7c2ebfa5 { font-size: 26rpx; color: #999;
  53. }
  54. /* 设置图标 & 右侧箭头 */
  55. .settings-btn.data-v-7c2ebfa5 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center;
  56. }
  57. .settings-icon.data-v-7c2ebfa5 { width: 44rpx; height: 44rpx; opacity: 0.6;
  58. }
  59. .arrow-icon-right.data-v-7c2ebfa5 { width: 24rpx; height: 24rpx; opacity: 0.4;
  60. }
  61. /* 通用卡片样式 */
  62. .section-card.data-v-7c2ebfa5 { background: #fff; border-radius: 24rpx; padding: 40rpx 30rpx; margin-bottom: 30rpx; box-shadow: 0 8rpx 30rpx rgba(0,0,0,0.02);
  63. }
  64. /* 订单统计区块 */
  65. .section-header.data-v-7c2ebfa5 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40rpx;
  66. }
  67. .section-title.data-v-7c2ebfa5 { font-size: 32rpx; font-weight: bold; color: #333;
  68. }
  69. .more-link.data-v-7c2ebfa5 { display: flex; align-items: center; font-size: 26rpx; color: #999;
  70. }
  71. .arrow-icon.data-v-7c2ebfa5 { width: 20rpx; height: 20rpx; opacity: 0.5; margin-left: 6rpx; position: relative; top: 2rpx;
  72. }
  73. .stat-grid.data-v-7c2ebfa5 { display: flex; justify-content: space-around;
  74. }
  75. .stat-item.data-v-7c2ebfa5 { display: flex; flex-direction: column; align-items: center;
  76. }
  77. .stat-icon.data-v-7c2ebfa5 { width: 56rpx; height: 56rpx; margin-bottom: 16rpx; opacity: 0.8;
  78. }
  79. .stat-label.data-v-7c2ebfa5 { font-size: 26rpx; color: #666;
  80. }
  81. /* 菜单列表区块 */
  82. .menu-card.data-v-7c2ebfa5 { padding: 10rpx 30rpx;
  83. }
  84. .menu-item.data-v-7c2ebfa5 { display: flex; justify-content: space-between; align-items: center; padding: 36rpx 0; border-bottom: 1rpx solid #f5f6f7;
  85. }
  86. .menu-item.data-v-7c2ebfa5:last-child { border-bottom: none;
  87. }
  88. .menu-left.data-v-7c2ebfa5 { display: flex; align-items: center;
  89. }
  90. .menu-icon.data-v-7c2ebfa5 { width: 44rpx; height: 44rpx; margin-right: 20rpx; opacity: 0.7;
  91. }
  92. .menu-label.data-v-7c2ebfa5 { font-size: 30rpx; color: #333;
  93. }
  94. /* 退出登录 */
  95. .logout-section.data-v-7c2ebfa5 { margin-top: 40rpx;
  96. }
  97. .logout-btn.data-v-7c2ebfa5 { width: 100%; height: 96rpx; background: #fff; color: #ff5e5e; border-radius: 24rpx; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: bold; border: none; box-shadow: 0 4rpx 20rpx rgba(255, 94, 94, 0.05); transition: all 0.2s;
  98. }
  99. .logout-btn.data-v-7c2ebfa5:active { background: #fff0f0;
  100. }
  101. button.data-v-7c2ebfa5::after { border: none;
  102. }
  103. .bottom-placeholder.data-v-7c2ebfa5 { height: 180rpx;
  104. }