|
@@ -7,21 +7,21 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,initial-scale=1.0" user-scalable="no" />
|
|
|
<meta name="renderer" content="webkit">
|
|
|
-<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
|
-<script src="/js/jquery.js"></script>
|
|
|
-<script src="/js/active/Rotate.js"></script>
|
|
|
+<link href="//cdn.qmx.top/css/bootstrap.min.css" rel="stylesheet">
|
|
|
+<script src="//cdn.qmx.top/js/jquery.js"></script>
|
|
|
+<script src="//cdn.qmx.top/js/active/Rotate.js"></script>
|
|
|
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
|
-<script src="/wxswordfish/share.js"></script>
|
|
|
-<script src="/js/bootstrap.min.js"></script>
|
|
|
+<script src="//cdn.qmx.top/wxswordfish/share.js"></script>
|
|
|
+<script src="//cdn.qmx.top/js/bootstrap.min.js"></script>
|
|
|
<script>
|
|
|
initShare({{.T.signature}},{{.T.shareid}});
|
|
|
</script>
|
|
|
<style>
|
|
|
*{padding:0; margin:0;}
|
|
|
.lotteryMain{ width:100%;}
|
|
|
-.lotteryBg{ width:100%; height:608px; margin:0 auto; background:url(/images/activeimages/lotteryBg.png) no-repeat top center; position:relative; overflow:hidden;background-size: 375px 508px;}
|
|
|
+.lotteryBg{ width:100%; height:608px; margin:0 auto; background:url(//cdn.qmx.top/images/activeimages/lotteryBg.png) no-repeat top center; position:relative; overflow:hidden;background-size: 375px 508px;}
|
|
|
#run{ width:145px; height:145px; position:absolute; left:50%; top:50%; margin-left:-73px; margin-top:-53px; z-index:1; transform:rotate(0deg); -ms-transform:rotate(0deg); }
|
|
|
-#btn_run{ width:80px; height:80px; background:url(/images/activeimages/btn_start.png) no-repeat; border:none; outline:none; position:absolute; left:50%; top:50%; margin-left:-40px; margin-top:-22px; z-index:2;cursor:pointer;background-position:0px 0px;background-size: 100% 100%;}
|
|
|
+#btn_run{ width:80px; height:80px; background:url(//cdn.qmx.top/images/activeimages/btn_start.png) no-repeat; border:none; outline:none; position:absolute; left:50%; top:50%; margin-left:-40px; margin-top:-22px; z-index:2;cursor:pointer;background-position:0px 0px;background-size: 100% 100%;}
|
|
|
.col-xs-12 p{
|
|
|
margin:0px 0px 5px;
|
|
|
}
|
|
@@ -58,7 +58,7 @@
|
|
|
</div>
|
|
|
<section class="lotteryMain">
|
|
|
<div class="lotteryBg">
|
|
|
- <img id="run" src="/images/activeimages/start.png" />
|
|
|
+ <img id="run" src="//cdn.qmx.top/images/activeimages/start.png" />
|
|
|
<input id="btn_run" type="button" value="" />
|
|
|
</div>
|
|
|
</section>
|
|
@@ -78,15 +78,15 @@ $(function(){
|
|
|
if (flog == "A"){
|
|
|
$(".modal-body").html("{{.T.msg}}")
|
|
|
$(".modstart").click();
|
|
|
- $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
+ $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(//cdn.qmx.top/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
}else if (flog == "B"){
|
|
|
$(".modal-body").html("{{.T.msg}}")
|
|
|
$(".modstart").click();
|
|
|
- $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
+ $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(//cdn.qmx.top/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
}else if (flog == "G"){
|
|
|
$(".modal-body").html("{{.T.msg}}")
|
|
|
$(".modstart").click();
|
|
|
- $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
+ $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(//cdn.qmx.top/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
}
|
|
|
$("#btn_run").click(function(){
|
|
|
$("#btn_run").attr('disabled',true).css("cursor","default");
|
|
@@ -110,10 +110,10 @@ function lottery(){
|
|
|
easing: $.easing.easeOutSine,
|
|
|
callback: function(){
|
|
|
//alert(obj.results);
|
|
|
- $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
+ $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(//cdn.qmx.top/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
$(".modal-body").html(obj.msg)
|
|
|
$(".modstart").click();
|
|
|
- $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
+ $("#btn_run").attr('disabled',true).css("cursor","pointer").css("background","url(//cdn.qmx.top/images/activeimages/btn_end.png) no-repeat").css("background-size","100% 100%");
|
|
|
}
|
|
|
});
|
|
|
}else if (obj.flog=="A"){
|