27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
|
||
page{
|
||
background-color: #F9F9F9F9;
|
||
}
|
||
|
||
@charset "UTF-8";
|
||
/**
|
||
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
*/
|
||
.swiper.data-v-5886fab2 {
|
||
height: calc(100vh - 80rpx);
|
||
}
|
||
.swiper .swiper-item.data-v-5886fab2 {
|
||
height: 100%;
|
||
}
|
||
.swiper .swiper-item .scroll.data-v-5886fab2 {
|
||
height: 100%;
|
||
margin-top: 20rpx;
|
||
width: 100%;
|
||
background-color: #FFFFFF;
|
||
}
|
||
.swiper .swiper-item .scroll view.data-v-5886fab2 {
|
||
padding: 0 25rpx;
|
||
}
|
||
|