26 lines
440 B
Plaintext
26 lines
440 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%;
|
|
}
|
|
.btn-ffa73d-ff7a28{background-image:linear-gradient(#ffa73d,#ff7a28);border:none;}
|
|
.btn-ffa73d-ff7a28::after{border:none;} |