127 lines
1.9 KiB
Plaintext
127 lines
1.9 KiB
Plaintext
/* packageE/newDiy/newDiy.wxss */
|
|
|
|
/* ======cover======= */
|
|
|
|
.cover .fullScreen {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.cover .fullScreen .full-image {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.cover .fullScreen .full-image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.cover .fullScreen .close {
|
|
position: absolute;
|
|
right: 32rpx;
|
|
top: 32rpx;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cover .fullScreen .close .skip {
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.cover .mask {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 500;
|
|
}
|
|
|
|
.cover .mask .mask-blank {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.cover .mask-blank .pop {
|
|
width: 65%;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 11;
|
|
}
|
|
|
|
.cover .mask-blank .pop image {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close {
|
|
float: right;
|
|
background-color: #333;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 200;
|
|
margin-top: -24rpx;
|
|
margin-right: -24rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close {
|
|
color: #fff;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close .icon-close11 {
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.cover .modal-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
height: 100%;
|
|
}
|
|
|
|
/* ======cover======= */
|
|
|
|
.noPowerShow {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
background: #999;
|
|
position: relative;
|
|
}
|
|
|
|
.noPowerShow .warnTestBox {
|
|
position: absolute;
|
|
display: inline-block;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -1.5rem;
|
|
margin-left: -5rem;
|
|
color: #fff;
|
|
width: 10rem;
|
|
height: 3rem;
|
|
line-height: 3rem;
|
|
border-radius: 0.5rem;
|
|
background: #333;
|
|
text-align: center;
|
|
}
|