14 lines
769 B
Plaintext
14 lines
769 B
Plaintext
.page { height: 100vh; background: #f5f6f8; }
|
|
.container { padding: 32rpx; }
|
|
.hero { padding: 28rpx 8rpx; }
|
|
.title { font-size: 44rpx; font-weight: 700; }
|
|
.subtitle, .muted, .privacy { margin-top: 12rpx; color: #667085; line-height: 1.6; }
|
|
.form-card, .success { padding: 32rpx; border-radius: 20rpx; background: #fff; }
|
|
.label { margin: 24rpx 0 12rpx; font-weight: 600; }
|
|
input, textarea { box-sizing: border-box; width: 100%; padding: 20rpx 22rpx; border: 1rpx solid #d7dbe0; border-radius: 12rpx; background: #fff; }
|
|
textarea { height: 220rpx; }
|
|
button { margin-top: 32rpx; }
|
|
.success-title { margin-bottom: 16rpx; color: #17823b; font-size: 36rpx; font-weight: 700; }
|
|
.error { margin-top: 20rpx; color: #c73535; }
|
|
.privacy { font-size: 24rpx; text-align: center; }
|