1.0.0.0723
新增本地搜索模式
This commit is contained in:
@@ -200,8 +200,41 @@ xm-select{
|
||||
color: @disabledColor !important;
|
||||
}
|
||||
}
|
||||
|
||||
.xm-search{
|
||||
background-color: #FFF !important;
|
||||
position: relative;
|
||||
padding: 0 10px;
|
||||
cursor: pointer;
|
||||
|
||||
&>i{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
&-input{
|
||||
border: none;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
padding-left: 27px;
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.xm-input{
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #E6E6E6;
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #FFF;
|
||||
height: 36px;
|
||||
line-height: 1.3;
|
||||
padding-left: 10px;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.dis{
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user