Ver Fonte

首页增加注册认证提醒

zhengjinyi há 11 meses atrás
pai
commit
0ef006346a

+ 6 - 1
src/main/resources/static/css/base/base.pc.css

@@ -7,7 +7,12 @@ header{box-shadow: 0 2px 10px #ebecef;}
 .h5Only{display:none!important;}
 /*微信二维码样式*/
 iframe{width:320px !important;height: 280px !important}
-#globalHead.fiexd{width: 100%;height: auto;position: fixed;top: 0;left: 0;z-index: 1999;}
+#globalHead.fiexd{width: 100%;height: auto;position: fixed;top: 0;left: 0;z-index: 1999;box-shadow: none;}
+#globalHead.fiexd .baseHeadTop{ display: none; }
+#globalHead.fiexd .baseTopNav{ display: none; }
+#globalHead.fiexd .hotKey{ display: none; }
+#globalHead.fiexd .search{ margin-top: 15px; }
+#globalHead.fiexd .wechat_qrcode{ margin-top:5px; }
 .impowerBox{width:320px !important;}
 .impowerBox .qrcode {width: 200px !important;}
 .impowerBox .title {display: none;}

+ 1 - 1
src/main/resources/static/js/base.js

@@ -336,7 +336,7 @@ var globalHead = new Vue({
         if($(window).height() > 750){
             $(window).on('scroll', function() {
                 var scrollTop = $(this).scrollTop();
-                if(scrollTop>200){
+                if(scrollTop>50){
                     _self.isFiexd = true;
                 }else{
                     _self.isFiexd = false;