You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
2.6 KiB
120 lines
2.6 KiB
.page { |
|
padding: 0 70rpx 100rpx; |
|
.logo { |
|
display: block; |
|
margin: 0 auto; |
|
width: 164rpx; |
|
height: 164rpx; |
|
border-radius: 24rpx; |
|
} |
|
.title { |
|
margin-top: 32rpx; |
|
text-align: center; |
|
font-size: 48rpx; |
|
color: transparent; |
|
background: linear-gradient(0deg, #e1242a 0%, #ff7440 100%); |
|
font-weight: bold; |
|
-webkit-background-clip: text; |
|
background-clip: text; |
|
} |
|
.phone { |
|
margin-top: 100rpx; |
|
height: 88rpx; |
|
font-size: 32rpx; |
|
color: rgba(255, 255, 255, 1); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%); |
|
border-radius: 84rpx 84rpx 84rpx 84rpx; |
|
} |
|
.divider { |
|
margin: 80rpx 150rpx 0; |
|
.van-divider { |
|
color: rgba(207, 209, 213, 1); |
|
} |
|
} |
|
.tel-btn { |
|
margin: 0 auto; |
|
padding: 4rpx 0; |
|
width: 266rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
gap: 12rpx; |
|
background: #f7f7fa; |
|
border-radius: 24rpx; |
|
font-size: 24rpx; |
|
color: rgba(161, 164, 172, 1); |
|
.icon { |
|
width: 40rpx; |
|
height: 40rpx; |
|
} |
|
} |
|
.form { |
|
margin-top: 50rpx; |
|
.form-row { |
|
margin-bottom: 32rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
padding: 12rpx 12rpx 12rpx 32rpx; |
|
background-color: rgba(247, 247, 250, 1); |
|
border-radius: 24rpx; |
|
.input { |
|
flex: 1; |
|
line-height: 60rpx; |
|
height: 60rpx; |
|
font-size: 32rpx; |
|
} |
|
.place-input { |
|
color: rgba(161, 164, 172, 1); |
|
} |
|
.btn { |
|
width: 182rpx; |
|
height: 60rpx; |
|
font-size: 28rpx; |
|
color: rgba(255, 255, 255, 1); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: rgba(242, 58, 47, 1); |
|
border-radius: 20rpx; |
|
} |
|
} |
|
.submit { |
|
margin-top: 50rpx; |
|
height: 88rpx; |
|
font-size: 32rpx; |
|
color: rgba(242, 58, 47, 1); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
border-radius: 84rpx 84rpx 84rpx 84rpx; |
|
border: 1px solid #f23a2f; |
|
} |
|
} |
|
.signature { |
|
margin-top: 88rpx; |
|
font-size: 28rpx; |
|
color: rgba(161, 164, 172, 1); |
|
line-height: 48rpx; |
|
.row { |
|
margin-top: 24rpx; |
|
display: flex; |
|
.checkbox { |
|
margin-top: -8rpx; |
|
transform: scale(0.8); |
|
} |
|
} |
|
.link { |
|
color: rgba(246, 74, 58, 1); |
|
} |
|
} |
|
.family-tip{ |
|
margin-top: 58rpx; |
|
font-size: 28rpx; |
|
color: rgba(246, 74, 58, 1); |
|
text-align: center; |
|
} |
|
}
|
|
|