d737fa34 by 任超

style:首页样式

1 parent f4db34da
......@@ -81,7 +81,7 @@ div.subject {
min-width: 1200px;
}
div.top-logo {
width: 1200px;
width: 1178px;
height: 70px!important;
padding-top: 20px;
margin: 0 auto;
......@@ -148,6 +148,10 @@ div.top-logo .top_logo_search i {
display: inline-block;
float: left;
}
.top-logo h1 img {
width:280px;
height: 42px;
}
.top-logo ul li {
display: inline-block;
padding: 0 12px;
......@@ -161,7 +165,7 @@ div.top-logo .top_logo_search i {
div.navigation {
text-align: center;
height: 60px;
height: 59px;
}
.navigation .layui-nav-item {
width: 147px;
......

1.6 MB | W: | H:

1.82 MB | W: | H:

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