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.
76 lines
1.3 KiB
Plaintext
76 lines
1.3 KiB
Plaintext
.site-popup-content-box {
|
|
margin: 0;
|
|
.absolutely-img {
|
|
width: 100%;
|
|
height: 600rpx;
|
|
background-color: #eee;
|
|
}
|
|
}
|
|
// .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;
|
|
}
|
|
|
|
.upload-tips-common-box {
|
|
padding: 50rpx 20rpx 44rpx 20rpx;
|
|
.tips-message {
|
|
margin-top: 30rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
line-height: 45rpx;
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.popup-btn-one {
|
|
display: flex;
|
|
margin-top: 60rpx;
|
|
justify-content: center;
|
|
.popup-btn {
|
|
width: 270rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
border: 1rpx solid #000;
|
|
border-radius: 45rpx;
|
|
color: #fff;
|
|
background-color: #000;
|
|
font-family: PingFang SC;
|
|
}
|
|
}
|
|
|
|
.instrument-swiper-step {
|
|
width: 600rpx;
|
|
height: 720rpx;
|
|
margin: 0 auto;
|
|
}
|