瀏覽代碼

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/New-Bhouse-Web

andy 2 年之前
父節點
當前提交
6beafbc18e

+ 1 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -2893,6 +2893,7 @@ img {
 
 .blog_article .content img {
   width: 100%;
+  margin-top: 30px;
 }
 
 .blog_article .icon-box img {

+ 4 - 1
themes/hugo-universal-theme-master/static/js/bhouse.js

@@ -57,7 +57,10 @@ $('.style_house_sec02 .slider').on('beforeChange', function (event, slick, curre
   for (i = 0; i < heightImgIndex.length; i++) {
     console.log(heightImgIndex[i]);
     if (nextSlide == heightImgIndex[i]) {
-      allSlideImg[nextSlide].style.height = '500px';
+      allSlideImg[nextSlide].style.cssText = `
+      height: 500px; 
+      margin: auto;
+    `;
     } else {
       allSlideImg[heightImgIndex[i]].style.height = '0px';
     }