Commit cbe1cecb by caojingji

修改样式

parent d4885150
......@@ -88,4 +88,32 @@
.result-wrap2 .navCategory{background:none;}
.result-wrap2 .current-icon{margin-left:0;}
.result-wrap2 .datagrid-header-inner{width: inherit;}
.result-wrap2 .datagrid-htable,.result-wrap2 .datagrid-btable,.result-wrap2 .datagrid-ftable{width: 100%;}
\ No newline at end of file
.result-wrap2 .datagrid-htable,.result-wrap2 .datagrid-btable,.result-wrap2 .datagrid-ftable{width: 100%;}
.result-wrap2 .search-input{
width: calc(100% - 20px);
padding-right:27px;
padding-left:10px;
display: inline-block;
margin: 5px 10px -15px 10px;
border: 1px solid #ccc;
border-radius: 5px;
height: 26px;
line-height: 26px;
}
.result-wrap2 .navCategory{border-top:none;}
.result-wrap2 .search-icon{
display: inline-block;
float: right;
width: 26px;
height: 26px;
background: #6799e5;
text-align: center;
line-height: 26px;
color: #fff;
cursor: pointer;
margin-right: 10px;
position: relative;
top: -12px;
border-radius: 0 5px 5px 0;
}
.result-wrap2 .search-icon:hover{background: #5a8be5;}
\ No newline at end of file
......@@ -332,6 +332,7 @@
</div>
<div class="result-wrap2">
<div class="left-search">
<input type="text" class="search-input" placeholder="标识号、身份证号、手机号码"/><span class="search-icon"><i class="fa fa-search"></i></span>
<!--图表1-->
<div class="navCategory" style="display: none" id="fldh">
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment