提交底部

main
liudan 2 years ago
parent 439906fa05
commit 4e81d15dc9
  1. 1
      about/about01.html
  2. 1
      about/about02.html
  3. 2
      about/about03.html
  4. 1
      about/about04.html
  5. 1
      about/about05.html
  6. 1
      about/about06.html
  7. 1
      about/about07.html
  8. 48
      css/footer.css
  9. 13
      css/index.css
  10. 1
      form/form.html
  11. BIN
      images/banner1.png
  12. BIN
      images/banner2.png
  13. BIN
      images/banner4.png
  14. BIN
      images/banner5.png
  15. BIN
      images/ewm.jpg
  16. 7
      index.html
  17. 32
      js/index.js
  18. 1
      news/detail.html
  19. 1
      news/news01.html
  20. 1
      news/news02.html
  21. 1
      news/news03.html
  22. 18
      public/footer.html
  23. 1
      service/service01.html
  24. 1
      service/service03.html
  25. 1
      service/service11.html
  26. 1
      service/service12.html
  27. 1
      service/service13.html
  28. 1
      service/service14.html
  29. 1
      talent/detail.html
  30. 1
      talent/talent01.html
  31. 1
      talent/talent02.html
  32. 1
      work/detail.html
  33. 1
      work/work.html

@ -15,6 +15,7 @@
<link href="../css/bxslider.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<link href="../css/about3.css" rel="stylesheet">
<link rel="stylesheet" href="../css/footer.css">
<!-- <link href="../css/swiper.min.css" rel="stylesheet"> -->
<!-- <link rel="stylesheet" href="../css/owl.carousel.min.css"> -->
<!--导航样式-->

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -20,6 +20,7 @@
<!--图片和滚屏样式-->
<link rel="stylesheet" href="../css/about3.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/footer.css">
<style>
</style>
</head>
@ -268,7 +269,6 @@
<script src="../js/index_slick.js"></script>
<script src="../js/owl.carousel.min.js"></script>
<script src="../js/about03.js"></script>
<script type="text/javascript">
</body>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link href="../css/about3.css" rel="stylesheet">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link href="../css/about3.css" rel="stylesheet">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -0,0 +1,48 @@
.registerContainer{
/* padding:0 15px;
padding-top:29px; */
padding:28px 0;
border-top: 1px solid #eaeaea;
}
.registerContainer img{
width:60px;
height:60px;
}
.registerContainer .kefu{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #666666;
line-height: 24px;
}
.registerContainer .phone{
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #134BA1;
line-height: 48px;
}
.registerContainer .leftContent{
display:flex;
}
.registerContainer .contactUs{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #666666;
line-height: 24px;
margin-top:30px;
}
.selectContainer{
text-align: center;
}
.selectContainer>.select{
margin-top:46px;
height: 49px;
background: #FFFFFF;
border: 1px solid #E4E9E9;
border-radius: 4px;
width:50%;
color:#666666
}

@ -66,7 +66,7 @@
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,0.2);
}
.index_main .section2{
@ -579,6 +579,8 @@ a:active{
.contentText .time{
color:#747474;
font-size:12px;
text-align: right;
margin-right: 10px;
}
.companyLeftContent h2{
font-size: 30px;
@ -729,9 +731,16 @@ a:active{
border: 1px solid #E4E9E9;
border-radius: 4px;
width:50%;
color:#666666
}
/* 底部 流动效果*/
.g1 li,.g2 li,.g3 li{list-style: none;margin:0 5px}
.g1 li,.g2 li,.g3 li{
list-style: none;
margin:0 5px;
border:1px solid #eaeaea;
background-color: #ffffff;
border-radius: 8px;
}
.sliderContainer{
overflow: hidden;
padding-top:30px;

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link href="../css/about3.css" rel="stylesheet">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

@ -382,7 +382,7 @@
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-xl-8 col-xxl-8">
<div class="leftContent">
<img src="./images/code.png" alt="">
<img src="./images/ewm.jpg" alt="">
<!-- <img src="./images/电话@2x.png" style="margin:0 15px 0 22px" alt="">
<div>
<div class="kefu">
@ -400,10 +400,7 @@
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 col-xxl-4 selectContainer">
<select placeholder="相关链接" class="select">
<option value ="volvo">Volvo</option>
<option value ="saab">Saab</option>
<option value="opel">Opel</option>
<option value="audi">Audi</option>
<option value="">相关链接</option>
</select>
</div>
</div>

@ -304,7 +304,6 @@ $(function(){
limit:30
},
success: function (res) {
console.log(res,"mmm")
let data = res.data.data
let firstList = data.slice(0,30);
@ -326,6 +325,29 @@ $(function(){
})
}
starList()
$.ajax({
type: 'post',
url: 'https://suzhou.njrenzhou.cn/api.php/index/relatedLink',
dataType: 'json',
data:{
},
success: function (res) {
console.log(res,"009988")
let html=''
res.data.data.forEach((item,index)=>{
html+=`<option value ="${item.url}">${item.title}</option>`
})
$('.select').append(html)
$('.select').change(function(){
if($(this).val()){
window.open($(this).val());
}
})
}
})
})
function news01_render(categoryId){
$.ajax({
@ -342,14 +364,14 @@ function news01_render(categoryId){
let html = ''
let data = res.data.data;
data.forEach((item,index)=>{
html+=`<div class="brand__thumb category__item transition-3">
html+=`<div class="brand__thumb category__item transition-3" data-id=${item.id}>
<div class="imgcontainer transition-3">
<img src="https://suzhou.njrenzhou.cn${item.thumb}" alt="">
</div>
<div class="contentText transition-3">
<div class="contenttitle">${item.title}</div>
<p>${item.subtitle}</p>
<div class="time">${item.publish_time_text}</div>
<div class="time">${item.publish_time_text.split(' ')[0]}</div>
</div>
</div>`
})
@ -377,6 +399,9 @@ function news01_render(categoryId){
},
},
})
$('.category__item').click(function(){
window.open("/news/detail.html?id="+ $(this)[0].dataset.id);
})
}
},
error: function (err) {
@ -387,3 +412,4 @@ function news01_render(categoryId){
}

@ -13,6 +13,7 @@
<link href="../css/bxslider.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<link rel="stylesheet" href="../css/service12.css">
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link rel="stylesheet" href="../css/service12.css">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -1,4 +1,4 @@
<!--
<footer>
<div class="container">
<div class="row">
@ -22,4 +22,18 @@
</div>
</div>
</div>
</footer>
</footer> -->
<div class="registerContainer container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-9 col-xxl-9">
<div class="leftContent">
<img src="/images/ewm.jpg" alt="">
</div>
<div class="contactUs">
©2015-2022 苏州创新投资集团有限公司 苏ICP备10219514号-1 苏公网安备 4401060342d234275号营业执照
</div>
</div>
</div>
</div>

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link rel="stylesheet" href="../css/service12.css">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -18,6 +18,7 @@
<link rel="stylesheet" href="../css/jquery.fullPage.css" />
<link rel="stylesheet" href="../css/service12.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/footer.css">
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<!-- <script src="../js/subpage.js"></script> -->
<script src="../js/common.js"></script>

@ -15,6 +15,7 @@
<link rel="stylesheet" href="../css/service12.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<link href="../css/animate.css" rel="stylesheet" >
<link rel="stylesheet" href="../css/jquery.fullPage.css" />
<script src="../js/jquery.min.js"></script>

@ -14,6 +14,7 @@
<link href="../css/style.css" rel="stylesheet">
<link rel="stylesheet" href="../css/service03.css">
<link href="../css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="../css/footer.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<script src="../js/jquery.min.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -16,6 +16,7 @@
<link href="../css/animate.css" rel="stylesheet" >
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<!-- <script src="http://www.jeendo.com/script/wow/wow.min2.js"></script> -->
<script src="../js/subpage.js"></script>

@ -15,6 +15,7 @@
<link rel="stylesheet" href="../css/work.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<script src="../js/jquery.min.js"></script>
<script src="../js/common.js"></script>

@ -15,6 +15,7 @@
<link rel="stylesheet" href="../css/style.css">
<!--导航样式-->
<link rel="stylesheet" href="../css/head.css" />
<link rel="stylesheet" href="../css/footer.css">
<style>
</style>

Loading…
Cancel
Save