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