16 lines
631 B
Plaintext
16 lines
631 B
Plaintext
|
|
.page { padding-bottom: 140rpx;
|
|
}
|
|
.field { display:flex; justify-content: space-between; padding: 22rpx 24rpx; background:#fff; border-bottom:1rpx solid #eee;
|
|
}
|
|
.label { color:#666;
|
|
}
|
|
.value { color:#333; text-align: right; flex: 1;
|
|
}
|
|
.textarea { padding: 16rpx 24rpx; background:#fff; margin-top: 12rpx;
|
|
}
|
|
.bottom { position: fixed; left:0; right:0; bottom:0; background:#fff; padding: 16rpx 24rpx calc(env(safe-area-inset-bottom) + 16rpx); box-shadow: 0 -4rpx 12rpx rgba(0,0,0,0.06);
|
|
}
|
|
.primary { width: 100%; background: linear-gradient(135deg, #A0E4FF 0%, #17A2C4 100%); color:#fff; border-radius: 999rpx; padding: 20rpx 0;
|
|
}
|