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.
53 lines
721 B
53 lines
721 B
.shixun-body{
|
|
height: 100%;
|
|
}
|
|
.sticky-top{
|
|
top: 0;
|
|
position: sticky;
|
|
}
|
|
.header{
|
|
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;
|
|
}
|
|
.list-header,.select-operations{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list-header{
|
|
background: white;
|
|
padding: 4px 12px;
|
|
border-bottom: #eee 1px solid;
|
|
margin-bottom: 2px;
|
|
}
|
|
.subtitle{
|
|
font-weight: bold;
|
|
white-space: pre;
|
|
flex: auto;
|
|
}
|
|
.operation-btn{
|
|
padding: 4px 10px;
|
|
width: auto!important;
|
|
background: transparent;
|
|
font-size: 14px;
|
|
}
|
|
.submit-select{
|
|
color: #00b0f0;
|
|
}
|
|
|
|
.shixun-wrp{
|
|
margin-bottom: 2px;
|
|
}
|
|
|