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.
47 lines
789 B
47 lines
789 B
.sign{ |
|
width: 650rpx; |
|
margin: 80rpx auto |
|
} |
|
.sign_input{ |
|
width: 600rpx; |
|
padding-left: 50rpx; |
|
height: 100rpx; |
|
border-radius: 50rpx; |
|
background: #F7F7F7; |
|
margin-top: 40rpx; |
|
} |
|
.sign_dv{ |
|
width: 650rpx; |
|
line-height: 100rpx; |
|
margin-top: 40rpx; |
|
color: #fff; |
|
text-align: center; |
|
border-radius: 50rpx; |
|
background: -webkit-linear-gradient(180deg, #fa3534, #FF9A4A); |
|
} |
|
.sign_box{ |
|
width: 100%; |
|
text-align: center; |
|
margin-top: 40rpx; |
|
font-size: 26rpx; |
|
color: #666 |
|
} |
|
.sign_img{ |
|
width: 445rpx; |
|
height: 196rpx; |
|
margin: 0 auto |
|
} |
|
.txt_center{ |
|
margin-top: 200rpx |
|
} |
|
.code{ |
|
color: #fa3534; |
|
font-size: 28rpx; |
|
position: absolute; |
|
top: 50%; |
|
right:5%; |
|
transform: translate(-5%,-50%); |
|
padding: 0 20rpx; |
|
border-left: solid #E2E2E2 1rpx; |
|
z-index: 999 |
|
} |