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.
88 lines
1.9 KiB
88 lines
1.9 KiB
.page { |
|
min-height: 100vh; |
|
padding: 36rpx 0 80rpx 0; |
|
box-sizing: border-box; |
|
.container { |
|
padding: 0 40rpx; |
|
.page-logo { |
|
margin: 0 auto; |
|
display: block; |
|
width: 223rpx; |
|
height: 280rpx; |
|
} |
|
.c-title { |
|
margin-top: 56rpx; |
|
font-size: 40rpx; |
|
color: rgba(33, 33, 32, 1); |
|
font-weight: bold; |
|
} |
|
.content { |
|
margin-top: 30rpx; |
|
font-size: 32rpx; |
|
color: rgba(33, 33, 32, 0.70); |
|
line-height: 56rpx; |
|
.link { |
|
color: rgba(22, 121, 203, 1); |
|
} |
|
} |
|
} |
|
.form { |
|
margin-top: 58rpx; |
|
padding: 0 60rpx; |
|
.row { |
|
margin-bottom: 32rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
border-radius: 12rpx; |
|
background: rgba(247, 247, 247, 1); |
|
border: 1rpx solid rgba(237, 239, 240, 1); |
|
.input { |
|
flex: 1; |
|
padding: 20rpx 32rpx; |
|
height: 40rpx; |
|
font-size: 32rpx; |
|
color: #000; |
|
} |
|
.input-placeholade { |
|
color: rgba(33, 33, 32, 0.40); |
|
} |
|
.code { |
|
margin-left: 24rpx; |
|
flex-shrink: 0; |
|
width: 262rpx; |
|
border-radius: 24rpx; |
|
font-size: 32rpx; |
|
color: rgba(22, 121, 203, 1); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
} |
|
.submit { |
|
margin-top: 32px; |
|
padding: 24rpx 20rpx; |
|
border-radius: 12rpx; |
|
background: linear-gradient(90deg, #293B9F 0%, #1679CB 100%); |
|
font-size: 32rpx; |
|
color: #ffffff; |
|
text-align: center; |
|
line-height: 48rpx; |
|
} |
|
} |
|
.check { |
|
margin: 50rpx 50rpx 0; |
|
display: flex; |
|
line-height: 60rpx; |
|
color: rgba(32, 33, 33, 1); |
|
.icon { |
|
margin-top: 12rpx; |
|
margin-right: 10rpx; |
|
flex-shrink: 0; |
|
width: 32rpx; |
|
height: 32rpx; |
|
} |
|
.link { |
|
color: rgba(22, 121, 203, 1); |
|
} |
|
} |
|
}
|
|
|