修复bug
This commit is contained in:
@@ -18,7 +18,7 @@ body {
|
|||||||
height: 9.64rem;
|
height: 9.64rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-53%);
|
||||||
top: 6.72rem;
|
top: 6.72rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ body {
|
|||||||
height: px2rem(723);
|
height: px2rem(723);
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-53%);
|
||||||
top: px2rem(504);
|
top: px2rem(504);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 334 KiB |
Binary file not shown.
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 296 KiB |
Binary file not shown.
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 197 KiB |
@@ -31,6 +31,7 @@ var inviteCode = "";
|
|||||||
// 初始化函數
|
// 初始化函數
|
||||||
$(function () {
|
$(function () {
|
||||||
inviteCode = urlDate.inviteCode;
|
inviteCode = urlDate.inviteCode;
|
||||||
|
$('.box .codeBg .num').text(inviteCode);
|
||||||
getInfoFromClient()
|
getInfoFromClient()
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var mySwiper = new Swiper('.swiper', {
|
var mySwiper = new Swiper('.swiper', {
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<title>我在PIKO,等你来玩</title>
|
<title>我在PIKO,等你来玩</title>
|
||||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||||
<link rel="stylesheet" href="./css/swiper-bundle.min.css">
|
<link rel="stylesheet" href="./css/swiper-bundle.min.css">
|
||||||
<link rel="stylesheet" href="./css/share.css">
|
<link rel="stylesheet" href="./css/share.css?v=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
</a> -->
|
</a> -->
|
||||||
<div class="xz" id="downloads">立即下载Piko</div>
|
<div class="xz" id="downloads">立即下载Piko</div>
|
||||||
<div class="codeBg">
|
<div class="codeBg">
|
||||||
<div class="num">HHHHHH</div>
|
<div class="num"></div>
|
||||||
<div class="copy" id="copy"></div>
|
<div class="copy" id="copy"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -49,4 +49,4 @@
|
|||||||
<script src="./js/swiper-bundle.min.js"></script>
|
<script src="./js/swiper-bundle.min.js"></script>
|
||||||
<script type="text/javascript" src="//cebg.t4m.cn/applink.js"></script>
|
<script type="text/javascript" src="//cebg.t4m.cn/applink.js"></script>
|
||||||
<script src="../../common/js/jquery.copy.min.js"></script>
|
<script src="../../common/js/jquery.copy.min.js"></script>
|
||||||
<script src="./js/share.js"></script>
|
<script src="./js/share.js?v=1.1"></script>
|
Reference in New Issue
Block a user