@@ -301,7 +302,6 @@
-
@@ -556,8 +556,7 @@
China Highlights International Travel Service Co., LTD
- Address: Building 6, Chuangyi Business
- Park, 70 Qilidian Road, Guilin, Guangxi, 541004, China
+ Address: 8/F, Building 3B, Sanjin Plaza, No. 1 Jinxing Road, Guilin, Guangxi 541004, China
@@ -586,14 +585,14 @@
var currentScrollPos = w.pageYOffset;
if (Math.abs(currentScrollPos - prevScrollpos) > 5) { // 滚动阈值
if (prevScrollpos > currentScrollPos) {
- navbar.style.top = '0';
+ navbar.style.transform = 'translateY(0)';
} else {
- navbar.style.top = '-100px';
+ navbar.style.transform = 'translateY(-150px)';
}
prevScrollpos = currentScrollPos;
}
}, 25) // 防止快速滚动时频繁触发
- })(window, document, 'header');
+ })(window, document, 'pc_nav');
@@ -683,7 +682,7 @@
"name": "China Highlights",
"address": {
"@type": "PostalAddress",
- "streetAddress": "Building 6, Chuangyi Business Park, 70 Qilidian Road",
+ "streetAddress": "8/F, Building 3B, Sanjin Plaza, No. 1 Jinxing Road, Guilin, Guangxi 541004, China",
"addressLocality": "Guilin",
"addressRegion": "Guangxi",
"postalCode": "541004",
diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php
index ac198882..a938d7e1 100644
--- a/application/views/mobile_first/ch.php
+++ b/application/views/mobile_first/ch.php
@@ -570,8 +570,7 @@