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.
110 lines
1.7 KiB
110 lines
1.7 KiB
.main{
|
|
padding: 0rpx 24rpx;
|
|
margin-top: 48rpx;
|
|
padding-bottom: 80rpx;
|
|
}
|
|
.main_con{
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
width: 100%;
|
|
padding: 48rpx 0;
|
|
box-shadow: 0 0 30rpx #EBEEF1;
|
|
}
|
|
.logoimg{
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.info_con{
|
|
width: 702rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: -150rpx;
|
|
z-index: 999;
|
|
border-radius: 26rpx;
|
|
padding: 0 48rpx;
|
|
color: #fff;
|
|
transition: .8s all;
|
|
}
|
|
.goTop{
|
|
position: fixed;
|
|
bottom: 60rpx !important;
|
|
}
|
|
.green{
|
|
background-color: #6AD6A8;
|
|
}
|
|
.info_con .text{
|
|
}
|
|
.info_con .text2{
|
|
font-size: 700;
|
|
font-size: 32rpx;
|
|
}
|
|
.title{
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
margin-top: 15rpx;
|
|
}
|
|
.main .code{
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 390rpx;
|
|
height: 386rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
.main .text1{
|
|
text-align: center;
|
|
width: 390rpx;
|
|
color: #7D87A6;
|
|
font-size: 28rpx;
|
|
margin: 0 auto;
|
|
margin-top: 26rpx;
|
|
}
|
|
.main .text2{
|
|
color: #000;
|
|
font-size: 28rpx;
|
|
margin-top: 52rpx;
|
|
background-color: #FAFAFA;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
border-radius: 20rpx;
|
|
word-break: break-word;
|
|
text-align: center;
|
|
}
|
|
.bottom_con{
|
|
padding: 0 24rpx;
|
|
}
|
|
.copy{
|
|
margin-top:58rpx;
|
|
color:#fff !important;
|
|
}
|
|
.main .text3{
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
margin-bottom: 24rpx;
|
|
line-height: 112rpx;
|
|
text-align: center;
|
|
background-color: #707EAE;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.copyImg{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.main .text3:hover{
|
|
|
|
}
|
|
.code_con{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 80rpx;
|
|
}
|