25 lines
328 B
Plaintext
25 lines
328 B
Plaintext
|
@import "../../../nvue.wxss";
|
||
|
|
||
|
|
||
|
/* page {
|
||
|
width: 100%;
|
||
|
min-height: 100%;
|
||
|
display: flex;
|
||
|
} */
|
||
|
.page {
|
||
|
flex: 1;
|
||
|
/* width: 750rpx; */
|
||
|
}
|
||
|
.swiper {
|
||
|
flex: 1;
|
||
|
background-color: #007AFF;
|
||
|
}
|
||
|
.swiper-item {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.video {
|
||
|
flex: 1;
|
||
|
|
||
|
width: 100%;
|
||
|
}
|