2024-10-27 00:26:19 +08:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
/**
|
|
|
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
|
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
|
|
|
*/
|
|
|
|
|
.policy-all.data-v-df91bf78 {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2024-10-31 21:24:54 +08:00
|
|
|
|
height: calc(100vh - 50px);
|
2024-10-27 00:26:19 +08:00
|
|
|
|
}
|
|
|
|
|
.list-sift.data-v-df91bf78 {
|
|
|
|
|
max-height: 80rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.result-list.data-v-df91bf78 {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding: 20rpx 25rpx 0rpx;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.result-list view.data-v-df91bf78 {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: -30rpx;
|
|
|
|
|
}
|
|
|
|
|
|