45 lines
665 B
Plaintext
45 lines
665 B
Plaintext
/* pages/video_show/video_show.wxss */
|
|
.main {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #000000;
|
|
}
|
|
.close {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 20rpx;
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
position: fixed;
|
|
left: 20rpx;
|
|
top: 86px;
|
|
z-index: 1000;
|
|
}
|
|
.close .icon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.swiper {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.swiper .swiper-item {
|
|
overflow: auto;
|
|
}
|
|
.swiper .video {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.swiper .icon {
|
|
width: 100vw;
|
|
height: 500rpx;
|
|
}
|
|
.header {
|
|
width: 100vw;
|
|
padding-top: 48px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|