.page-mine { display: flex; flex-direction: column; background: #f5f6fb; min-height: 100vh; } .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; } .content-area { padding: 32rpx; } .page-title-text { font-size: 36rpx; font-weight: 800; color: #3F51F7; letter-spacing: 2rpx; } .title { font-size: 36rpx; font-weight: bold; margin-bottom: 20rpx; } .sub { font-size: 28rpx; color: #888; }