Explorar o código

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

yangfeng hai 1 ano
pai
achega
d8aaf49dab

+ 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}}