@@ -30,7 +30,7 @@
margin: 0 0px 30px 0px !important;
font-size: 28px !important;
line-height: 37px;
- padding: 0 0 0 20px;
+ padding: 43px 0 0 20px;
}
.titleH2 {
@@ -45,6 +45,7 @@
.content {
position: relative;
height: 550px;
+ padding: 0px 0 0px 20px;
.infoBox {
border-left: 1px solid #969C9F;
@@ -97,7 +98,7 @@
overflow: hidden;
background: #fff;
margin: 0 auto;
- padding: 43px 0 0px 20px;
+
.borderTop,.borderBottom{
@@ -106,6 +107,7 @@
position: absolute;
width: 100%;
left: 0;
+ z-index: 2;
.borderTop{
top: 0;
@@ -2,7 +2,7 @@
width: 80%;
- padding: 0 30px;
/* width: 80%; */
left: 30px;
@@ -79,6 +79,9 @@
background-size:15px 15px;
z-index: 100;
+.searchKnowledge{
+ padding: 0 30px;
+}
.staticSearchB .tip,.container .staticSearchT i,.staticSearchB .empty {
display: none;
@@ -49,6 +49,7 @@
position: fixed;
@@ -67,6 +67,7 @@
<style>
body{
/* background: #fff; */
+ background:#dde2ea;
.container h1{
text-align: left;
@@ -13,7 +13,7 @@ $(function(){
$("h1").html('免责声明');
$(".content").html(item.description);
-
+ $(".content").append('<div class="borderBottom"></div>')
})