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.

67 lines
1.2 KiB

.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;
}
}
5 months ago
.popup3 {
padding: 136rpx 44rpx 0;
width: 622rpx;
height: 632rpx;
box-sizing: border-box;
background: linear-gradient(180deg, #e7f8ff 0%, #ffffff 100%);
border-radius: 36rpx 36rpx 36rpx 36rpx;
.title {
font-size: 48rpx;
color: #222222;
font-weight: bold;
text-align: center;
}
.tip {
margin-top: 24rpx;
font-size: 36rpx;
color: #65686c;
line-height: 56rpx;
}
.btn1 {
margin-top: 44rpx;
font-size: 36rpx;
color: #ffffff;
height: 88rpx;
display: flex;
align-items: center;
justify-content: center;
background: #3795f7;
border-radius: 96rpx 96rpx 96rpx 96rpx;
}
.btn2 {
margin-top: 16rpx;
padding: 16rpx 32rpx;
font-size: 32rpx;
color: #3795f7;
text-align: center;
}
}