main
liudan 2 years ago
parent c1536ed256
commit 5ba63fc9d5
  1. 30
      css/index.css
  2. BIN
      images/mobilebanner.png
  3. BIN
      images/mobilebg2.png
  4. 2
      index.html
  5. 11
      js/index.js

@ -503,6 +503,7 @@ a:active{
.news_Container,.conpanyBrand_Container{
display: flex;
align-items: center;
margin-top: 100px;
}
.news_Container button,.conpanyBrand_Container button{
background-color: #ffffff;
@ -1212,10 +1213,10 @@ a:active{
top:25%;
}
.image1{
bottom: 10%;width: 100%;left: 0%;
bottom: 11%;width: 100%;left: 0%;
}
.image2{
bottom: 29%;width: 100%;left: 0%;
bottom: 11%;width: 100%;left: 0%;
}
.image3{
bottom: 27%;
@ -1271,11 +1272,12 @@ a:active{
margin: 10px;
}
.items1{
background-image: url(../images/mobilebanner.png) !important;
background-size: auto 100%;
background-position: 77% !important;
}
.item2{
background-image: url(../images/mobilebg2.png) !important;
background-position: 23% !important;
background-size: auto 100% !important;
}
@ -1284,13 +1286,31 @@ a:active{
background-size: auto 100% !important;
}
.g1,.g2,.g3,.g4{width:100%; height:70px; margin:0 5px 5px 0}
.news_Container, .conpanyBrand_Container{
margin-top:12%;
}
.footer a{
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #72747a !important;
line-height: 30px;
}
.footer .title {
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #72747a;
line-height: 20px;
text-align: center;
}
}
@media (max-height: 667px) {
.news_Container{
}
.news_Container, .conpanyBrand_Container{
/* .news_Container, .conpanyBrand_Container{
margin-top:12%;
}
} */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

@ -18,7 +18,7 @@
<!--导航样式-->
<link rel="stylesheet" href="css/head.css" />
<!--图片和滚屏样式-->
<link rel="stylesheet" href="css/index.css?v=3">
<link rel="stylesheet" href="css/index.css?v=9">
<style>
/* float:left; */

@ -22,6 +22,12 @@
}
});
}
if($(window).width()<=767){
$(".section6").removeClass('fp-auto-height').css('background',"#30343c")
$(".footer-top").css('paddingTop','70px')
}else{
}
})(jQuery);
@ -60,7 +66,7 @@ $(function(){
return !(w.scrollTop() > (of.top + o.outerHeight()) || (w.scrollTop() + w.height()) < of.top);
}
$('.index_banner').slick({
autoplay: true,
autoplay: false,
arrows: false,
dots:false,
infinite: true,
@ -387,7 +393,8 @@ $(function(){
$('.select').append(html)
$('.select').change(function(){
if($(this).val()){
window.open($(this).val());
// window.open($(this).val());
window.location.href = $(this).val()
}
})
}

Loading…
Cancel
Save