| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- .mine-page.data-v-569e925a {
- width: 100%;
- height: 100vh;
- background: #f7f8fa;
- position: relative;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- }
- .mine-scroll.data-v-569e925a {
- width: 100%;
- height: 100%;
- }
- /* 隐藏滚动条 */
- .mine-scroll.data-v-569e925a ::-webkit-scrollbar {
- width: 0 !important;
- height: 0 !important;
- color: transparent !important;
- display: none !important;
- }
- /* 顶部定制背景:高级渐变蓝 + 柔和弧度 */
- .header-bg-shape.data-v-569e925a {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 380rpx;
- background: linear-gradient(135deg, #C1001C 0%, #F4D4F 100%);
- border-bottom-left-radius: 60rpx;
- border-bottom-right-radius: 60rpx;
- z-index: 1;
- box-shadow: 0 10rpx 30rpx rgba(193, 0, 28, 0.15);
- }
- .header-bg-gradient.data-v-569e925a {
- width: 100%;
- height: 100%;
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
- border-bottom-left-radius: 60rpx;
- border-bottom-right-radius: 60rpx;
- }
- /* 标题栏已恢复为原生,此处仅需正常的容器内边距即可 */
- .content-wrapper.data-v-569e925a {
- position: relative;
- z-index: 2;
- flex: 1;
- display: flex;
- flex-direction: column;
- padding: 40rpx 30rpx 0;
- box-sizing: border-box;
- }
- /* 用户信息卡片 */
- .user-card.data-v-569e925a {
- 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);
- }
- .user-card.unlogged.data-v-569e925a {
- cursor: pointer;
- }
- .avatar-box.data-v-569e925a {
- 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);
- }
- .gray-avatar.data-v-569e925a {
- background: #f0f0f0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .avatar-img.data-v-569e925a {
- width: 100%;
- height: 100%;
- }
- .info-box.data-v-569e925a {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .nickname.data-v-569e925a {
- font-size: 40rpx;
- font-weight: bold;
- color: #1a1a1a;
- margin-bottom: 12rpx;
- }
- .login-hint.data-v-569e925a {
- color: #333;
- }
- .tags-row.data-v-569e925a {
- display: flex;
- align-items: center;
- margin-bottom: 12rpx;
- }
- .customer-tag.data-v-569e925a {
- font-size: 24rpx;
- color: #C1001C;
- background: rgba(193, 0, 28, 0.1);
- padding: 6rpx 16rpx;
- border-radius: 8rpx;
- font-weight: 500;
- }
- .phone-text.data-v-569e925a {
- font-size: 26rpx;
- color: #999;
- }
- /* 设置图标 & 右侧箭头 */
- .settings-btn.data-v-569e925a {
- width: 60rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .settings-icon.data-v-569e925a {
- width: 44rpx;
- height: 44rpx;
- opacity: 0.6;
- }
- .arrow-icon-right.data-v-569e925a {
- width: 24rpx;
- height: 24rpx;
- opacity: 0.4;
- }
- /* 通用卡片样式 */
- .section-card.data-v-569e925a {
- background: #fff;
- border-radius: 24rpx;
- padding: 40rpx 30rpx;
- margin-bottom: 30rpx;
- box-shadow: 0 8rpx 30rpx rgba(0, 0, 0, 0.02);
- }
- /* 订单统计区块 */
- .section-header.data-v-569e925a {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 40rpx;
- }
- .section-title.data-v-569e925a {
- font-size: 32rpx;
- font-weight: bold;
- color: #333;
- }
- .more-link.data-v-569e925a {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: #999;
- }
- .arrow-icon.data-v-569e925a {
- width: 20rpx;
- height: 20rpx;
- opacity: 0.5;
- margin-left: 6rpx;
- position: relative;
- top: 2rpx;
- }
- .stat-grid.data-v-569e925a {
- display: flex;
- justify-content: space-around;
- }
- .stat-item.data-v-569e925a {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .stat-icon.data-v-569e925a {
- width: 56rpx;
- height: 56rpx;
- margin-bottom: 16rpx;
- opacity: 0.8;
- }
- .stat-label.data-v-569e925a {
- font-size: 26rpx;
- color: #666;
- }
- /* 菜单列表区块 */
- .menu-card.data-v-569e925a {
- padding: 10rpx 30rpx;
- }
- .menu-item.data-v-569e925a {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 36rpx 0;
- border-bottom: 1rpx solid #f5f6f7;
- }
- .menu-item.data-v-569e925a:last-child {
- border-bottom: none;
- }
- .menu-left.data-v-569e925a {
- display: flex;
- align-items: center;
- }
- .menu-icon.data-v-569e925a {
- width: 44rpx;
- height: 44rpx;
- margin-right: 20rpx;
- opacity: 0.7;
- }
- .menu-label.data-v-569e925a {
- font-size: 30rpx;
- color: #333;
- }
- /* 退出登录 */
- .logout-section.data-v-569e925a {
- margin-top: 40rpx;
- }
- .logout-btn.data-v-569e925a {
- 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;
- }
- .logout-btn.data-v-569e925a:active {
- background: #fff0f0;
- }
- button.data-v-569e925a::after {
- border: none;
- }
- .bottom-placeholder.data-v-569e925a {
- height: 180rpx;
- }
|