修改官网

This commit is contained in:
Dragon
2023-11-22 17:26:41 +08:00
parent 1bb5a6ee49
commit ef5a55eb2c
7 changed files with 10 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ html {
.homePc {
width: 100%;
height: 10rem;
background: url(../images/homePc.png) no-repeat;
background: url(../images/homePc2.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
@@ -63,8 +63,6 @@ html {
color: white;
padding: 0.2rem 0;
vertical-align: top;
position: absolute;
top: 0.8rem;
}
.eori .gongsi {
display: flex;
@@ -194,8 +192,6 @@ html {
background: #30312C;
color: white;
padding: 0.2rem 0;
position: absolute;
top: 0.75rem;
}
.eori .recordfoot {
color: #fff;

View File

@@ -27,7 +27,7 @@ html {
.homePc {
width: 100%;
height: 10rem;
background: url(../images/homePc.png) no-repeat;
background: url(../images/homePc2.png) no-repeat;
background-size: 100% 100%;
position: relative;
@@ -77,8 +77,8 @@ html {
color: rgb(255, 255, 255);
padding: 0.2rem 0;
vertical-align: top;
position: absolute;
top: 0.8rem;
// position: absolute;
// top: 0.8rem;
.gongsi {
display: flex;
@@ -246,8 +246,8 @@ html {
background: #30312C;
color: rgb(255, 255, 255);
padding: 0.2rem 0;
position: absolute;
top: 0.75rem;
// position: absolute;
// top: 0.75rem;
.recordfoot {
color: #fff;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

View File

@@ -66,7 +66,7 @@
<!-- <div class="swiper-pagination swp"></div> -->
</div>
<div class="logo">
<img class="googlePlay" src="./images/googlePlay.png" alt="">
<img class="googlePlay" src="./images/googlePlay2.png" alt="">
<img class="appleStore" src="./images/appleStore.png" alt="">
<img class="apk" src="./images/apk.png" alt="">
</div>
@@ -83,9 +83,9 @@
</div> -->
<div class="gongsi">
<p>Hongkong Han Fei Technology Co., Limited</p>
<p>香港翰飞科技有限公司</p>
<!-- <p>香港翰飞科技有限公司</p> -->
<p>CR No:3040005 </p>
<p>地址BLDG. 19-21 HING YIP STREET KWUN TONG, KLN</p>
<p>AddressBLDG. 19-21 HING YIP STREET KWUN TONG, KLN</p>
</div>
</div>
</div>

View File

@@ -103,6 +103,7 @@ $(function () {
})
// logo跳转
$('.googlePlay').click(function () {
return
window.location.href = 'https://play.google.com/store/apps/details?id=com.vele.pekolive'
})
$('.appleStore').click(function () {