2022-09-08 18:22:18 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
2024-01-22 15:04:08 +08:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>piko</title>
|
2024-01-22 21:52:01 +08:00
|
|
|
<link rel="shortcut icon" href="./images/logo.png" type="image/x-icon">
|
2024-01-22 15:04:08 +08:00
|
|
|
<link rel="stylesheet" href="../common/css/reset.css">
|
2024-01-22 21:52:01 +08:00
|
|
|
<link rel="stylesheet" href="./css/animate.css">
|
2024-01-25 16:00:50 +08:00
|
|
|
<link rel="stylesheet" href="./css/index.css?v=1.1">
|
2022-09-08 18:22:18 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-01-22 16:04:43 +08:00
|
|
|
<!-- pc端 -->
|
2024-01-24 20:10:25 +08:00
|
|
|
<div class="container pc">
|
2024-01-25 12:34:27 +08:00
|
|
|
<div class="pc-bg">
|
2024-01-24 20:10:25 +08:00
|
|
|
<!-- <img src="./images/homePc.png" alt=""> -->
|
|
|
|
<div class="homePc">
|
|
|
|
<div class="diamound">
|
|
|
|
<img src="./images/diamond.png" alt=""> 儲值
|
|
|
|
</div>
|
|
|
|
<div class="pcIos"></div>
|
|
|
|
<div class="pcAnd"></div>
|
2022-11-14 10:00:10 +08:00
|
|
|
</div>
|
2024-01-24 20:10:25 +08:00
|
|
|
<div class="bootom">
|
|
|
|
<p>Hongkong Han Fei Technology Co.,Limited</p>
|
|
|
|
<p>CR No:3040005 Address: BLDG. 19-21 HING YIP STREET KWUN TONG.KLN
|
|
|
|
</p>
|
2022-11-14 10:00:10 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-01-22 16:04:43 +08:00
|
|
|
</div>
|
|
|
|
<!-- h5端 -->
|
|
|
|
<div class="h5">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頭部 -->
|
2024-01-22 16:04:43 +08:00
|
|
|
<div class="header">
|
|
|
|
<!-- logo -->
|
|
|
|
<img src="./images/logo.png" alt="" class="logo">
|
|
|
|
<!-- app -->
|
|
|
|
<div class="name">PIKO</div>
|
|
|
|
<!-- 更多 -->
|
|
|
|
<img src="./images/more.png" alt="" class="more">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 儲值 -->
|
2024-01-22 16:04:43 +08:00
|
|
|
<div class="diamound">
|
2024-01-23 14:26:42 +08:00
|
|
|
<img src="./images/diamond.png" alt=""> 儲值
|
2024-01-22 16:04:43 +08:00
|
|
|
</div>
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 線 -->
|
2024-01-22 16:04:43 +08:00
|
|
|
<div class="line"></div>
|
|
|
|
</div>
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pagesBox">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頁面1 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pages page1 animate__animated">
|
|
|
|
<img src="./images/pageTxte1.png" alt="" class="pageTxte1 animate__animated animate__slow__3s">
|
2024-01-24 20:10:25 +08:00
|
|
|
<img src="./images/pageTxte2.png" alt="" class="pageTxte2 animate__animated animate__slow__3s">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- <img src="./images/h5And.png" alt="" class="h5And animate__animated animate__slow__1.8s"> -->
|
2024-01-23 15:15:42 +08:00
|
|
|
<img style="display: none;" src="" alt="" class="downioad animate__animated animate__slow__1.8s">
|
2024-01-24 20:10:25 +08:00
|
|
|
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow">
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頁面2 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pages page2">
|
2024-01-23 15:59:37 +08:00
|
|
|
<img src="./images/pageText2.png" alt="" class="pageText2 animate__animated ">
|
2024-01-22 21:52:01 +08:00
|
|
|
<img src="./images/page2.png" alt="" class="page2_in">
|
2024-01-23 15:59:37 +08:00
|
|
|
<img src="./images/pagetx1.png" alt="" class="pagetx1 animate__animated ">
|
|
|
|
<img src="./images/pagetx2.png" alt="" class="pagetx2 animate__animated ">
|
|
|
|
<img src="./images/downioad.png" alt="" class="downioad animate__animated ">
|
2024-01-24 20:10:25 +08:00
|
|
|
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow ">
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頁面3 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pages page3">
|
|
|
|
<img src="./images/pageText3.png" alt="" class="pageText3 animate__animated">
|
|
|
|
<img src="./images/page3.png" alt="" class="page3_in">
|
2024-01-23 15:59:37 +08:00
|
|
|
<img src="./images/page3Icon1.png" alt="" class="page3Icon1 animate__animated animate__delay-2s">
|
|
|
|
<img src="./images/page3Icon2.png" alt="" class="page3Icon2 animate__animated animate__delay-1s">
|
|
|
|
<img src="./images/page3Icon3.png" alt="" class="page3Icon3 animate__animated animate__delay-4s">
|
|
|
|
<img src="./images/page3Icon4.png" alt="" class="page3Icon4 animate__animated animate__delay-3s">
|
2024-01-22 21:52:01 +08:00
|
|
|
<img src="./images/downioad.png" alt="" class="downioad animate__animated">
|
2024-01-24 20:10:25 +08:00
|
|
|
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow ">
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頁面4 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pages page4">
|
|
|
|
<img src="./images/pageText4.png" alt="" class="pageText4 animate__animated">
|
|
|
|
<img src="./images/page4.png" alt="" class="page4_in">
|
|
|
|
<img src="./images/page4Icon2.png" alt="" class="page4Icon2 animate__animated">
|
|
|
|
<img src="./images/page4Icon1.png" alt="" class="page4Icon1 animate__animated">
|
|
|
|
<img src="./images/downioad.png" alt="" class="downioad animate__animated">
|
2024-01-24 20:10:25 +08:00
|
|
|
<img src="./images/down.png" alt="" class="down animate__animated animate__slideInDown animate__slow ">
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頁面5 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="pages page5">
|
|
|
|
<img src="./images/pageTxte5.png" alt="" class="pageTxte5 animate__animated">
|
|
|
|
<img src="./images/contactUs.png" alt="" class="contactUs animate__animated">
|
|
|
|
<img src="./images/downioad.png" alt="" class="downioad animate__animated">
|
|
|
|
<!-- <img src="./images/down.png" alt="" class="down"> -->
|
|
|
|
<div class="bootom">
|
|
|
|
<p>Hongkong Han Fei Technology Co.,Limited</p>
|
|
|
|
<p>CR No:3040005</p>
|
2024-01-24 20:10:25 +08:00
|
|
|
<p style="margin-bottom:0">Address: BLDG. 19-21 HING YIP STREET KWUN TONG.KLN</p>
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 菜單 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="menu">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 頭部 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="top">
|
|
|
|
<!-- logo -->
|
|
|
|
<img src="./images/logo.png" alt="" class="logo">
|
|
|
|
<!-- app -->
|
|
|
|
<div class="name">PIKO</div>
|
|
|
|
<!-- 更多 -->
|
|
|
|
<img src="./images/close.png" alt="" class="close">
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 儲值 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="diamound">
|
2024-01-23 14:26:42 +08:00
|
|
|
<img src="./images/diamond.png" alt=""> 儲值
|
2024-01-22 21:52:01 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2024-01-23 14:26:42 +08:00
|
|
|
<span>首頁</span>
|
2024-01-22 21:52:01 +08:00
|
|
|
<img src="./images/rightIcon.png" alt="">
|
|
|
|
</li>
|
|
|
|
<li>
|
2024-01-23 14:26:42 +08:00
|
|
|
<span>錢包</span>
|
2024-01-22 21:52:01 +08:00
|
|
|
<img src="./images/rightIcon.png" alt="">
|
|
|
|
</li>
|
|
|
|
<li>
|
2024-01-23 14:26:42 +08:00
|
|
|
<span>聯繫我們</span>
|
2024-01-22 21:52:01 +08:00
|
|
|
<img src="./images/rightIcon.png" alt="">
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
2024-01-23 14:26:42 +08:00
|
|
|
<!-- 聯繫我們彈窗 -->
|
2024-01-22 21:52:01 +08:00
|
|
|
<div class="contactUs_pub">
|
|
|
|
<div class="contactUs_pub_in">
|
|
|
|
<img src="./images/sClose.png" alt="" class="sClose">
|
2024-01-23 14:26:42 +08:00
|
|
|
<div class="title">聯繫我們</div>
|
2024-01-22 21:52:01 +08:00
|
|
|
<ul>
|
|
|
|
<li class="li1">
|
|
|
|
<img src="./images/wx.png" alt="">
|
|
|
|
<span><b>Wehchat:</b> sd245376</span>
|
|
|
|
</li>
|
|
|
|
<li class="li2">
|
|
|
|
<img src="./images/line.png" alt="">
|
|
|
|
<span><b>Line:</b> pekoyuyin</span>
|
|
|
|
</li>
|
|
|
|
<li class="li3">
|
|
|
|
<img src="./images/email.png" alt="">
|
2024-01-25 15:53:51 +08:00
|
|
|
<span><b>Email:</b> pikoservice@outlook.com</span>
|
2024-01-22 21:52:01 +08:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2024-01-22 16:04:43 +08:00
|
|
|
</div>
|
2022-10-09 17:32:21 +08:00
|
|
|
</div>
|
2024-01-22 15:04:08 +08:00
|
|
|
|
|
|
|
<script src="../common/js/flexible.js"></script>
|
|
|
|
<script src="./js/jquery.min.js"></script>
|
|
|
|
<script src="./js/common.js"></script>
|
2024-01-22 21:52:01 +08:00
|
|
|
<script src="../common/js/layer.js"></script>
|
2024-01-23 14:26:42 +08:00
|
|
|
<script src="../common/js/vconsole.min.js"></script>
|
2024-01-25 12:34:27 +08:00
|
|
|
<script src="./js/index.js?v=1.0"></script>
|
2022-09-08 18:22:18 +08:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|