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.
28 lines
404 B
28 lines
404 B
5 months ago
|
.popup1 {
|
||
|
padding: 110rpx 0 0;
|
||
|
width: 651rpx;
|
||
|
height: 651rpx;
|
||
|
box-sizing: border-box;
|
||
|
|
||
|
.title {
|
||
|
font-size: 40rpx;
|
||
|
color: #222222;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.code {
|
||
|
margin: 48rpx auto 0;
|
||
|
display: block;
|
||
|
width: 304rpx;
|
||
|
height: 304rpx;
|
||
|
}
|
||
|
|
||
|
.tip {
|
||
|
margin-top: 40rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #65686c;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|