ソースを参照

Merge branch 'master' of http://47.100.37.243:10080/wutt/game

sunyadv 5 年 前
コミット
a4b8e8503c
1 ファイル変更4 行追加4 行削除
  1. 4 4
      minigame/WebContent/lottery.html

+ 4 - 4
minigame/WebContent/lottery.html

@@ -9,7 +9,7 @@
     <script src="js/jquery.min.js"></script>
     <script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
     <script src="js/wechat.js"></script>
-    <link rel="stylesheet" href="css/lottery2.css" type="text/css" />
+    <link rel="stylesheet" href="css/lottery2.css?v=2" type="text/css" />
     <script type="text/javascript">
     	//从localstorage中取得ID
     	var id = localStorage.userId;
@@ -180,9 +180,9 @@
             $(".pool").css("top", $(document).width() / 1.9);
             $(".container").css("top", $(document).width() / 1.75).css("height", $(document).width() / 1.6);
             $(".item").css("height", $(".container").width() / 3.9);
-            $(".title").css("top", $(".container").width() * 2.35);
-            $(".check_result").css("top", $(".container").width() * 2.36);
-            $(".tips").css("top", $(".container").width() * 2.45);
+            $(".title").css("top", $(".container").width() * 2.3);
+            $(".check_result").css("top", $(".container").width() * 2.32);
+            $(".tips").css("top", $(".container").width() * 2.42);
             $(".mask").css("height", $(document).height());
             $(".result_failed_button").css("top", $(".container").width() * 1.6);
             $(".result_success_title").css("top", $(".container").width() * 0.69);