.page-mine { height: 100vh; display: flex; flex-direction: column; background: #f5f6fb; } .page-title-card { background: #ffffff; padding: 30rpx 0; text-align: center; box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08); border-radius: 0; } .page-title-text { font-size: 36rpx; font-weight: 800; color: #3F51F7; letter-spacing: 2rpx; } .scroll-view { flex: 1; height: 0; } .content-wrapper { padding: 32rpx; background: #f5f6fb; min-height: 100%; } /* 用户信息卡片 */ .user-info-card { background: #ffffff; border-radius: 24rpx; padding: 40rpx 32rpx; margin-bottom: 32rpx; box-shadow: 0 16rpx 40rpx rgba(37, 52, 94, 0.08); } .user-header { display: flex; align-items: center; } .user-avatar { width: 100rpx; height: 100rpx; border-radius: 50%; background: #f5f6fb; margin-right: 24rpx; border: 4rpx solid #f5f6fb; } .user-details { flex: 1; display: flex; flex-direction: column; } .user-name { font-size: 32rpx; font-weight: 600; color: #222222; margin-bottom: 8rpx; } .arrow-icon { font-size: 48rpx; color: #9ca2b5; font-weight: 300; } /* 积分区域 */ .my-tasks-section { background: #ffffff; border-radius: 24rpx; padding: 32rpx; margin-bottom: 32rpx; box-shadow: 0 16rpx 40rpx rgba(37, 52, 94, 0.08); } .points-row { display: flex; align-items: center; justify-content: space-between; } .points-display { flex: 1; display: flex; align-items: center; } .points-icon-wrapper { width: 80rpx; height: 80rpx; border-radius: 50%; background: linear-gradient(135deg, #00BFA5, #00D4B5); display: flex; align-items: center; justify-content: center; margin-right: 24rpx; flex-shrink: 0; box-shadow: 0 8rpx 20rpx rgba(0, 191, 165, 0.3); } .points-icon { font-size: 40rpx; } .points-info { display: flex; flex-direction: column; } .points-label { font-size: 26rpx; color: #666a7f; margin-bottom: 8rpx; } .points-value { font-size: 40rpx; font-weight: 700; color: #00BFA5; } .recharge-button { width: 160rpx; height: 72rpx; background: linear-gradient(135deg, #5d55e8, #7568ff); border-radius: 36rpx; display: flex; align-items: center; justify-content: center; box-shadow: 0 8rpx 20rpx rgba(93, 85, 232, 0.3); border: none; padding: 0; line-height: 1; } .recharge-button::after { border: none; } .recharge-text { font-size: 28rpx; font-weight: 600; color: #ffffff; } /* 菜单列表 */ .menu-list { background: #ffffff; border-radius: 24rpx; overflow: hidden; box-shadow: 0 16rpx 40rpx rgba(37, 52, 94, 0.08); margin-bottom: 32rpx; } .menu-item { display: flex; justify-content: space-between; align-items: center; padding: 32rpx; border-bottom: 1rpx solid #f5f6fb; } .menu-item:last-child { border-bottom: none; } .menu-left { display: flex; align-items: center; } .menu-icon { font-size: 36rpx; margin-right: 20rpx; } .menu-label { font-size: 28rpx; color: #222222; } .menu-arrow { font-size: 40rpx; color: #9ca2b5; font-weight: 300; } /* 退出登录按钮 */ .logout-section { margin-top: 20rpx; } .logout-btn { width: 100%; background: #5d55e8; color: #ffffff; border-radius: 16rpx; padding: 28rpx 0; text-align: center; font-size: 30rpx; font-weight: 600; box-shadow: 0 12rpx 24rpx rgba(93, 85, 232, 0.3); border: none; line-height: 1; } .logout-btn::after { border: none; } .logout-btn:active { opacity: 0.8; } .bottom-safe-area { height: 80rpx; }