d737fa34 by 任超

style:首页样式

1 parent f4db34da
...@@ -81,7 +81,7 @@ div.subject { ...@@ -81,7 +81,7 @@ div.subject {
81 min-width: 1200px; 81 min-width: 1200px;
82 } 82 }
83 div.top-logo { 83 div.top-logo {
84 width: 1200px; 84 width: 1178px;
85 height: 70px!important; 85 height: 70px!important;
86 padding-top: 20px; 86 padding-top: 20px;
87 margin: 0 auto; 87 margin: 0 auto;
...@@ -148,6 +148,10 @@ div.top-logo .top_logo_search i { ...@@ -148,6 +148,10 @@ div.top-logo .top_logo_search i {
148 display: inline-block; 148 display: inline-block;
149 float: left; 149 float: left;
150 } 150 }
151 .top-logo h1 img {
152 width:280px;
153 height: 42px;
154 }
151 .top-logo ul li { 155 .top-logo ul li {
152 display: inline-block; 156 display: inline-block;
153 padding: 0 12px; 157 padding: 0 12px;
...@@ -161,7 +165,7 @@ div.top-logo .top_logo_search i { ...@@ -161,7 +165,7 @@ div.top-logo .top_logo_search i {
161 165
162 div.navigation { 166 div.navigation {
163 text-align: center; 167 text-align: center;
164 height: 60px; 168 height: 59px;
165 } 169 }
166 .navigation .layui-nav-item { 170 .navigation .layui-nav-item {
167 width: 147px; 171 width: 147px;
......

1.6 MB | W: | H:

1.82 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -22,7 +22,7 @@ document.writeln(""); ...@@ -22,7 +22,7 @@ document.writeln("");
22 document.writeln("<body>"); 22 document.writeln("<body>");
23 document.writeln(" <div class=\'top-logo\'>"); 23 document.writeln(" <div class=\'top-logo\'>");
24 document.writeln(" <div class=\'top_logo_content\'>"); 24 document.writeln(" <div class=\'top_logo_content\'>");
25 document.writeln(" <h1><a href=\'"+localhostPaht+"/index.html\'><img src=\'"+localhostPaht+"/staticImages/logo.jpg\' alt=\'西安市不动产登记平台\' /></a></h1>"); 25 document.writeln(" <h1><a href=\'"+localhostPaht+"/index.html\'><img src=\'"+localhostPaht+"/staticImages/logo.png\' alt=\'西安市不动产登记平台\' /></a></h1>");
26 document.writeln(""); 26 document.writeln("");
27 document.writeln(" <div class=\'top_logo_search\'>"); 27 document.writeln(" <div class=\'top_logo_search\'>");
28 document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'"); 28 document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'");
......