24 lines
317 B
Plaintext
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%;
|
|
} |