Authored by zhangtianqi

禅道#1150 pc端取消掉合作流程,手机端底部没有对齐

@@ -2451,7 +2451,7 @@ blockquote:before { @@ -2451,7 +2451,7 @@ blockquote:before {
2451 left: 0; 2451 left: 0;
2452 top: 0; 2452 top: 0;
2453 z-index: -1; 2453 z-index: -1;
2454 - background: url('../img/index/compatible-bg.png'); 2454 + background: url('../img/index/compatible-bg.jpg');
2455 background-size: cover; 2455 background-size: cover;
2456 } 2456 }
2457 .home-banner-section .owl-carousel .owl-item img{ 2457 .home-banner-section .owl-carousel .owl-item img{
@@ -4016,6 +4016,9 @@ blockquote:before { @@ -4016,6 +4016,9 @@ blockquote:before {
4016 .section-item-sm-icon{ 4016 .section-item-sm-icon{
4017 display: none; 4017 display: none;
4018 } 4018 }
  4019 +.footer-mr-35{
  4020 + margin-right: 35px;
  4021 +}
4019 @media only screen and (max-width: 768px){ 4022 @media only screen and (max-width: 768px){
4020 .section-item-sm-icon{ 4023 .section-item-sm-icon{
4021 display: block; 4024 display: block;
@@ -4232,5 +4235,8 @@ blockquote:before { @@ -4232,5 +4235,8 @@ blockquote:before {
4232 .header-inner{ 4235 .header-inner{
4233 padding:0!important; 4236 padding:0!important;
4234 } 4237 }
  4238 + .footer-mr-35{
  4239 + margin-right: 0;
  4240 + }
4235 4241
4236 } 4242 }
@@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
114 114
115 <!--Footer Column--> 115 <!--Footer Column-->
116 <div class="col-sm-4"> 116 <div class="col-sm-4">
117 - <div class="footer-widget logo-widget mr-35"> 117 + <div class="footer-widget logo-widget footer-mr-35">
118 <div class="footer-logo"> 118 <div class="footer-logo">
119 <router-link to="/"><img class="logo-footer-img" src="assets/img/logo-footer.png" alt="" title=""></router-link> 119 <router-link to="/"><img class="logo-footer-img" src="assets/img/logo-footer.png" alt="" title=""></router-link>
120 </div> 120 </div>
@@ -169,7 +169,7 @@ @@ -169,7 +169,7 @@
169 <li> 169 <li>
170 <router-link to="/about/1" data-id="1">公司简介</router-link> 170 <router-link to="/about/1" data-id="1">公司简介</router-link>
171 </li> 171 </li>
172 - <li><router-link to="/about/6" data-id="6">合作流程</router-link></li> 172 +<!-- <li><router-link to="/about/6" data-id="6">合作流程</router-link></li>-->
173 </ul> 173 </ul>
174 </div> 174 </div>
175 </div> 175 </div>