22 lines
1.6 KiB
Plaintext
22 lines
1.6 KiB
Plaintext
.page { min-height: 100vh; background: #000; padding-bottom: 120rpx; }
|
|
.nav-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(0,0,0,0.9); backdrop-filter: blur(40rpx); display: flex; align-items: center; justify-content: space-between; padding: 0 32rpx; height: 88rpx; }
|
|
.nav-back { width: 64rpx; height: 64rpx; display: flex; align-items: center; justify-content: center; }
|
|
.back-icon { font-size: 40rpx; color: rgba(255,255,255,0.6); }
|
|
.nav-title { font-size: 34rpx; font-weight: 600; color: #fff; }
|
|
.nav-placeholder { width: 64rpx; }
|
|
|
|
.form { margin: 24rpx; background: #1c1c1e; border-radius: 24rpx; overflow: hidden; border: 2rpx solid rgba(0,206,209,0.2); }
|
|
.form-item { display: flex; align-items: center; padding: 28rpx 24rpx; border-bottom: 2rpx solid rgba(255,255,255,0.06); }
|
|
.form-item:last-child { border-bottom: none; }
|
|
.form-item.detail { align-items: flex-start; }
|
|
.form-item .label { width: 160rpx; font-size: 28rpx; color: rgba(255,255,255,0.8); flex-shrink: 0; }
|
|
.form-item .input { flex: 1; font-size: 28rpx; color: #fff; }
|
|
.form-item .picker-value { flex: 1; font-size: 28rpx; color: #fff; }
|
|
.form-item .picker-value:empty:before { content: '请选择省市区'; color: rgba(255,255,255,0.4); }
|
|
.form-item .textarea { flex: 1; font-size: 28rpx; color: #fff; min-height: 120rpx; }
|
|
.form-item.switch-row { justify-content: space-between; }
|
|
.form-item switch { transform: scale(0.9); }
|
|
|
|
.btn-save { margin: 48rpx 24rpx 0; height: 88rpx; line-height: 88rpx; text-align: center; background: #00CED1; color: #000; font-size: 30rpx; font-weight: 600; border-radius: 44rpx; }
|
|
.btn-save.disabled { opacity: 0.6; }
|