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.
111 lines
2.2 KiB
111 lines
2.2 KiB
|
1 month ago
|
pgae {
|
||
|
|
}
|
||
|
|
.page {
|
||
|
|
position: relative;
|
||
|
|
height: 100vh;
|
||
|
|
background-color: #fafafa;
|
||
|
|
.bg {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 233rpx;
|
||
|
|
width: 100%;
|
||
|
|
.frame {
|
||
|
|
display: block;
|
||
|
|
margin: 0 auto;
|
||
|
|
width: 220rpx;
|
||
|
|
height: 220rpx;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
display: block;
|
||
|
|
margin: 86rpx auto 0;
|
||
|
|
width: 430rpx;
|
||
|
|
height: 50rpx;
|
||
|
|
}
|
||
|
|
.sub-title {
|
||
|
|
margin-top: 95rpx;
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #999999;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
.link {
|
||
|
|
color: #e04775;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.form {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
padding: 0 64rpx;
|
||
|
|
.row {
|
||
|
|
margin-bottom: 40rpx;
|
||
|
|
display: flex;
|
||
|
|
.input {
|
||
|
|
flex: 1;
|
||
|
|
padding: 24rpx 32rpx;
|
||
|
|
height: 40rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #999999;
|
||
|
|
background: #f2f2f2;
|
||
|
|
border: 1rpx solid #cccccc;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
}
|
||
|
|
.code {
|
||
|
|
margin-left: 24rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
width: 212rpx;
|
||
|
|
border: 2rpx solid #e04775;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #e04775;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.submit {
|
||
|
|
width: 622rpx;
|
||
|
|
height: 88rpx;
|
||
|
|
background: #e04775;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
font-size: 34rpx;
|
||
|
|
color: #ffffff;
|
||
|
|
font-weight: bold;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 88rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.divider {
|
||
|
|
margin: 48rpx auto 0;
|
||
|
|
width: 300rpx;
|
||
|
|
}
|
||
|
|
.ohter {
|
||
|
|
margin-top: 48rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
.col {
|
||
|
|
margin: 0 48rpx;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
height: 48rpx;
|
||
|
|
border-radius: 24rpx;
|
||
|
|
background: #eeeeee;
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #666666;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
&::after {
|
||
|
|
border: none;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
.icon {
|
||
|
|
margin-right: 12rpx;
|
||
|
|
width: 48rpx;
|
||
|
|
height: 48rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|