.page-container.data-v-7e5a80f3 { min-height: 100vh; background: #f5f6fb; display: flex; flex-direction: column; } /* 导航栏 */ .custom-navbar.data-v-7e5a80f3 { background: #ffffff; display: flex; align-items: center; justify-content: space-between; padding: 80rpx 32rpx 30rpx; box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08); position: relative; } .navbar-back.data-v-7e5a80f3 { width: 80rpx; height: 60rpx; display: flex; align-items: center; } .back-icon.data-v-7e5a80f3 { font-size: 40rpx; color: #222222; font-weight: bold; } .navbar-title.data-v-7e5a80f3 { position: absolute; left: 50%; transform: translateX(-50%); } .title-text.data-v-7e5a80f3 { font-size: 36rpx; font-weight: 600; color: #222222; } .navbar-placeholder.data-v-7e5a80f3 { width: 80rpx; } /* 内容区 */ .scroll-view.data-v-7e5a80f3 { flex: 1; height: 0; } .content-wrapper.data-v-7e5a80f3 { padding: 32rpx; } /* 表单卡片 */ .form-card.data-v-7e5a80f3 { background: #ffffff; border-radius: 24rpx; padding: 16rpx 32rpx; box-shadow: 0 8rpx 24rpx rgba(37, 52, 94, 0.08); margin-bottom: 40rpx; } .form-item.data-v-7e5a80f3 { display: flex; align-items: center; justify-content: space-between; padding: 32rpx 0; border-bottom: 1rpx solid #f5f6fb; } .form-item.data-v-7e5a80f3:last-child { border-bottom: none; } .item-label.data-v-7e5a80f3 { font-size: 30rpx; font-weight: 600; color: #222222; min-width: 120rpx; } .avatar-section.data-v-7e5a80f3 { display: flex; align-items: center; } .avatar-btn.data-v-7e5a80f3 { background: transparent; border: none; padding: 0; margin: 0; line-height: normal; } .avatar-btn.data-v-7e5a80f3::after { border: none; } .avatar-preview.data-v-7e5a80f3 { width: 120rpx; height: 120rpx; border-radius: 50%; background: #f5f6fb; } .change-tip.data-v-7e5a80f3 { font-size: 26rpx; color: #5B5AEA; margin-left: 20rpx; } .item-input.data-v-7e5a80f3 { flex: 1; height: 60rpx; font-size: 30rpx; color: #222222; text-align: right; } .item-value.data-v-7e5a80f3 { font-size: 30rpx; color: #9ca2b5; } /* 保存按钮 */ .action-section.data-v-7e5a80f3 { padding: 0 20rpx; } .save-btn.data-v-7e5a80f3 { width: 100%; height: 96rpx; background: #5B5AEA; color: #ffffff; font-size: 32rpx; font-weight: 600; border-radius: 48rpx; border: none; box-shadow: 0 12rpx 24rpx rgba(91, 90, 234, 0.3); line-height: 96rpx; } .save-btn.data-v-7e5a80f3:active { opacity: 0.9; } .save-btn[disabled].data-v-7e5a80f3 { opacity: 0.6; } .bottom-safe-area.data-v-7e5a80f3 { height: 80rpx; }