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.

140 lines
2.7 KiB

page {
background-color: #f8fafa;
}
.page-order {
display: flex;
align-items: center;
gap: 22rpx;
.item {
width: 72rpx;
height: 72rpx;
font-size: 30rpx;
color: #342317;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
border-radius: 50%;
&.active{
color: #fff;
background-color: #FF8A4C;
}
}
}
.page {
min-height: 100vh;
padding: 460rpx 0 80rpx 0;
box-sizing: border-box;
.page-title {
margin: 0 40rpx;
width: 614rpx;
height: 184rpx;
}
.container {
padding: 0 40rpx;
.content {
margin-top: 40rpx;
font-size: 32rpx;
color: #342317;
line-height: 48rpx;
.link {
color: #ff8a4c;
}
}
}
.phone {
margin: 54rpx 40rpx 0;
padding: 30rpx 20rpx;
border-radius: 64rpx;
background: linear-gradient(90deg, #fece55 0%, #ff8a4c 100%);
font-size: 32rpx;
color: rgba(255, 255, 255, 1);
line-height: 1;
&::after {
border: none;
outline: none;
}
}
.divider {
margin: 48rpx auto 0;
width: 338rpx;
}
.tel-code {
margin: 32rpx auto 0;
width: 278rpx;
height: 52rpx;
display: flex;
justify-content: center;
font-size: 32rpx;
color: #342317;
}
.form {
margin: 42rpx 40rpx 0;
padding: 48rpx 32rpx;
border-radius: 24rpx;
background-color: #fff;
.row {
margin-bottom: 32rpx;
display: flex;
justify-content: space-between;
border-radius: 12rpx;
background: #f7f7f7;
.input {
flex: 1;
padding: 22rpx 32rpx;
height: 40rpx;
font-size: 32rpx;
color: #000;
}
.input-placeholade {
color: #b7b7b7;
}
.code {
margin-left: 24rpx;
flex-shrink: 0;
width: 262rpx;
border-radius: 24rpx;
font-size: 32rpx;
color: #ff8a4c;
display: flex;
align-items: center;
justify-content: center;
}
}
.submit {
margin-top: 32px;
padding: 30rpx 20rpx;
background: linear-gradient(90deg, #fece55 0%, #ff8a4c 100%);
border-radius: 64rpx;
font-size: 32rpx;
color: #ffffff;
text-align: center;
line-height: 1;
}
}
.check {
margin: 68rpx 50rpx 0;
display: flex;
line-height: 60rpx;
color: #b7b7b7;
.icon {
margin-top: 14rpx;
margin-right: 10rpx;
flex-shrink: 0;
width: 32rpx;
height: 32rpx;
}
.link {
color: #ff8a4c;
}
}
.partient {
margin-top: 58rpx;
font-size: 32rpx;
color: rgba(161, 164, 172, 1);
display: flex;
align-items: center;
justify-content: center;
}
}