Files
lcb/components/distributePoster/index.wxss
T
小鱼开发 3bf5c948d8 Initial commit
2024-05-24 14:16:05 +08:00

24 lines
317 B
Plaintext

@import "../../commons/css/common.wxss";
.poster{
top: 0;
left: 100%;
width: 100%;
height: 100%;
z-index: 9999;
}
.show{
left: 0;
}
.poster-bg{
z-index: 9998;
background-color: rgba(0,0,0,.6);
}
.poster-main{
z-index: 9999;
}
.poster-main-img{
width:580rpx;
}
.poster-main-img canvas{
left: 1000%;
}