Browse Source

feat:移动端未登录标讯详情页内容区距顶部距离调整

yangfeng 1 year ago
parent
commit
d8aaf49dab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

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

@@ -3584,6 +3584,10 @@
     $(function(){
       areaNavModule.init()
       backToTop.init()
+      // 未登录状态下距顶部距离为顶部搜索框高度
+      $('.app-layout-content-b').css('top','1.12rem')
+      $('.h5-tabfix').css('top','1.12rem')
+      $('.wx-tabfix').css('top','1.12rem')
     })
   </script>
 {{end}}