You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
440 B
32 lines
440 B
.swiper-cnt {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.video-cnt {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1 !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.play-btn {
|
|
position: absolute;
|
|
top: 150rpx;
|
|
left: 342rpx;
|
|
z-index: 100;
|
|
}
|
|
|
|
.play-controls{
|
|
width: 100%;
|
|
height: 80rpx;
|
|
padding: 15rpx 20rpx;
|
|
position: absolute;
|
|
display: flex;
|
|
bottom: 0px;
|
|
z-index: 100;
|
|
}
|