修复bug

This commit is contained in:
Dragon
2024-03-18 16:05:30 +08:00
parent 4c4f8f1713
commit 8f73aee4dc
7 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ body {
height: 9.64rem;
position: relative;
left: 50%;
transform: translateX(-50%);
transform: translateX(-53%);
top: 6.72rem;
}

View File

@@ -21,7 +21,7 @@ body {
height: px2rem(723);
position: relative;
left: 50%;
transform: translateX(-50%);
transform: translateX(-53%);
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

View File

@@ -31,6 +31,7 @@ var inviteCode = "";
// 初始化函數
$(function () {
inviteCode = urlDate.inviteCode;
$('.box .codeBg .num').text(inviteCode);
getInfoFromClient()
setTimeout(function () {
var mySwiper = new Swiper('.swiper', {

View File

@@ -7,7 +7,7 @@
<title>我在PIKO等你来玩</title>
<link rel="stylesheet" href="../../common/css/reset.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>
<body>
@@ -32,7 +32,7 @@
</a> -->
<div class="xz" id="downloads">立即下载Piko</div>
<div class="codeBg">
<div class="num">HHHHHH</div>
<div class="num"></div>
<div class="copy" id="copy"></div>
</div>
</div>
@@ -49,4 +49,4 @@
<script src="./js/swiper-bundle.min.js"></script>
<script type="text/javascript" src="//cebg.t4m.cn/applink.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>