Files
小鱼开发 3bf5c948d8 Initial commit
2024-05-24 14:16:05 +08:00

24 lines
466 B
Plaintext

.con-160{
width:160rpx;
}
.topicSort.active:before{display:block;content:"";position:absolute;left:0;top:50%;transform:translate(0,-50%);width:6rpx;height:50rpx;background-color:#ff4a3a;border-top-right-radius:10rpx;border-bottom-right-radius:10rpx;}
.poster{
top: 0;
left:0;
width: 100%;
height: 100%;
z-index: 9999;
}
.poster-bg{
z-index: 9998;
background-color: rgba(0,0,0,.6);
}
.poster-main{
z-index: 9999;
}
.poster-main-img{
width:530rpx;
}