| | |
| | | min-height: 100vh; |
| | | background: #F5F6FA; |
| | | padding-bottom: 40rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .my-container .user-card { |
| | | background: linear-gradient(135deg, #0f95b0, #89C4C1); |
| | |
| | | .my-container .function-list { |
| | | margin-top: 20rpx; |
| | | margin-left: 5rpx; |
| | | flex: 1; |
| | | /* 新增:占据剩余空间 */ |
| | | } |
| | | .my-container .function-list .section { |
| | | margin-bottom: 20rpx; |
| | |
| | | } |
| | | .my-container .logout-btn:active { |
| | | background: #fafafa; |
| | | } |
| | | |
| | | /* 底部统一样式 */ |
| | | .footer-wrapper { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | padding: 10rpx 0 20rpx; |
| | | /* 减少内边距,更紧凑 */ |
| | | margin-top: 20rpx; |
| | | /* 与上方内容保持间距 */ |
| | | } |
| | | .footer { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .tech-logo { |
| | | width: 40rpx; |
| | | height: 40rpx; |
| | | margin: 0 8rpx; |
| | | } |
| | | .footer-item { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .footer-text { |
| | | font-size: 22rpx; |
| | | color: #b0b0b0; |
| | | } |
| | | .tech-text { |
| | | font-size: 24rpx; |
| | | color: #999; |
| | | } |