diff --git a/components/AppHeader.vue b/components/AppHeader.vue index 3d18170..3af0802 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -192,8 +192,8 @@ console.log(route) } .hamburger { - width: 30px; - height: 24px; + width: 25px; + height: 18px; position: relative; span { @@ -210,11 +210,11 @@ console.log(route) } &:nth-child(2) { - top: 10px; + top: 9px; } &:nth-child(3) { - top: 20px; + top: 18px; } } diff --git a/pages/index.vue b/pages/index.vue index b24f1a9..4bbf1e7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,17 +3,16 @@
- - - - + + +
@@ -484,9 +483,7 @@ const router = useRouter() onMounted(() => { const coMobile = /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); if (coMobile) { - router.push('/phone_index/') - } else { - router.push('/') + window.location.href="/web/phone_index/"; } getIndexNews(); nextTick(() => { diff --git a/pages/phone_index.vue b/pages/phone_index.vue index d7ff7cd..c9869d0 100644 --- a/pages/phone_index.vue +++ b/pages/phone_index.vue @@ -447,13 +447,6 @@ const checkMobile = () => { onMounted(() => { checkMobile() window.addEventListener('resize', checkMobile) - - const coMobile = /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); - if (coMobile) { - router.push('/phone_index') - } else { - router.push('/') - } getIndexNews(); nextTick(() => { // 初始化 ScrollReveal diff --git a/pages/phone_proServices.vue b/pages/phone_proServices.vue index 7dd3b49..adcb37f 100644 --- a/pages/phone_proServices.vue +++ b/pages/phone_proServices.vue @@ -656,11 +656,6 @@ const animate = () => { cursor: pointer; /* 强制每个单元格左对齐 */ } - -.service-item:hover { - background-color: #4A4C5F; -} - .service-wl { position: relative; width: 340px; @@ -670,10 +665,6 @@ const animate = () => { cursor: pointer; } -.service-wl:hover { - transform: scale(1.1); -} - .service-yw { position: relative; transition: all 0.3s ease; @@ -699,15 +690,6 @@ const animate = () => { transition: all 0.3s ease; pointer-events: none; } - - &:hover { - transform: translateY(-5px); - - &::before { - transform: scale(1); - opacity: 1; - } - } } .service_top1 { diff --git a/pages/phone_proServices_con.vue b/pages/phone_proServices_con.vue index 046d01b..34ae90b 100644 --- a/pages/phone_proServices_con.vue +++ b/pages/phone_proServices_con.vue @@ -494,25 +494,12 @@ const animate = () => { cursor: pointer; } -.service-wl:hover { - transform: scale(1.1); -} - .service-yw { position: relative; transition: all 0.3s ease; cursor: pointer; border-radius: 12px; overflow: hidden; - - &:hover { - transform: translateY(-5px); - - &::before { - transform: scale(1); - opacity: 1; - } - } } .service_top1 { @@ -696,11 +683,6 @@ const animate = () => { text-transform: none; align-items: center; - &:hover { - color: #FC7428; - cursor: pointer; - } - img { margin-right: 30px; } diff --git a/public/img/home_al/op1.png b/public/img/home_al/op1.png index e7b834e..0d00c6c 100644 Binary files a/public/img/home_al/op1.png and b/public/img/home_al/op1.png differ diff --git a/public/img/home_al/op15.png b/public/img/home_al/op15.png new file mode 100644 index 0000000..7449a89 Binary files /dev/null and b/public/img/home_al/op15.png differ diff --git a/public/img/home_al/op2.png b/public/img/home_al/op2.png index 7449a89..c2fd9ba 100644 Binary files a/public/img/home_al/op2.png and b/public/img/home_al/op2.png differ diff --git a/public/img/home_al/op6.png b/public/img/home_al/op6.png index e1bf632..e7b834e 100644 Binary files a/public/img/home_al/op6.png and b/public/img/home_al/op6.png differ