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.

42 lines
633 B

1 year ago
.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, #ff7437, #ff9a4a);
}
.sign_box {
width: 100%;
text-align: center;
margin-top: 40rpx;
font-size: 26rpx;
color: #666;
}
.sign_img {
width: 445rpx;
height: 196rpx;
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%,-90%)
}