wangchuanjin 9 gadi atpakaļ
vecāks
revīzija
b5cf0568b9

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

@@ -2148,6 +2148,9 @@ style="color:#D03102;margin-right:5px;"
 	border-right: 1px solid #ffffff;
 	float: right;
 }
+.b-nav-active{
+	font-weight: bold;
+}
 .b-nav-other a:hover{
 	font-weight: bold;
 }

+ 1 - 1
core/src/web/staticres/css/swordfish.css

@@ -21,7 +21,7 @@ a:focus, a:hover{
 .b-nav-main{
 	background-color: #37C6DA;
 }
-.b-nav-other a:hover{
+.b-nav-other a:hover,.b-nav-active>a{
 	color: #37C6DA !important;
 }
 .b-head .head-hideMenu i{

+ 1 - 1
core/src/web/templates/swordfish/infolist.html

@@ -7,7 +7,7 @@
 <script type="text/javascript">
 	var lasttime=1,s_words,a_visitedindex,a_publishtime,le,f_id,a_interest;
 $(function(){
-	$(".swordfish-nav>ul>li:eq(3)").addClass("swordfish-nav-active");
+	$(".b-nav>ul>li:eq(3)").addClass("b-nav-active");
 	//
 	$.ajax({    
 		type:'post',        

+ 1 - 1
core/src/web/templates/swordfish/rssset.html

@@ -272,7 +272,7 @@ $(function(){
 			selectKeyword("bid",msgset.bid.a_key);
 		}
 	}
-	$(".swordfish-nav>ul>li:eq(2)").addClass("swordfish-nav-active");
+	$(".b-nav>ul>li:eq(2)").addClass("b-nav-active");
 	$("#yjfk").click(function(){
 		$("body").append('<form id="feedbackForm" action="/front/web_feedbacklist.html" method="post" class="hide"><input type="hidden" name="url" value="'+window.location.href+'"></form>');
 		$("#feedbackForm").submit();

+ 1 - 1
core/src/web/templates/swordfish/wxindex.html

@@ -93,7 +93,7 @@ $(function(){
 	}*/
 });
 function pageJump(){
-	{{if session "userid"}}
+	{{if session "userId"}}
 		window.location.href = '/swordfish/page';
 	{{else}}
 		history.go(-1);