26 lines
632 B
Plaintext
26 lines
632 B
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
*/
|
||
.policy-all.data-v-df91bf78 {
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: column;
|
||
height: calc(100vh - 50px);
|
||
}
|
||
.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;
|
||
}
|
||
|