소스 검색

样式修改

wangchuanjin 9 년 전
부모
커밋
e21c5eabbe
3개의 변경된 파일4개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 1
      core/src/web/staticres/css/dev-qfw.css
  2. 0 4
      core/src/web/staticres/css/index-new.css
  3. 4 4
      core/src/web/staticres/js/qfw.js

+ 0 - 1
core/src/web/staticres/css/dev-qfw.css

@@ -2216,7 +2216,6 @@ style="color:#D03102;margin-right:5px;"
 }
 .b-head .head-hideMenu i.ren1,.b-head .head-hideMenu i.tuichu{
 	font-size: 16px;
-	margin-right: 15px !important;
 }
 .b-head .head-hideMenu li:hover{
 	color: #fff;

+ 0 - 4
core/src/web/staticres/css/index-new.css

@@ -60,10 +60,6 @@ a:focus, a:hover{
 .index-new-head .head-hideMenu i {
     color: #FF5A5F;
 }
-.index-new-head .head-hideMenu i.ren1, .index-new-head .head-hideMenu i.tuichu {
-    font-size: 16px;
-    margin-right: 15px !important;
-}
 .index-new-head .head-hideMenu i.ren1 {
     margin-left: 2px;
 }

+ 4 - 4
core/src/web/staticres/js/qfw.js

@@ -552,19 +552,19 @@ function b_loadTop(){
 					html += '<a class="b-round-dot"></a>';
 				}
 				html += '</span></li>'
-						+'<li onclick="window.location.href=\'/member/show/memberindex\'"><i class="glyphicon ren1">&nbsp;</i>用户中心</li>'
-						+'<li onclick="window.location.href=\'/front/logout\'" class="border-b-0"><i class="glyphicon tuichu">&nbsp;</i>退出</li>';
+						+'<li onclick="window.location.href=\'/member/show/memberindex\'"><i class="glyphicon ren1"></i>用户中心</li>'
+						+'<li onclick="window.location.href=\'/front/logout\'" class="border-b-0"><i class="glyphicon tuichu"></i>退出</li>';
 						+'</ul></div>';
 				$("#b-loginStatus").html(html)
 				.mouseover(function(){
 					$("#head-hideMenu").show();
 				}).mouseleave(function(){
-					//$("#head-hideMenu").hide();
+					$("#head-hideMenu").hide();
 				});
 				$("#head-hideMenu").mouseover(function(){
 					$(this).show();
 				}).mouseleave(function(){
-					//$(this).hide();
+					$(this).hide();
 				});
 				//处理公用底部扫码登录按钮
 				$("#bottom-bar>li:first").addClass("invisible");