/* 移动端 */ @media (max-width : 767px) { /* 站内搜搜 */ #topSearch { font-size: 12px;} .topHeader .search { top: 50px; right: 5px; } body { max-width: 100%; width: 100%; } /* 顶部样式 */ .topHeader { min-width: 370px; width: 100%; height: 70px; background-image: url('../images/top_bg_m.jpg'); background-repeat: no-repeat; /* background-size: cover; */ background-position: top center; } .topHeader>div { width: 100%; height: 70px; } .topHeader>div>a{ width: 365px; height: 65px; background-image: url('../images/top_logo_m.png'); background-position: 5px center; } /* 菜单样式 */ .zzl-nav { min-width: 370px; } .zzl-nav>.navbar { width: 100%; } .zzl-swiper { height: auto; } .zzl-nav .nav .open > a, .zzl-nav .nav .open > a:hover, .zzl-nav .nav .open > a:focus, .zzl-nav .nav > li > a:hover, .zzl-nav .nav > li > a:focus { background-color: rgba(255, 255, 255, .2); } .zzl-nav .dropdown-menu a{ font-size: 16px; color:#fff } .zzl-nav .navbar-nav > li > a{ color: #fff; font-size: 18px; } #myNiceCarousel { width: 100%; } /* 底部样式 */ .bottom { min-width: 370px; height: auto; } .bottom>.bottomCont { width: 100%; height: auto; flex-wrap:wrap; } .bottom>.bottomCont>.bottomLeft { order:1 } .bottom>.bottomCont>.bottomMiddle { width: 100%; } }