Ver código fonte

新闻资讯内容也字体调整

wangshan 9 anos atrás
pai
commit
67a1ca4f9f

+ 1 - 1
core/src/timetask.json

@@ -1 +1 @@
-{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-03-09 11:12:16"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-03-09 11:12:16"}},"marketisstart":true,"marketrate":300}
+{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2016-03-09 11:19:02"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2016-03-09 11:19:02"}},"marketisstart":true,"marketrate":300}

+ 3 - 0
core/src/web/templates/manage/webexpresscontent-new.html

@@ -283,10 +283,13 @@ $(document).ready(function(){
 	}
 function change(i){
 	if (i==1){
+		$(".newscontent span").css("font-size","22px");
 		$(".newscontent").css("font-size","22px");
 	}else if (i==2){
+		$(".newscontent span").css("font-size","18px");
 		$(".newscontent").css("font-size","18px");
 	}else if (i==3){
+		$(".newscontent span").css("font-size","14px");
 		$(".newscontent").css("font-size","14px");
 	}