修改官网
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
BIN
view/peko/home/images/googlePlay2.png
Normal file
BIN
view/peko/home/images/googlePlay2.png
Normal file
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 |
BIN
view/peko/home/images/homePc2.png
Normal file
BIN
view/peko/home/images/homePc2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 356 KiB |
@@ -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>Address:BLDG. 19-21 HING YIP STREET KWUN TONG, KLN</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user