You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
|
2 years ago
|
@import "/pages/newEnroll/index.wxss";
|
||
|
|
.weui-cells {
|
||
|
|
overflow: inherit;
|
||
|
|
}
|
||
|
|
.searchbar-result {
|
||
|
|
position: absolute;
|
||
|
|
z-index: 9;
|
||
|
|
width: 100%;
|
||
|
|
max-height: 200px;
|
||
|
|
overflow: auto;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|