bitcooo
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.
 
 
 
 

79 lines
1.2 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;
}
.title{
font-size: 36rpx;
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: 30rpx;
margin-top: 52rpx;
background-color: #FAFAFA;
border-radius: 10rpx;
padding: 32rpx;
border-radius: 20rpx;
}
.bottom_con{
padding: 0 24rpx;
}
.copy{
margin-top:58rpx;
color:#7D87A6 !important;
}
.main .text3{
color: #000;
font-size: 32rpx;
margin-bottom: 24rpx;
line-height: 112rpx;
text-align: center;
background-color: #F6F8FD;
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{
background-color: #fff;
border: 2rpx solid #F6F8FD;
}