Browse Source

feat:隐藏详情页底部广告、登录说明置底显示

tsz 2 years ago
parent
commit
27f0bdab77

+ 3 - 1
src/jfw/modules/app/src/web/staticres/jyapp/css/wxinfocontent.css

@@ -1284,7 +1284,7 @@ ul {
   background: #E5E5E5;
 }
 .noLoginShow{
-  padding: 0 6px;
+  padding: 0 6px 80px;
 }
 .noLoginShow .serve-option{
   padding: 0 0 18px;
@@ -1338,6 +1338,8 @@ ul {
   height: 18px;
 }
 .login-guide{
+  position: fixed;
+  bottom: 0;
   width: 100%;
   height: 1.44rem;
 }

+ 1 - 0
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1004,6 +1004,7 @@
       $('.bid-dec-in').hide()
       $('.bigvip_drain').hide()
       $('.abs').hide()
+      $('.adv').hide()
       $('.login-guide').show()
     } else {
       $('.login-guide').hide()