wangchuanjin 9 年 前
コミット
bba92f0ac5
1 ファイル変更7 行追加4 行削除
  1. 7 4
      core/src/web/templates/active/flop.html

+ 7 - 4
core/src/web/templates/active/flop.html

@@ -110,10 +110,10 @@ img{
 	padding: 5px;
 	display: none;
 }
-.flop-tip>span{
+.flop-tip span{
 	margin-right: 3px;
 }
-.flop-tip>font{
+.flop-tip font{
 	font-size: 0.75em;
 	font-weight: normal;
 }
@@ -235,7 +235,9 @@ ul{
 		{{.T.multiple}}
 		{{end}}
 		</span>倍!<br>
-		您的积分已从{{.T.oldCredit}}分涨到{{.T.newCredit}}分。<br>
+		<div id="credit"{{if eq .T.flag 1}} style="display: none;"{{end}}>
+			您的积分已从{{.T.oldCredit}}分涨到{{.T.newCredit}}分。
+		</div>
 		<font>积分明细请到企明星(www.qmx.top)查询!</font>
 	</div>
 	{{end}}
@@ -262,7 +264,7 @@ $(function(){
 		width = height / 706 * 625;
 		$(".cards>img").css({width: width,height: height});
 	}else if(windowHeight > defaultHeight){
-		width = windowWidth * 2 / 3;
+		width = windowWidth * 3 / 4;
 		if(width > 300){//最大宽度350
 			width = 300
 		}
@@ -299,6 +301,7 @@ $(function(){
 			setTimeout(function(){
 				clearInterval(randomInterval);
 				$(".multiple").html({{.T.multiple}});
+				$("#credit").show();
 			},3000);
 			setTimeout(function(){
 				$(".bubble").fadeIn();