main
liudan 2 years ago
parent c0296d4e56
commit a256d75a6d
  1. 17
      css/index.css
  2. 14
      index.html

@ -947,6 +947,11 @@ a:active{
.mobilebtn{
display: block;
text-align: center;
bottom: 3%;
position: absolute;
}
.mobilemore{
display: none;
}
.mobilebtn button{
padding:4px 20px;
@ -1106,7 +1111,7 @@ a:active{
.moreBtn{
position: absolute;
transform: translateX(-50%);
bottom: 5%;
bottom: 3%;
left: 50%;
z-index:9;
width: fit-content;
@ -1247,6 +1252,11 @@ a:active{
.mobilebtn{
display: block;
text-align: center;
bottom: 3%;
position: absolute;
}
.mobilemore{
display: none;
}
.mobilebtn button{
padding:4px 20px;
@ -1277,6 +1287,9 @@ a:active{
}
@media (max-height: 667px) {
.news_Container{
margin-top:15%;
}
.news_Container, .conpanyBrand_Container{
margin-top:5%;
}
}

@ -18,7 +18,7 @@
<!--导航样式-->
<link rel="stylesheet" href="css/head.css" />
<!--图片和滚屏样式-->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/index.css?v=2">
<style>
/* float:left; */
@ -302,7 +302,7 @@
<div class="section section5">
<!-- 上市企业 -->
<div class="conpanyBrand" style="width: 100%!important;">
<!-- <div class="conpanyBrand" style="width: 100%!important;"> -->
<div class="container">
<div class="row conpanyBrand_Container">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3 col-xl-3 col-xxl-3 sliderContainer1">
@ -312,9 +312,9 @@
<!-- <a href="http://sct.njrenzhou.cn/"><button>探索更多</button></a> -->
</div>
<a href="http://sct.njrenzhou.cn/service/service14.html" class="moreBtn mobilemore"><button>探索更多</button></a>
</div>
<a href="http://sct.njrenzhou.cn/service/service14.html" class="moreBtn"><button>探索更多</button></a>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-9 col-xl-9 col-xxl-9 sliderContainer" style="background-color: rgba(0,0,0,0.4);border-radius:10px;">
<div style="background:#ffffff;overflow: hidden;padding-top: 18px;">
@ -339,14 +339,14 @@
</div>
</div> -->
</div>
<!-- <div class="mobilebtn">
<div class="mobilebtn">
<a style="margin:auto" href="/service/service14.html"><button>探索更多</button></a>
</div> -->
</div>
</div>
</div>
<!-- </div> -->
</div>
<div class="section section6 fp-auto-height fp-section">
@ -453,7 +453,7 @@
<script src="js/jquery.imgscroll.min.js"></script>
<script src="js/index_slick.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/index.js"></script>
<script src="js/index.js?v=1"></script>
</body>

Loading…
Cancel
Save