You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
2.0 KiB
Plaintext
119 lines
2.0 KiB
Plaintext
@import "@antmjs/vantui/lib/popup/index.less";
|
|
@import "@antmjs/vantui/lib/transition/index.less";
|
|
@import "@antmjs/vantui/lib/overlay/index.less";
|
|
|
|
.common-box {
|
|
width: 640rpx;
|
|
padding: 50rpx 35rpx 44rpx 35rpx;
|
|
padding-bottom: 40rpx;
|
|
box-sizing: border-box;
|
|
.common-popup-title {
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #030000;
|
|
text-align: center;
|
|
margin-bottom: 79rpx;
|
|
}
|
|
.margin-samll {
|
|
margin-bottom: 50rpx;
|
|
}
|
|
}
|
|
|
|
// 最大弹窗-抽屉
|
|
.common-big-large {
|
|
width: 690rpx;
|
|
}
|
|
// 加大弹窗-二维码与积分规则图片
|
|
.common-large {
|
|
width: 670rpx;
|
|
}
|
|
// 普通弹窗
|
|
.common-middle {
|
|
width: 640rpx;
|
|
}
|
|
|
|
.common-popup-content {
|
|
font-size: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
max-height: 794rpx;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.common-popup-content.is-common {
|
|
color: #41a9fc;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.common-popup-content.is-last {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.common-popup-btns {
|
|
display: flex;
|
|
margin-top: 76rpx;
|
|
justify-content: center;
|
|
}
|
|
|
|
.common-popup-btn {
|
|
width: 270rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 45rpx;
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
.common-popup-btn-large {
|
|
width: 480rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 45rpx;
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
.common-popup-btn2 {
|
|
width: 270rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 45rpx;
|
|
}
|
|
|
|
.common-popup-btn2:first-child {
|
|
margin-right: 22rpx;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.common-popup-btn2:last-child {
|
|
color: #fff;
|
|
background-color: #000;
|
|
}
|
|
|
|
.common-close {
|
|
position: absolute;
|
|
right: 36rpx;
|
|
top: 36rpx;
|
|
color: #000;
|
|
font-size: 36rpx;
|
|
z-index: 100009;
|
|
}
|
|
|
|
.level-up {
|
|
&.van-overlay {
|
|
z-index: 10020 !important;
|
|
}
|
|
&.van-popup {
|
|
z-index: 10021 !important;
|
|
}
|
|
}
|