liudan 2 years ago
commit 1e8380f4e7
  1. 2
      about/about01.html
  2. 2
      about/about02.html
  3. 2
      about/about03.html
  4. 2
      about/about04.html
  5. 2
      about/about05.html
  6. 2
      about/about06.html
  7. 2
      about/about07.html
  8. 4
      css/footer.css
  9. 4
      css/index.css
  10. 48
      css/style.css
  11. 2
      css/work.css
  12. 25
      form/form.html
  13. 2
      news/news01.html
  14. 2
      news/news03.html
  15. 2
      service/service12.html
  16. 2
      service/service13.html
  17. 104
      service/service14.html
  18. 2
      talent/detail.html
  19. 2
      talent/talent01.html
  20. 2
      talent/talent02.html
  21. 2
      talent/talent02_wrap.html
  22. 8
      work/work.html

@ -38,7 +38,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -29,7 +29,7 @@
<div id="header"></div> <div id="header"></div>
<!-- 内容 --> <!-- 内容 -->
<div id="about_main" class="index_main"> <div id="about_main" class="index_main">
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -37,7 +37,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -40,7 +40,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section1 fp-auto-height fp-section"> <div class="section section1 section-about fp-auto-height fp-section">
<div class="topcontainer"> <div class="topcontainer">
<img src="../images/banner.png" alt=""> <img src="../images/banner.png" alt="">
<div class="selectedContainer"> <div class="selectedContainer">

@ -4,6 +4,10 @@
padding:28px 0; padding:28px 0;
/* border-top: 1px solid #eaeaea; */ /* border-top: 1px solid #eaeaea; */
} }
.registerContainer .row{
margin-left: 0;
margin-right: 0;
}
.registerContainer img{ .registerContainer img{
width:120px; width:120px;
height:120px; height:120px;

@ -1164,8 +1164,8 @@ a:active{
padding: 10px 15px 20px 15px; padding: 10px 15px 20px 15px;
} }
.registerContainer img { .registerContainer img {
width: 100px; width: 25vw;
height: 100px; height: auto;
} }
.registerContainer .leftContent{ .registerContainer .leftContent{
justify-content: center; justify-content: center;

@ -625,6 +625,7 @@ box-shadow: 4px 4px 10px #f9f9f9;}
/*二级菜单*/ /*二级菜单*/
.service-next{ border-bottom: 1px solid #eaeaea;background: #ffffff; .service-next{ border-bottom: 1px solid #eaeaea;background: #ffffff;
position: relative; } position: relative; }
.service-next .row{ margin: 0;}
.service-next ul{ margin-left: 42%; } .service-next ul{ margin-left: 42%; }
.service-next ul li{ .service-next ul li{
background-size: 100%; } background-size: 100%; }
@ -815,7 +816,7 @@ box-shadow: 4px 4px 10px #f9f9f9;}
text-align: center; text-align: center;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: flex-start;
padding: 0; padding: 0;
} }
@ -1119,6 +1120,7 @@ overflow: hidden;
/*表单*/ /*表单*/
.apply_box{ position: relative; margin: 0 0 100px 0;} .apply_box{ position: relative; margin: 0 0 100px 0;}
.apply_box .row{ margin: 0;}
.apply_box .title{ text-align: center; margin-top: 50px;} .apply_box .title{ text-align: center; margin-top: 50px;}
.apply_box .title h2:nth-child(2){ font-size: 42px; color: #124AA0;} .apply_box .title h2:nth-child(2){ font-size: 42px; color: #124AA0;}
.apply_box .title h2:nth-child(3){ font-size: 30px; color: #124AA0;margin-bottom: 40px;} .apply_box .title h2:nth-child(3){ font-size: 30px; color: #124AA0;margin-bottom: 40px;}
@ -1152,11 +1154,11 @@ overflow: hidden;
.apply_box .button{ .apply_box .button{
background-color: #124AA0; background-color: #124AA0;
border-radius: 0px; border-radius: 4px;
border: none; border: none;
transition: background 0.3s; transition: background 0.3s;
height: 100%; height: 100%;
width: 20%; width: 30%;
color: #fff; color: #fff;
} }
.apply_box .button:hover{ .apply_box .button:hover{
@ -1165,6 +1167,7 @@ overflow: hidden;
.apply_box input[type="file"]{ .apply_box input[type="file"]{
padding-left: 15px; padding-left: 15px;
padding-top: 10px; padding-top: 10px;
width: 87px;
} }
.modal-wrap{ .modal-wrap{
text-align: center; text-align: center;
@ -1182,6 +1185,12 @@ overflow: hidden;
.modal .btn{ .modal .btn{
width: 100px; width: 100px;
} }
.apply_box .tips{
position: relative;
left: 15px;
margin-top: 10px;
display: inline-block;
}
/*首页背景图片*/ /*首页背景图片*/
@ -1557,13 +1566,20 @@ footer .wrap .right select{
.selectItem>div,.navitem>div:nth-child(2){ display: none;} .selectItem>div,.navitem>div:nth-child(2){ display: none;}
.navcontent{ width: 100%;} .navcontent{ width: 100%;}
.section-spe img{ transform: translateX(0%);}
.section.section-work img{ transform: translateX(-8%)!important;}
.section.section-about img{ transform: translateX(-36%)!important;}
/* 子页二级菜单 */ /* 子页二级菜单 */
.service-next .row{ margin: 0;} .service-next .row{ margin: 0;}
/* 底部 */ /* 底部 */
footer .left{ text-align: center;} footer .left{ text-align: center;}
footer .wrap .right{ align-items: center;} footer .wrap .right{ align-items: center;}
.registerContainer .contactUs{ font-size: 13px!important;padding: 0 20px!important;margin-top: 20px!important;} .registerContainer{ padding: 20px 0;}
.registerContainer .contactUs{ font-size: 12px!important;padding: 0 10px!important;margin-top: 10px!important;}
.registerContainer img{ width: 20vw!important;height: auto!important;}
.registerContainer .row{ margin-left: 0;margin-right: 0;}
/* 通用样式 */ /* 通用样式 */
.selectItemContainer .selectItem{ padding: 10px;} .selectItemContainer .selectItem{ padding: 10px;}
@ -1572,9 +1588,10 @@ footer .wrap .right select{
.part .wrap h2:nth-child(2), .part .title h2:nth-child(2), .part .left h2:nth-child(2){ font-size: 20px!important;margin: 10px 0!important;} .part .wrap h2:nth-child(2), .part .title h2:nth-child(2), .part .left h2:nth-child(2){ font-size: 20px!important;margin: 10px 0!important;}
.part .wrap h2:nth-child(3), .part .title h2:nth-child(3), .part .left h2:nth-child(3){ font-size: 16px!important;margin: 0 0 10px 0!important;} .part .wrap h2:nth-child(3), .part .title h2:nth-child(3), .part .left h2:nth-child(3){ font-size: 16px!important;margin: 0 0 10px 0!important;}
.part .part-img{ width: 90%!important;margin-left: 5%!important;} .part .part-img{ width: 96%!important;margin-left: 2%!important;}
.part{ margin: 20px 0 50px 0!important;} .part{ margin: 20px 0 50px 0!important;}
.part.service_132{ margin-bottom: 0!important;}
/* .pagination{ padding-left: revert;} */ /* .pagination{ padding-left: revert;} */
.page_box{ margin: 20px 0 50px 0;} .page_box{ margin: 20px 0 50px 0;}
@ -1613,7 +1630,7 @@ footer .wrap .right select{
.about_31 .title,.about_41 .title,.about_51 .title,.about_61 .title,.service_141 .title,.talent_02 .title{margin-top: 0!important;} .about_31 .title,.about_41 .title,.about_51 .title,.about_61 .title,.service_141 .title,.talent_02 .title{margin-top: 0!important;}
.about_51 .wrap-1 .list{ flex: 0 0 25%;} .about_51 .wrap-1 .list{ flex: 0 0 25%;}
.about_51 .wrap-1 p{ font-size: 14px;margin: 0;} .about_51 .wrap-1 p{ font-size: 12px;margin: 0;}
.about_61 .wrap h2{ font-size: 20px;} .about_61 .wrap h2{ font-size: 20px;}
/* 业务版图 */ /* 业务版图 */
@ -1626,16 +1643,20 @@ footer .wrap .right select{
.service-next ul{ justify-content:space-evenly!important;padding-left:0;} .service-next ul{ justify-content:space-evenly!important;padding-left:0;}
.section .service-next img{ width: 100%!important;transform: translateX(0)!important;} .section .service-next img{ width: 100%!important;transform: translateX(0)!important;}
.section .section1title img{ transform: translateX(0)!important;} .section .section1title img{ transform: translateX(0)!important;}
.section .imgContainer img{ transform: translateY(100%);width: 100%!important;height: auto;} .section .imgContainer img{ transform: translate(-24%,50%);width: 180%!important;height: auto;}
/* .service_131 .container{ display: table-cell!important;vertical-align: middle!important;} */ /* .service_131 .container{ display: table-cell!important;vertical-align: middle!important;} */
.shengwu img{ width: 95%;} .shengwu img{ width: 95%;}
.service_132 .wrap .intro p{font-size: 18px;} .service_132 .wrap .intro p{font-size: 18px;margin: 20px 0 10px 0;}
.service_132 .wrap .intro ul li{font-size: 14px;line-height:22px!important;} .service_132 .wrap .intro ul li{font-size: 14px;line-height:22px!important;}
.service_132 .wrap img{ height: 24vh;} .service_132 .wrap img{ height: 20vh;}
.service_132 .wrap .spe img{ height: 26vh;}
.service_132 .wrap .intro{ top: 0!important;} .service_132 .wrap .intro{ top: 0!important;}
.page-wrap li{ margin-right: 0;} .page-wrap li{ margin-right: 0;}
.service_141 .wrap .list{ flex: 0 0 30%;}
.service_141 .wrap{ justify-content: flex-start;padding: 0 0 0 4vw;}
/* 新闻 */ /* 新闻 */
.news_01 li{ flex: 0 0 98%;} .news_01 li{ flex: 0 0 98%;}
.news_01 li .thumb{float: none;width: 100%;height: 180px;} .news_01 li .thumb{float: none;width: 100%;height: 180px;}
@ -1651,21 +1672,22 @@ footer .wrap .right select{
.contentContainer{margin-top: 0;} .contentContainer{margin-top: 0;}
.details .toptitle h5 img{display: none;} .details .toptitle h5 img{display: none;}
.toptitle{ display: block;} .toptitle{ display: block;}
.more img{ margin-left: 16%;} .more img{ margin-left: 18%;}
.details p{margin-top: 0;} .details p{margin-top: 0;}
.more{ margin-top: 10px;} .more{ margin-top: 10px;}
.work .row{ margin: 0;} .work .row{ margin: 0;}
.leftcontent{margin-bottom: 20px;} .leftcontent{margin-bottom: 20px;}
.zhiding{top: 0;left: 0;right: auto;} .zhiding{top: 0;left: 0;right: auto;}
.leftcontent>img{ height: 28vh!important;} .leftcontent>a>img{ height: 32vh!important;}
.work .items{ height: 46vh;flex-direction:column;} .work .items{ height: 52vh;flex-direction:column;}
.work .items .left{ width: 100%; height: 28vh;} .work .items .left{ width: 100%; height: 28vh;}
.items .right{flex: 0;}
/* 人才 */ /* 人才 */
.talent_02 ul{padding: 0;} .talent_02 ul{padding: 0;}
.talent_02 li .text a{line-height: 30px;} .talent_02 li .text a{line-height: 30px;}
.modal-dialog{ width: 95vw!important;} .modal-dialog{ width: 95vw!important;}
.service_31 .intro{ font-size: 14px;line-height: 26px;}
.navbar{min-height: 50px; background-color: #404040;} .navbar{min-height: 50px; background-color: #404040;}

@ -25,7 +25,7 @@
font-weight: 400; font-weight: 400;
color: #FFFFFF; color: #FFFFFF;
} }
.leftcontent>img{ .leftcontent>a>img{
width:100%; width:100%;
height: 350px; height: 350px;
} }

@ -104,17 +104,17 @@
<div class="form-group"> <div class="form-group">
<label for="code" class="col-xs-12 col-sm-3 control-label left">上传商业计划书:</label> <label for="code" class="col-xs-12 col-sm-3 control-label left">上传商业计划书:</label>
<!-- <div class="col-xs-7 col-sm-4 pic-show"> --> <input type="file" name="prospectus" id="prospectus" onchange="getName(value)">
<!-- <input type="text" name="prospectus" class="form-control right" id="prospectus" placeholder=""> --> <p class="tips"></p>
<!-- </div> -->
<!-- <div class="col-xs-4 col-sm-4 col-md-2 pic-pic"> -->
<!-- <button class="btn btn-danger page-btn">上传</button> -->
<!-- <button class="">上传</button> -->
<input type="file" name="prospectus">
<!-- </div> -->
</div> </div>
<!-- <div class="form-group">
<label for="code" class="col-xs-12 col-sm-3 control-label left">上传商业计划书:</label>
<a href="javascript:;" class="file">选择文件<input type="file" name="prospectus"></a>
</div> -->
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-4 col-sm-12 sub"> <div class="col-sm-offset-4 col-sm-8 sub">
<input class="button" type="button" onclick="apply()" value="提交申请"> <input class="button" type="button" onclick="apply()" value="提交申请">
</div> </div>
</div> </div>
@ -163,6 +163,13 @@
<SCRIPT language=javaScript> <SCRIPT language=javaScript>
function getName(value){
var upload = document.getElementById('prospectus');
var name = upload.files[0].name;
$('.tips').text("已选择:"+ name);
}
function getCategory(){ function getCategory(){
var cate; var cate;
var content = ''; var content = '';

@ -171,7 +171,7 @@
var id = item[index].id; var id = item[index].id;
html += "<li class='list'>"; html += "<li class='list'>";
html += "<div class='thumb'><img src=https://suzhou.njrenzhou.cn" + thumb + "></div>"; html += "<div class='thumb'><a href='detail.html?id=" + id + "' target='_blank'><img src=https://suzhou.njrenzhou.cn" + thumb + "></a></div>";
html += "<div class='text'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><p>" + time + "</p>"; html += "<div class='text'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><p>" + time + "</p>";
html += "<p>" + subtitle + "</p></div></li>"; html += "<p>" + subtitle + "</p></div></li>";
}) })

@ -159,7 +159,7 @@
var id = item[index].id; var id = item[index].id;
html += "<li class='list'>"; html += "<li class='list'>";
html += "<img src=https://suzhou.njrenzhou.cn" + thumb + ">"; html += "<a href='detail.html?id=" + id + "' target='_blank'><img src=https://suzhou.njrenzhou.cn" + thumb + "></a>";
html += "<div class='text'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><br><p>" + time + "</p>"; html += "<div class='text'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><br><p>" + time + "</p>";
html += "</div></li>"; html += "</div></li>";

@ -147,7 +147,7 @@
<div class="electricContent"> <div class="electricContent">
<div class="row"> <div class="row">
<!-- <div class="col-xs-12 col-sm-12 col-md-12 wrap"> --> <!-- <div class="col-xs-12 col-sm-12 col-md-12 wrap"> -->
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/信息通信@2x.png"><p>科研机构</p></div> <div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/信息通信@2x.png"><p>信息通信</p></div>
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/电子元器件与专用材料@2x.png"><p>电子元器件<br>与专用材料</p></div> <div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/电子元器件与专用材料@2x.png"><p>电子元器件<br>与专用材料</p></div>
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/计算机与智能消费设备制造@2x.png"><p>计算机与智能<br>消费设备制造</p></div> <div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/计算机与智能消费设备制造@2x.png"><p>计算机与智能<br>消费设备制造</p></div>
<div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/新型显示@2x.png"><p>新型显示</p></div> <div class="col-xs-6 col-sm-6 col-md-4 col-lg-4 col-xl-4 col-xxl-4 col-4 list"><img src="../images/service11/新型显示@2x.png"><p>新型显示</p></div>

@ -138,7 +138,7 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="col-sm-4 col-md-4 list fadeInDown"> <div class="col-sm-4 col-md-4 list spe fadeInDown">
<img src="../images/service11/公开市场@2x.png"> <img src="../images/service11/公开市场@2x.png">
<div class="intro"> <div class="intro">
<p>公开市场</p> <p>公开市场</p>

@ -138,58 +138,66 @@
// 明星项目/上市企业 // 明星项目/上市企业
function news01_render(pageCurrent){ function news01_render(pageCurrent){
console.log(pageCurrent); console.log(pageCurrent);
$.ajax({ if (pageCurrent < 1) {
type: 'post', alert('第一页');
url: 'https://suzhou.njrenzhou.cn/api.php/busmap/starProject', }else{
data:{ $.ajax({
limit:9, type: 'post',
page:pageCurrent url: 'https://suzhou.njrenzhou.cn/api.php/busmap/starProject',
}, data:{
dataType: 'json', limit:9,
page:pageCurrent
},
dataType: 'json',
success: function (res) {
if(res.code==200){
let item = res.data.data;
let html = '';
let page = '';
console.log(item);
newsNum = res.data.total;
pageNum = Math.ceil(newsNum/9);
success: function (res) { if(pageCurrent > pageNum){
if(res.code==200){ alert('最后一页');
let item = res.data.data; }else{
let html = ''; $('.project_wrap').empty();
let page = ''; $('.pageNum_wrap').empty();
console.log(item); $.each(item,function(index){
$('.project_wrap').empty(); var title = item[index].title;
$('.pageNum_wrap').empty(); var thumb = item[index].thumb;
$.each(item,function(index){ html += "<div class='list'>";
var title = item[index].title; html += "<img src=https://suzhou.njrenzhou.cn" + thumb + ">";
var thumb = item[index].thumb; html += "<div class='intro'><p>" + title + "</p></div></div>";
})
html += "<div class='list'>"; $('.project_wrap').append(html);
html += "<img src=https://suzhou.njrenzhou.cn" + thumb + ">";
html += "<div class='intro'><p>" + title + "</p></div></div>";
})
$('.project_wrap').append(html);
newsNum = res.data.total; // 页码渲染
pageNum = Math.ceil(newsNum/10); page += "<li><a href='javascript:void(0)' onclick=news01_render(" + pageCurrent + "-1)><</a></li>";
for (let index = 1; index <= pageNum; index++) {
if (index == pageCurrent) {
page += "<li class='active'><a href='javascript:void(0)' onclick=news01_render(" + index + ")>" + index + "</a></li>";
}else{
page += "<li><a href='javascript:void(0)' onclick=news01_render(" + index + ")>" + index + "</a></li>";
}
}
page += "<li><a href='javascript:void(0)' onclick=news01_render(" + pageCurrent + "+1)>></a></li>";
$('.pageNum_wrap').append(page);
page += "<li><a href='javascript:void(0)' onclick=news01_render(" + pageCurrent + "-1)><</a></li>";
for (let index = 1; index <= pageNum; index++) {
if (index == pageCurrent) {
page += "<li class='active'><a href='javascript:void(0)' onclick=news01_render(" + index + ")>" + index + "</a></li>";
}else{
page += "<li><a href='javascript:void(0)' onclick=news01_render(" + index + ")>" + index + "</a></li>";
} }
}
}
page += "<li><a href='javascript:void(0)' onclick=news01_render(" + pageCurrent + "+1)>></a></li>"; },
$('.pageNum_wrap').append(page); error: function (err) {
console.log(err);
} }
},
error: function (err) { });
console.log(err);
} }
});
} }

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section0 fp-auto-height fp-section"> <div class="section section0 section-spe fp-auto-height fp-section">
<div style="position: relative;"> <div style="position: relative;">
<img src="../images/人才发展banner@2x.png" class="bgimage" alt=""> <img src="../images/人才发展banner@2x.png" class="bgimage" alt="">
<div class="titlecontent"> <div class="titlecontent">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section0 fp-auto-height fp-section"> <div class="section section0 section-spe fp-auto-height fp-section">
<div style="position: relative;"> <div style="position: relative;">
<img src="../images/人才发展banner@2x.png" class="bgimage" alt=""> <img src="../images/人才发展banner@2x.png" class="bgimage" alt="">
<div class="titlecontent"> <div class="titlecontent">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section0 fp-auto-height fp-section"> <div class="section section0 section-spe fp-auto-height fp-section">
<div style="position: relative;"> <div style="position: relative;">
<img src="../images/人才发展banner@2x.png" class="bgimage" alt=""> <img src="../images/人才发展banner@2x.png" class="bgimage" alt="">
<div class="titlecontent"> <div class="titlecontent">

@ -30,7 +30,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section section0 fp-auto-height fp-section"> <div class="section section0 section-spe fp-auto-height fp-section">
<div style="position: relative;"> <div style="position: relative;">
<img src="../images/人才发展banner@2x.png" class="bgimage" alt=""> <img src="../images/人才发展banner@2x.png" class="bgimage" alt="">
<div class="titlecontent"> <div class="titlecontent">

@ -26,7 +26,7 @@
<div id="header"></div> <div id="header"></div>
<!-- part0 --> <!-- part0 -->
<div class="section topcontent"> <div class="section section-work topcontent">
<img src="../images/banner-党建工作@2x.png" alt=""> <img src="../images/banner-党建工作@2x.png" alt="">
<div class="titleContent"> <div class="titleContent">
<div class="title">党建工作</div> <div class="title">党建工作</div>
@ -130,7 +130,7 @@
var thumb = data.thumb; var thumb = data.thumb;
var id = data.id; var id = data.id;
html += "<img src='https://suzhou.njrenzhou.cn"+ thumb + "'>"; html += "<a href='detail.html?id=" + id + "' target='_blank'><img src='https://suzhou.njrenzhou.cn"+ thumb + "'></a>";
html += "<div class='details'><div class='toptitle'><h5><a href='detail.html?id=" + id + "' target='_blank'>"+ title + "</a>"; html += "<div class='details'><div class='toptitle'><h5><a href='detail.html?id=" + id + "' target='_blank'>"+ title + "</a>";
html += "<img src='../images/NEW.png'></h5><span>" + time + "</span></div>"; html += "<img src='../images/NEW.png'></h5><span>" + time + "</span></div>";
html += "<p>" + subtitle + "</p>"; html += "<p>" + subtitle + "</p>";
@ -198,13 +198,13 @@
if (flags) { if (flags) {
html += "<div class='items'>"; html += "<div class='items'>";
html += "<div class='left'><img src=https://suzhou.njrenzhou.cn" + thumb + "></div>"; html += "<div class='left'><a href='detail.html?id=" + id + "' target='_blank'><img src=https://suzhou.njrenzhou.cn" + thumb + "></a></div>";
html += "<div class='right'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><div class='time'>" + time + "</div><p>"+ subtitle + "</p></div>"; html += "<div class='right'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><div class='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "<div class='zhiding'>置顶</div>"; html += "<div class='zhiding'>置顶</div>";
html += "</div>"; html += "</div>";
} else { } else {
html += "<div class='items'>"; html += "<div class='items'>";
html += "<div class='left'><img src=https://suzhou.njrenzhou.cn" + thumb + "></div>"; html += "<div class='left'><a href='detail.html?id=" + id + "' target='_blank'><img src=https://suzhou.njrenzhou.cn" + thumb + "></a></div>";
html += "<div class='right'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><div class='time'>" + time + "</div><p>"+ subtitle + "</p></div>"; html += "<div class='right'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><div class='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "</div>"; html += "</div>";

Loading…
Cancel
Save