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.
80 lines
1.8 KiB
80 lines
1.8 KiB
2 months ago
|
page {
|
||
|
background-color: rgba(247, 247, 250, 1);
|
||
|
}
|
||
|
.page {
|
||
|
padding: 0 70rpx 0;
|
||
|
.logo {
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
width: 164rpx;
|
||
|
height: 164rpx;
|
||
|
}
|
||
|
.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;
|
||
|
}
|
||
|
.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: #fff;
|
||
|
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;
|
||
|
}
|
||
|
}
|
||
|
}
|