You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
302 B

5 years ago
.shixun-body{
height: 100%;
}
.header{
top: 0;
position: sticky;
background: white;
padding: 4px 12px;
}
.input-wrp{
display: flex;
padding: 4px 10px;
border-radius: 4px;
border: 1px #00b0f0 solid;
}
.input{
flex: auto;
}
.icon{
flex: none;
}
.shixun-wrp{
margin-bottom: 2px;
}