14 lines
1.2 KiB
Plaintext
14 lines
1.2 KiB
Plaintext
.page { min-height: 100vh; background: linear-gradient(180deg, #fff8f2 0%, #f5f0ff 100%); }
|
|
.nav { display: flex; align-items: center; padding: 14rpx 28rpx; gap: 16rpx; }
|
|
.nav-back { font-size: 28rpx; font-weight: 700; color: #9b8fa8; }
|
|
.nav-title { flex: 1; font-size: 32rpx; font-weight: 900; color: #272235; text-align: center; }
|
|
.nav-save { font-size: 28rpx; font-weight: 900; color: #ff4f91; }
|
|
.form { padding: 24rpx 28rpx; }
|
|
.field-group { background: rgba(255,255,255,0.90); border-radius: 36rpx; border: 1rpx solid rgba(255,255,255,0.72); overflow: hidden; box-shadow: 0 12rpx 26rpx rgba(78,56,96,0.08); }
|
|
.field-item { display: flex; align-items: center; justify-content: space-between; padding: 24rpx 28rpx; border-bottom: 1rpx solid rgba(43,37,61,0.06); }
|
|
.field-item:last-child { border-bottom: none; }
|
|
.field-item-col { flex-direction: column; align-items: flex-start; gap: 14rpx; }
|
|
.field-label { font-size: 28rpx; font-weight: 700; color: #272235; flex-shrink: 0; margin-right: 20rpx; }
|
|
.field-input { flex: 1; font-size: 28rpx; color: #272235; text-align: right; }
|
|
.field-textarea { width: 100%; min-height: 80rpx; font-size: 28rpx; color: #272235; line-height: 1.6; }
|