|
@@ -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);
|