58 lines
893 B
Plaintext
58 lines
893 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, .3);
|
|
position: fixed;
|
|
left: 20rpx;
|
|
top: 86px;
|
|
z-index: 1000;
|
|
|
|
.icon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
}
|
|
|
|
.swiper {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
|
|
.swiper-item {
|
|
overflow: auto;
|
|
}
|
|
|
|
.video {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.icon {
|
|
width: 100vw;
|
|
height: 500rpx;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
width: 100vw;
|
|
padding-top: 48px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
// .scroll-view {
|
|
// // flex-direction: column;
|
|
// display: flex;
|
|
// justify-content: center;
|
|
// align-items: center;
|
|
// } |