diff --git a/.DS_Store b/.DS_Store
index 9e482bd..fc6be92 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/static/resources/common/headfoot.css b/static/resources/common/headfoot.css
index 6884a12..8711d7c 100644
--- a/static/resources/common/headfoot.css
+++ b/static/resources/common/headfoot.css
@@ -408,6 +408,7 @@ footer .info .info-text{
flex-direction: column;
justify-content: center;
align-items: center;
+ height: auto;
}
.head .top-l img {
width: 100%;
diff --git a/template/.DS_Store b/template/.DS_Store
index 6112f2b..f8b0408 100644
Binary files a/template/.DS_Store and b/template/.DS_Store differ
diff --git a/template/头部/.DS_Store b/template/头部/.DS_Store
index 70e2e8a..e555452 100644
Binary files a/template/头部/.DS_Store and b/template/头部/.DS_Store differ
diff --git a/template/头部/2007158/.DS_Store b/template/头部/2007158/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/template/头部/2007158/.DS_Store differ
diff --git a/template/头部/2007158/2007158.html b/template/头部/2007158/2007158.html
index 7719e91..0374b6a 100644
--- a/template/头部/2007158/2007158.html
+++ b/template/头部/2007158/2007158.html
@@ -18,10 +18,30 @@
+
+
diff --git a/template/头部/2007158/2007158.zip b/template/头部/2007158/2007158.zip
index 754ce1a..535435d 100644
Binary files a/template/头部/2007158/2007158.zip and b/template/头部/2007158/2007158.zip differ
diff --git a/template/头部/2007158/2007158/.DS_Store b/template/头部/2007158/2007158/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/template/头部/2007158/2007158/.DS_Store differ
diff --git a/template/头部/2007158/2007158/common/base.js b/template/头部/2007158/2007158/common/base.js
index 75207fe..23d2305 100644
--- a/template/头部/2007158/2007158/common/base.js
+++ b/template/头部/2007158/2007158/common/base.js
@@ -11,4 +11,9 @@ $(function () {
indy: '.dy-index',
// autoPlay:false //是否自动轮播
});
+
+ $('#menuToggle').click(function () {
+ $(this).children('img').toggleClass('active');
+ $('.navbar').toggleClass('active');
+ })
});
diff --git a/template/头部/2007158/2007158/common/down.png b/template/头部/2007158/2007158/common/down.png
new file mode 100644
index 0000000..6cdde06
Binary files /dev/null and b/template/头部/2007158/2007158/common/down.png differ
diff --git a/template/头部/2007158/2007158/common/headfoot.css b/template/头部/2007158/2007158/common/headfoot.css
index 64de5d8..8711d7c 100644
--- a/template/头部/2007158/2007158/common/headfoot.css
+++ b/template/头部/2007158/2007158/common/headfoot.css
@@ -5,7 +5,6 @@ body {
background: url(body-bg.jpg) center top repeat-x;
}
-
.head {
height: 189px;
width: 100%;
@@ -31,6 +30,47 @@ body {
width: 430px;
}
+.h5-search {
+ background-color: rgba(0, 0, 0, 0.1);
+ height: 0.7rem;
+ border: 1px solid #0f4595;
+ border-radius: 0.2rem;
+ margin-top: 0.3rem;
+ width: 100%;
+ display: flex;
+}
+.w-full {
+ width: 100%;
+}
+.h5-search input {
+ flex: 1;
+ height: 100%;
+ padding: 0 0.2rem;
+ font-size: 0.22rem;
+ position: relative;
+}
+.h5-search .icon {
+ position: relative;
+ height: 0.7rem;
+ width: 0.7rem;
+ display: inline-block;
+ padding: 0.1rem;
+}
+.h5-search .icon img {
+ width: 100%;
+ height: 100%;
+}
+
+.h5-search .icon::after {
+ content: '';
+ position: absolute;
+ bottom: 0.1rem;
+ top: 0.1rem;
+ width: 1px;
+ left: 0;
+ font-size: 30px;
+ background: #0f4595;
+}
.nav {
background-color: #154d9b;
}
@@ -40,11 +80,15 @@ body {
height: 62px;
align-items: center;
justify-content: space-between;
+ position: relative;
}
.navbar {
display: flex;
align-items: center;
- flex-wrap: wrap;
+ /* flex-wrap: wrap; */
+}
+.navbar li {
+ flex: none;
}
.navbar li + li {
margin-left: 10px;
@@ -53,21 +97,24 @@ body {
font-size: 16px;
color: #fff;
}
+.navbar .img-text {
+ object-fit: contain;
+}
.navbar li .zhsk {
content: url(nav_zhsk.png);
- width: 73px;
+
height: 21px;
}
.navbar li .ggw {
content: url(nav_gaige.png);
- width: 50px;
+
height: 21px;
}
.navbar li .cxgc {
content: url(nav_cxgc.png);
- width: 73px;
+
height: 21px;
}
@@ -199,7 +246,9 @@ body {
opacity: 0.7;
visibility: visible;
}
-
+footer {
+ margin-top: 36px;
+}
footer .link {
background-color: #0e3890;
height: 56px;
@@ -228,6 +277,8 @@ footer .link {
color: #fff;
}
+
+
.dropdown img {
margin-left: 5px;
transition: transform 0.3s;
@@ -284,16 +335,33 @@ footer .info {
background-color: #f2f2f2;
}
+footer .info .info-text{
+ margin-top: 10px;
+}
+
.info-box {
- display: flex;
font-size: 14px;
color: #404040;
height: 215px;
- align-items: center;
- justify-content: space-between;
+ padding-top: 45px;
}
+.info-box .info-l{
+ float: left;
+ width: 87%;
+
+}
+.info-box .info-r{
+ float: right;
+}
+
+.info-r #_ideConac{
+ float: left;
+}
+.info-r .qrcode{
+ float: right;
+}
+
.info-logo {
- display: inline-block;
height: 50px;
}
.info-logo img {
@@ -302,15 +370,12 @@ footer .info {
}
.info .qrcode {
text-align: center;
- margin-left: 40px;
}
.info .qrcode img {
width: 130px;
height: 130px;
}
-.info-r {
- display: flex;
-}
+
.underline {
background-color: #e2e2e2;
}
@@ -321,10 +386,10 @@ footer .info {
text-align: center;
color: #404040;
}
-.underline-box a{
+.underline-box a {
display: inline-block;
}
-.underline-box a:hover{
+.underline-box a:hover {
color: #c92e1a;
}
@@ -334,49 +399,129 @@ footer .info {
}
@media screen and (max-width: 768px) {
-
- .head{
+ .head {
height: unset;
+ background-size: cover;
+ padding: 0.7rem 0.2rem 0.2rem;
}
.head .top {
flex-direction: column;
justify-content: center;
align-items: center;
- margin-top: 50px;
+ height: auto;
}
- .head .top-l img{
- width: 90%;
+ .head .top-l img {
+ width: 100%;
}
- .head .top-r{
+ .head .top-r {
margin-top: 20px;
}
- .head .top-r img{
- width: 60%;
+ .head .top-r img {
+ width: 70%;
}
- .nav-box{
- height: unset;
+ .nav-box {
+ height: 0.62rem;
}
- .navbar{
- justify-content: start;
+ .navbar {
+ display: none;
+ flex-direction: column;
+ position: absolute;
+ top: 0.62rem;
+ left: 0;
+ width: 100%;
+ background-color: #154d9b;
+ padding: 10px 0;
+ z-index: 99;
}
- .navbar li{
- /* flex: 1 0 33.3%; */
- width: 33.3%;
- text-align: center;
+ .navbar.active {
+ display: flex;
}
- .navbar li + li{
+
+ .h5-nav {
+ display: flex;
+ justify-content: space-between;
+ width: 100%;
+ }
+ .h5-nav li {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex: 1;
+ }
+ .h5-nav li a ,.navbar li a{
+ display: inline-block;
+ font-size: 0.28rem;
+ color: #fff;
+ }
+ .h5-nav .icon-down {
+ width: 1rem;
+ flex: none;
+ }
+ .h5-nav .icon-down img {
+ width: 0.27rem;
+ cursor: pointer;
+ transition: transform 0.3s;
+ }
+ .h5-nav .icon-down img.active {
+ transform: rotate(180deg);
+ }
+ .navbar li {
+ padding: 0.05rem 0;
+ }
+ .navbar li + li {
margin-left: 0;
}
+ .navbar li .img-text {
+ height: 0.31rem;
+ }
+
+ .fade-box, .fade-img{
+ height: 2rem;
+ }
+
+ .fade-btn{
+ width: .34rem;
+ height: .68rem;
+ background-size:.68rem .68rem;
+ opacity: .6;
+ visibility: visible;
+ }
+ .info .qrcode img{
+ width: 2.4rem;
+ height: 2.4rem;
+ }
.info-box{
- flex-direction: column;
- height: unset;
- justify-content: center;
- align-items: center;
+ font-size: .22rem;
+ height: 3.45rem;
+ padding-top: .4rem;
+ }
+ .info-box .info-l{
+ width: unset;
+ }
+ .info-box .info-l{
+ float: right;
+ }
+ .info-box .info-r{
+ float: left;
+ }
+ .info-l .lf,.info-l .rt{
+ float: none;
+ }
+ #_ideConac{
+ margin-top: .23rem;
+ }
+ #_ideConac img{
+ width: .56rem;
}
- .info-logo img{
- width: 80%;
+ .underline-box{
+ font-size: .22rem;
}
+ .underline-box img{
+ width: .2rem;
+ }
+
+
}
diff --git a/template/头部/2007158/2007158/common/search.png b/template/头部/2007158/2007158/common/search.png
new file mode 100644
index 0000000..c8e9bab
Binary files /dev/null and b/template/头部/2007158/2007158/common/search.png differ
diff --git a/template/尾部/2007159/.DS_Store b/template/尾部/2007159/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/template/尾部/2007159/.DS_Store differ
diff --git a/template/尾部/2007159/2007159.html b/template/尾部/2007159/2007159.html
index a10e249..82a253a 100644
--- a/template/尾部/2007159/2007159.html
+++ b/template/尾部/2007159/2007159.html
@@ -13,7 +13,6 @@
政府部门

-
- 地方政府部门
- 北京
@@ -114,8 +113,7 @@