Browse Source

fix scroll

huai-sian 3 years ago
parent
commit
469bd88051
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/index-list-mb.js

+ 2 - 2
js/index-list-mb.js

@@ -68,7 +68,7 @@ window.onload = function(){
     console.log(designer['Content'][0]['Carddata']);
   });
 }
-let over = document.querySelector('.infoContent__navBlock').offsetTop;
+let over = document.querySelector('.infoContent__navBlock').offsetTop+ 60;
 
 function detectBrowser(agent){
   if(userAgent.match(/chrome|chromium|crios/i)){
@@ -264,7 +264,7 @@ function renderTabContent(content) {
   console.log(tabStr);
   //console.log(totalPages);
   $('#pills-tabContent').html(tabStr);
-  $('#pills-tabContent').append('<div style="padding: 30px;"></div>');
+  $('#pills-tabContent').append('<div style="padding: 40px;"></div>');
   $('#pills-intro').addClass('active');
   $('#pills-intro').addClass('show');
   $('#pills-video .card__bgImg').append('<img src="https://hhh.com.tw/assets/images/rv_web/play.svg" alt="" width="50" height="50">')