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.
 
 
 

190 lines
3.8 KiB

.popup1 {
.popup-container {
width: 650rpx;
height: 840rpx;
box-sizing: border-box;
padding: 238rpx 48rpx 0;
.title {
font-size: 44rpx;
color: rgba(30, 41, 59, 1);
font-weight: bold;
line-height: 53rpx;
}
.content {
margin-top: 20rpx;
font-size: 36rpx;
color: rgba(100, 116, 139, 1);
line-height: 52rpx;
}
.code {
margin: 70rpx auto 0;
display: block;
width: 318rpx;
height: 318rpx;
}
}
}
.popup2 {
.popup-container {
.badge {
position: relative;
z-index: 1;
display: block;
margin: 0 auto;
width: 400rpx;
height: 252rpx;
}
.container {
margin-top: -126rpx;
width: 650rpx;
height: 736rpx;
border-radius: 42rpx;
.title {
padding-top: 146rpx;
text-align: center;
font-size: 40rpx;
color: rgba(30, 41, 59, 1);
font-weight: bold;
line-height: 53rpx;
}
.code-wrap {
margin: 36rpx auto 0;
width: 318rpx;
height: 318rpx;
padding: 18rpx;
box-sizing: border-box;
.code {
display: block;
width: 100%;
height: 100%;
}
}
.content {
margin-top: 32rpx;
font-size: 32rpx;
color: rgba(100, 116, 139, 1);
line-height: 48rpx;
text-align: center;
}
}
}
}
.popup3 {
.popup-container {
.badge {
position: relative;
z-index: 1;
display: block;
margin: 0 auto;
width: 400rpx;
height: 252rpx;
}
.container {
margin-top: -126rpx;
width: 650rpx;
height: 736rpx;
border-radius: 42rpx;
.title {
padding-top: 146rpx;
text-align: center;
font-size: 40rpx;
color: rgba(30, 41, 59, 1);
font-weight: bold;
line-height: 53rpx;
}
.code-wrap {
margin: 36rpx auto 0;
width: 318rpx;
height: 318rpx;
padding: 18rpx;
box-sizing: border-box;
.code {
display: block;
width: 100%;
height: 100%;
}
}
.content {
margin-top: 32rpx;
font-size: 32rpx;
color: rgba(100, 116, 139, 1);
line-height: 48rpx;
text-align: center;
}
}
}
}
.popup4 {
.popup-container {
.badge {
position: relative;
z-index: 1;
display: block;
margin: 0 auto;
width: 647rpx;
height: 340rpx;
}
.container {
margin-top: -126rpx;
width: 690rpx;
height: 850rpx;
border-radius: 42rpx;
.title {
padding-top: 158rpx;
text-align: center;
font-size: 48rpx;
color: rgba(30, 41, 59, 1);
font-weight: bold;
line-height: 56rpx;
}
.content {
margin-top: 16rpx;
font-size: 32rpx;
color: rgba(71, 85, 105, 1);
line-height: 48rpx;
text-align: center;
}
.code {
margin: 52rpx auto 0;
display: block;
width: 348rpx;
height: 348rpx;
}
}
}
}
.popup5 {
.popup-container {
.container {
padding-top: 572rpx;
width: 690rpx;
height: 720rpx;
border-radius: 42rpx;
box-sizing: border-box;
.btn {
display: block;
margin: 0 auto;
width: 626rpx;
height: 96rpx;
font-size: 40rpx;
color: rgba(255, 255, 255, 1);
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(270deg, #439fc7 0%, #2f82a9 100%);
border-radius: 24rpx 24rpx 24rpx 24rpx;
}
}
}
}
.close {
margin: 32rpx auto 0;
display: block;
width: 88rpx;
height: 88rpx;
}