diff --git a/view/peko/home/css/index.css b/view/peko/home/css/index.css index 4a8f087..4c0add8 100644 --- a/view/peko/home/css/index.css +++ b/view/peko/home/css/index.css @@ -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; diff --git a/view/peko/home/css/index.scss b/view/peko/home/css/index.scss index bc2484e..be2a6ad 100644 --- a/view/peko/home/css/index.scss +++ b/view/peko/home/css/index.scss @@ -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; diff --git a/view/peko/home/images/googlePlay2.png b/view/peko/home/images/googlePlay2.png new file mode 100644 index 0000000..ac3af17 Binary files /dev/null and b/view/peko/home/images/googlePlay2.png differ diff --git a/view/peko/home/images/homePc.png b/view/peko/home/images/homePc.png index 5a3463c..ead89d3 100644 Binary files a/view/peko/home/images/homePc.png and b/view/peko/home/images/homePc.png differ diff --git a/view/peko/home/images/homePc2.png b/view/peko/home/images/homePc2.png new file mode 100644 index 0000000..6ad2c68 Binary files /dev/null and b/view/peko/home/images/homePc2.png differ diff --git a/view/peko/home/index.html b/view/peko/home/index.html index 52693af..2cbbdf2 100644 --- a/view/peko/home/index.html +++ b/view/peko/home/index.html @@ -66,7 +66,7 @@ @@ -83,9 +83,9 @@ -->

Hongkong Han Fei Technology Co., Limited

-

香港翰飞科技有限公司

+

CR No:3040005

-

地址:BLDG. 19-21 HING YIP STREET KWUN TONG, KLN

+

Address:BLDG. 19-21 HING YIP STREET KWUN TONG, KLN

diff --git a/view/peko/home/js/index.js b/view/peko/home/js/index.js index b1c2f04..cc5800f 100644 --- a/view/peko/home/js/index.js +++ b/view/peko/home/js/index.js @@ -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 () {