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 @@ 政府部门 -
-
+
- -
-

- 地址:重庆市江北区桥北村270号 -

-

- 邮编:400020 -

-

- 电话:023-67996600    023-67992029 -

+
+ +
+

+ 地址:重庆市江北区桥北村270号 +

+

+ 邮编:400020 +

+

+ 电话:023-67996600    023-67992029 +

+
+
+
-
-

官方微信公众号

diff --git a/template/尾部/2007159/2007159.zip b/template/尾部/2007159/2007159.zip index 35a85df..b1fdb14 100644 Binary files a/template/尾部/2007159/2007159.zip and b/template/尾部/2007159/2007159.zip differ diff --git a/template/首页/2007162.zip b/template/首页/2007162.zip deleted file mode 100644 index 6ceb065..0000000 Binary files a/template/首页/2007162.zip and /dev/null differ diff --git a/template/首页/2007162/.DS_Store b/template/首页/2007162/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/template/首页/2007162/.DS_Store differ diff --git a/template/首页/2007162/2007162.html b/template/首页/2007162/2007162.html index 415aab3..901ab3e 100644 --- a/template/首页/2007162/2007162.html +++ b/template/首页/2007162/2007162.html @@ -10,88 +10,27 @@ _ - - - - + + - - - - - - + + - - - + + - - - - - - + + -
-
- -
- - -
-
- - - - - -
-
-
-
-
+ @@ -113,130 +52,113 @@
-
- - +
-
- - - -
- - - -
- -
- - 通知公告 -
- 关于征集2025年重庆市重大决策咨关于征集2025年重庆市重大决策咨.. - 2025-02-27 +
@@ -358,10 +280,10 @@
@@ -543,10 +465,10 @@
@@ -671,16 +593,16 @@
@@ -695,7 +617,7 @@
-
+
@@ -767,7 +689,7 @@
@@ -778,7 +700,7 @@
-
+ @@ -916,7 +838,7 @@
- +

为深入学习贯彻党的二十大精神,全面贯彻落实习近平总书记关于繁荣发展哲学社会科学的重要论述,推动重庆市哲学社会科学高质量发展,市委决定实施重庆市哲学社会科学创新工程,聚焦人才队伍建设、学科体系建设、学术水平提升、话语体系建设、新型智库建设、研究平台打造等六项重点任务,着力推进社科重大研究项目的组织管理和运行考评机制的创新、研究平台的建设和人才培育方式的改革,为现代化新重庆建设提供学术支撑和智力支持…

-
-
- 《重庆社会科学》 -
- 更多>> -
-
    -
  • - 简介 -
  • -
  • - 声明 +
    + -

    - 《重庆经济年鉴》是由重庆市人民政府办公厅主管,重庆社会科学院和重庆市人民政府发展研究中心主办的一部具有史存性、鉴知性的大型经济类专业年鉴。自2001年创刊以来,《重庆经济年鉴》已连续出版20年,系统再现了重庆经济社会发展轨迹,为市委、市政府科学决策提供了有价值的参考,为社会各届全方位认识重庆提供了客观史实庆提供了客观史实庆提供了客观史实 -

    +
    +
    + 《重庆社会科学》 +
    + 更多>> +
    + +

    + 《重庆经济年鉴》是由重庆市人民政府办公厅主管,重庆社会科学院和重庆市人民政府发展研究中心主办的一部具有史存性、鉴知性的大型经济类专业年鉴。自2001年创刊以来,《重庆经济年鉴》已连续出版20年,系统再现了重庆经济社会发展轨迹,为市委、市政府科学决策提供了有价值的参考,为社会各届全方位认识重庆提供了客观史实庆提供了客观史实庆提供了客观史实 +

    + +
    + +
    + +
    - +
    • @@ -1120,38 +1080,44 @@ 更多
    -
    • - +

      点击详情

    • - +

      点击详情

    • - +

      点击详情

    • - +

      点击详情

    • - +

      点击详情

    • - +

      点击详情

    • - +

      点击详情

    @@ -1162,306 +1128,11 @@
- - + diff --git a/template/首页/2007162/2007162.zip b/template/首页/2007162/2007162.zip new file mode 100644 index 0000000..fcb9a98 Binary files /dev/null and b/template/首页/2007162/2007162.zip differ