Эх сурвалжийг харах

style: 标讯详情底部广告位宽度设置

zhangsiya 1 жил өмнө
parent
commit
54eb5e0f35

+ 2 - 2
src/web/templates/pc/tags/template/bottom-banner.html

@@ -15,9 +15,9 @@
 }
 .advert-bottom-banner > img {
     display: block;
-    width: 100%;
     object-fit: contain;
     cursor: pointer;
+    width: 1920px;
 }
 </style>
 <div class="fixed-bottom-banner advert-bottom-banner">
@@ -42,7 +42,7 @@ $(function () {
     function adBottomFn () {
         var top1 = 0;
         var top2 = 0;
-        var timer = null; 
+        var timer = null;
         $(document).scroll(function(){
             clearTimeout(timer)
             timer = setTimeout(isScrollEnd, 1000);