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.

36 lines
763 B

1 month ago
.page {
padding: 88rpx 60rpx;
width: 100%;
height: 100vh;
box-sizing: border-box;
.submit {
margin-top: 700rpx;
height: 84rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: rgba(255, 255, 255, 1);
background: #67baca;
border-radius: 64rpx 64rpx 64rpx 64rpx;
}
.back {
margin-top: 36rpx;
height: 84rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: rgba(103, 186, 202, 1);
background: rgba(103, 186, 202, 0.12);
border-radius: 64rpx 64rpx 64rpx 64rpx;
}
.tip{
margin-top: 82rpx;
font-size: 32rpx;
color: rgba(194, 201, 202, 1);
line-height: 48rpx;
text-align: center;
}
}