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.
35 lines
619 B
Plaintext
35 lines
619 B
Plaintext
.site-popup-content-box {
|
|
margin: 0;
|
|
}
|
|
// .van-popup {
|
|
// background-color: transparent;
|
|
// }
|
|
.site-close {
|
|
position: absolute;
|
|
right: 36rpx;
|
|
top: 36rpx;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
z-index: 100009;
|
|
background-color: #ababab;
|
|
border-radius: 50%;
|
|
padding: 8rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.site-popup-btn {
|
|
position: absolute;
|
|
bottom: 100rpx;
|
|
left: calc(50% - 120rpx);
|
|
width: 240rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 40rpx;
|
|
background-color: #000;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
}
|