苏州创新投资
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suzhou/news/news01.html

203 lines
8.0 KiB

2 years ago
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>苏州创新投资集团有限公司</title>
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="applicable-device"content="pc,mobile">
2 years ago
<link rel="icon" href="" type="image/x-icon">
2 years ago
<link href="../css/bootstrap.css" rel="stylesheet">
<link href="../css/bxslider.css" rel="stylesheet">
12 months ago
<link href="../css/style.css?v=2" rel="stylesheet">
2 years ago
<link rel="stylesheet" href="../css/service12.css">
2 years ago
<link href="../css/animate.css" rel="stylesheet" >
2 years ago
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
2 years ago
<link rel="stylesheet" href="../css/footer.css">
2 years ago
<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.js"></script>
2 years ago
<script src="../js/common.js"></script>
2 years ago
</head>
<body>
2 years ago
<div id="header"></div>
2 years ago
<!-- part0 -->
2 years ago
<div class="section section0 fp-auto-height fp-section">
<div style="position: relative;">
<img src="../images/新闻中心-banner@2x.png" class="bgimage" alt="">
<div class="titlecontent">
<p class="title1">集团要闻</p>
<p class="subtitle">GROUP NEWS</p>
</div>
<div class="container navcontent">
<div class="row">
<a href="news01.html" class="navaction col-xs-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4 navitem">
<div class="navtitle">集团要闻</div>
<div class="navsubtitle">GROUP NEWS</div>
</a>
<a href="news02.html" class="col-xs-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4 navitem">
<div class="navtitle">企业动态</div>
<div class="navsubtitle">ENTERPRISE DYNAMICS</div>
</a>
<a href="news03.html" class="col-xs-4 col-sm-4 col-md-4 col-lg-4 col-xl-4 col-xxl-4 navitem">
<div class="navtitle">媒体聚焦</div>
2 years ago
<div class="navsubtitle">MEDIA FOCUS</div>
2 years ago
</a>
2 years ago
</div>
</div>
</div>
</div>
<!-- part1 -->
2 years ago
<div class="news news_01">
2 years ago
<div class="container">
<div class="row">
2 years ago
<div class="col-xs-12 col-sm-12 col-md-12 wrap">
2 years ago
<div class="search">
<input type="text" name="title" id="search" class="form-control right" placeholder="搜索关键词">
<img src="../images/搜索.png" onclick="searchNews()">
</div>
2 years ago
<ul class="news_wrap">
2 years ago
2 years ago
<!-- <li class="list">
<div class="thumb"><img src="../images/首页-第四页bg.jpg"></div>
<div class="text">
<a href="detail.html" target="_blank">苏创投旗下天使母基金首次以数字人民币对子基金项目出资</a>
<p>2022-10-22</p>
<p>9月20日,苏创投旗下天使母基金联合农业银行首次以数字人民币向子基金--太仓智汇科创基金出资2900万元。这标志着数字人民币在苏创投集团的首次应用实践。苏州市委书记曹路宝19日在“第二届长三角数字金融产业创新周开幕式暨苏州市金融支持产业创新集群发展大会”上表示,苏州将加快全市推广数字人民币试点,积极在C端、B端、G端搭建更多应用场景,加快形成产业化优势;持续招引优质资源,推动数字人民币产业链纵向延伸和横向拓展,将试点优势转化为数字金融产业... 新集群发展优势。本次苏州天使母基金以数字人民币对子基金进行投资,是数字人民币助力天使基金发展的重要探索,也是数字人民币在投资领域这一特殊B端搭建应用场景的重要尝试</p>
</div>
</li> -->
2 years ago
</ul>
</div>
</div>
</div>
</div>
2 years ago
<!-- 页码 -->
2 years ago
<div class="page_box">
<div class="container">
<div class="row">
<nav class="col-xs-12 col-sm-12 col-md-12 col-md-offset-1 page-wrap">
2 years ago
<ul class="pagination pagination-lg justify-content-center pageNum_wrap" id="pagination">
<!-- <li><a href=""><</a></li>
2 years ago
<li class="active"><a href="">1</a></li>
<li><a href="">2</a></li>
<li><a href="">3</a></li>
<li><a href="">4</a></li>
2 years ago
<li><a href="">></a></li> -->
2 years ago
</ul>
</nav>
</div>
</div>
</div>
<div id="footer"></div>
<script type="text/javascript">
2 years ago
var pageCurrent = 1;
var searchContent = '';
function searchNews(){
searchContent = $('#search').val();
news01_render(pageCurrent);
}
2 years ago
2 years ago
// 新闻列表-集团要闻
function news01_render(pageCurrent){
console.log(pageCurrent);
2 years ago
if (pageCurrent < 1) {
alert('第一页');
}else{
$.ajax({
type: 'post',
url: 'https://suzhou.njrenzhou.cn/api.php/news/articleList',
data:{
category_id:11,
page:pageCurrent,
order:'desc',
sort:'publish_time',
search:searchContent
},
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/10);
2 years ago
if (pageNum==0) {
$('.news_wrap').empty();
$('.pageNum_wrap').empty();
html = "<p class='textNo'>无内容</p>";
$('.news_wrap').append(html);
}
else if(pageCurrent > pageNum){
2 years ago
alert('最后一页');
2 years ago
}else{
2 years ago
// 内容渲染
$('.news_wrap').empty();
$('.pageNum_wrap').empty();
$.each(item,function(index){
var title = item[index].title;
var subtitle = item[index].subtitle;
var time = item[index].publish_time_text.substr(0,11);
var thumb = item[index].thumb;
var id = item[index].id;
html += "<li class='list'>";
2 years ago
html += "<div class='thumb'><a href='detail.html?id=" + id + "' target='_blank'><img src=https://suzhou.njrenzhou.cn" + thumb + "></a></div>";
2 years ago
html += "<div class='text'><a href='detail.html?id=" + id + "' target='_blank'>" + title + "</a><p>" + time + "</p>";
html += "<p>" + subtitle + "</p></div></li>";
})
$('.news_wrap').append(html);
// 页码渲染
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);
2 years ago
}
2 years ago
}
},
error: function (err) {
console.log(err);
}
});
}
2 years ago
}
news01_render(pageCurrent);
2 years ago
2 years ago
</script>
2 years ago
</body>
</html>