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.

43 lines
869 B

1 month ago
.page {
padding: 0 60rpx;
1 month ago
width: 100%;
height: 100vh;
box-sizing: border-box;
.logo {
margin: 182rpx auto 0;
display: block;
width: 290rpx;
height: 362rpx;
}
1 month ago
.submit {
margin-top: 36rpx;
height: 96rpx;
1 month ago
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: #1679cb;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid #1679cb;
box-sizing: border-box;
1 month ago
}
.back {
margin-top: 112rpx;
height: 96rpx;
1 month ago
display: flex;
align-items: center;
justify-content: center;
font-size: 36rpx;
color: #ffffff;
background: linear-gradient(90deg, #293b9f 0%, #1679cb 100%);
border-radius: 12rpx;
1 month ago
}
.tip {
1 month ago
margin-top: 82rpx;
font-size: 32rpx;
color: rgba(33, 33, 32, 0.7);
line-height: 64rpx;
1 month ago
text-align: center;
}
}