ソースを参照

首页活动样式

wangshan 9 年 前
コミット
82054e3739

+ 1 - 1
core/src/timetask.json

@@ -1 +1 @@
-{"comment":{"c_rate":10,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-01-09 17:45:03"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-01-09 17:45:03"}},"marketisstart":true,"marketrate":300}
+{"comment":{"c_rate":10,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-01-09 18:06:36"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-01-09 18:06:36"}},"marketisstart":true,"marketrate":300}

+ 5 - 2
core/src/web/staticres/css/index-new.css

@@ -41,7 +41,7 @@ a:focus, a:hover{
     display: inline-block;
 	width:38px;
 	height:38px;
-	border:1px solid #ccc;
+	border:1px solid #FF5A5F;
 	background-color:#FF5A5F;
 }
 .index-new-nva .a-h-search .input-group {
@@ -294,7 +294,7 @@ a:focus, a:hover{
 }
 
 .index-new-head .a-i-h-right .a-index-hd img{
-	width:285px;
+	width:292px;
 }
 .a-index .a-index-want .a-com-two {
     margin: 20px 0px 40px;
@@ -512,4 +512,7 @@ a:focus, a:hover{
 .index-new-rmxq-listimg img{
 	width:250px;
 	height:230px;
+}
+.b-round-dot{
+	background-color: rgb(255, 90, 95);
 }

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

@@ -554,12 +554,12 @@ function b_loadTop(){
 				.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");
@@ -572,6 +572,8 @@ function b_loadTop(){
 				var html = '<a onclick="loginModalShow();">登录/注册</a>';
 				$("#b-loginStatus").html(html);
 				$("#bottom-bar>li").removeClass("invisible");
+				//登录
+				$("body").append('{{include "/common/login.html"}}');
 			}
 			try{
 				b_loadTopCallBack(result);