헤더 오류 수정
This commit is contained in:
parent
c859afbbcc
commit
ff45d1e539
@ -179,6 +179,7 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;}
|
|||||||
.MainSwiper .swiper-slide {height:600px}
|
.MainSwiper .swiper-slide {height:600px}
|
||||||
.MainSwiper .swiper-slide .img {height:600px;}
|
.MainSwiper .swiper-slide .img {height:600px;}
|
||||||
.MainSwiper .swiper-slide .img img {object-fit:cover;width:100%;height:100%;}
|
.MainSwiper .swiper-slide .img img {object-fit:cover;width:100%;height:100%;}
|
||||||
|
.MainSwiper .swiper-slide .text {}
|
||||||
|
|
||||||
.sec1 .inner .color-box {width:960px;margin:0 auto;text-align: center;position: relative;top:-108px;z-index:9;}
|
.sec1 .inner .color-box {width:960px;margin:0 auto;text-align: center;position: relative;top:-108px;z-index:9;}
|
||||||
.sec1 .inner .color-box .list {float:left;width:25%;height: 216px;background:#333;position: relative;overflow: hidden;}
|
.sec1 .inner .color-box .list {float:left;width:25%;height: 216px;background:#333;position: relative;overflow: hidden;}
|
||||||
|
|||||||
@ -1323,6 +1323,8 @@ footer .family_site {right:10px;}
|
|||||||
footer .family_site .site_depth { width: 89%;margin:0% 5.5%; left: 0; top:auto;bottom: 40px; }
|
footer .family_site .site_depth { width: 89%;margin:0% 5.5%; left: 0; top:auto;bottom: 40px; }
|
||||||
footer .family_site .site_name:after {background: url(/images/icon/icon-up-arr.png) no-repeat right top;}
|
footer .family_site .site_name:after {background: url(/images/icon/icon-up-arr.png) no-repeat right top;}
|
||||||
footer .family_site.on .site_name:after {background: url(/images/icon/icon-down-arr.png) no-repeat right top;}
|
footer .family_site.on .site_name:after {background: url(/images/icon/icon-down-arr.png) no-repeat right top;}
|
||||||
|
|
||||||
|
.wrap .nav-wrap #primary-nav {display:none !important;opacity:0 !important;}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 350px) {
|
@media all and (max-width: 350px) {
|
||||||
|
|||||||
@ -438,7 +438,7 @@ $(document).ready(function(){
|
|||||||
$("#primary-nav-button").on("click", function () {
|
$("#primary-nav-button").on("click", function () {
|
||||||
$(".mo-nav-wrap").toggleClass("show");
|
$(".mo-nav-wrap").toggleClass("show");
|
||||||
$(".wrap .nav-wrap .inner").toggleClass("mo_show");
|
$(".wrap .nav-wrap .inner").toggleClass("mo_show");
|
||||||
$(".wrap .nav-wrap .inner .left").fadeToggle();
|
$(".wrap .nav-wrap .inner .left").fadeToggle(0);
|
||||||
$("#mo_search_icon").fadeToggle(0);
|
$("#mo_search_icon").fadeToggle(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user