This commit is contained in:
王创世 2025-05-14 17:22:21 +08:00
commit 626e876e4f
53 changed files with 21 additions and 29 deletions

View File

@ -3,8 +3,8 @@
<div class="group_30 flex-col pc-footer"> <div class="group_30 flex-col pc-footer">
<div class="text-wrapper_13 flex-row"> <div class="text-wrapper_13 flex-row">
<span class="text_67">企业首页</span> <span class="text_67">企业首页</span>
<span class="text_68">产品&nbsp;&amp;服务</span> <span class="text_68">产品&amp;服务</span>
<span class="text_69">灵睿&nbsp;&amp;我们</span> <span class="text_69">灵睿&amp;我们</span>
<span class="text_70">客户&amp;评价</span> <span class="text_70">客户&amp;评价</span>
<span class="text_71">社会&amp;责任</span> <span class="text_71">社会&amp;责任</span>
<span class="text_72">联系我们</span> <span class="text_72">联系我们</span>

View File

@ -13,12 +13,12 @@
</span> </span>
<span class="text_2"> <span class="text_2">
<NuxtLink to="/proServices/" :class="{ 'active': route.path === '/proServices/' || route.path === '/proServices_con/' || route.path === '/proServices_con' || route.path === '/proServices' }"> <NuxtLink to="/proServices/" :class="{ 'active': route.path === '/proServices/' || route.path === '/proServices_con/' || route.path === '/proServices_con' || route.path === '/proServices' }">
产品&nbsp;&amp;服务 产品&amp;服务
</NuxtLink> </NuxtLink>
</span> </span>
<span class="text_3"> <span class="text_3">
<NuxtLink to="/aboutUs/" :class="{ 'active': route.path === '/aboutUs/' || route.path === '/aboutUs' }"> <NuxtLink to="/aboutUs/" :class="{ 'active': route.path === '/aboutUs/' || route.path === '/aboutUs' }">
灵睿&nbsp;&amp;我们 灵睿&amp;我们
</NuxtLink> </NuxtLink>
</span> </span>
<span class="text_4"> <span class="text_4">
@ -51,8 +51,8 @@
<!-- Mobile Navigation --> <!-- Mobile Navigation -->
<div class="mobile-nav" v-if="isMobileMenuOpen"> <div class="mobile-nav" v-if="isMobileMenuOpen">
<span class="mobile-nav-item">企业首页</span> <span class="mobile-nav-item">企业首页</span>
<span class="mobile-nav-item">产品&nbsp;&amp;服务</span> <span class="mobile-nav-item">产品&amp;服务</span>
<span class="mobile-nav-item">灵睿&nbsp;&amp;我们</span> <span class="mobile-nav-item">灵睿&amp;我们</span>
<span class="mobile-nav-item">客户&amp;评价</span> <span class="mobile-nav-item">客户&amp;评价</span>
<span class="mobile-nav-item">社会&amp;责任</span> <span class="mobile-nav-item">社会&amp;责任</span>
<span class="mobile-nav-item">联系我们</span> <span class="mobile-nav-item">联系我们</span>
@ -98,6 +98,9 @@ console.log(route)
display: none; display: none;
} }
} }
.desktop-nav_top{
}
.mobile-menu-btn { .mobile-menu-btn {
display: none; display: none;

View File

@ -260,30 +260,19 @@
</div> --> </div> -->
<div class="dswper"> <div class="dswper">
<swiper ref="swiper_exp" :slidesPerView="3" loop :loopedSlides="3" :autoplay="false" centeredSlides <swiper ref="swiper_exp" :slidesPerView="3" loop :loopedSlides="5" :autoplay="false" centeredSlides
:modules="modules" :watchSlidesProgress="true" @swiper="onSwiperExp" effect="coverflow"> :modules="modules" :watchSlidesProgress="true" @swiper="onSwiperExp" :grid="{fill:'column',rows: 1}" spaceBetween="20">
<swiper-slide> <swiper-slide v-for="(item,index) in 14" :key="index">
<img src="public/img/op1.png" style="width: 100%;"> <img :src="`/img/home_al/op${item}.png`" style="width: 100%;">
</swiper-slide>
<swiper-slide>
<img src="public/img/op2.png" style="width: 100%;">
</swiper-slide>
<swiper-slide>
<img src="public/img/op1.png" style="width: 100%;">
</swiper-slide>
<swiper-slide>
<img src="public/img/op2.png" style="width: 100%;">
</swiper-slide>
<swiper-slide>
<img src="public/img/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
</swiper> </swiper>
<div class="dswper_left"> <!-- <div class="dswper_left">
<img src="public/img/opl.png"> <img src="public/img/opl.png">
</div> </div>
<div class="dswper_right"> <div class="dswper_right">
<img src="public/img/opr.png"> <img src="public/img/opr.png">
</div> </div> -->
<div class="flex-row justify-center align-center absolute w-full bottom-[-50px]" style="gap: 30px;"> <div class="flex-row justify-center align-center absolute w-full bottom-[-50px]" style="gap: 30px;">
<div style="width: 25px;height:5px;background-color: #fc7428;"></div> <div style="width: 25px;height:5px;background-color: #fc7428;"></div>
<div style="width: 25px;height:5px;background-color: #C1C1C1;"></div> <div style="width: 25px;height:5px;background-color: #C1C1C1;"></div>

View File

@ -149,19 +149,19 @@
:modules="modules" :watchSlidesProgress="true" @swiper="onSwiperExp" effect="coverflow" :modules="modules" :watchSlidesProgress="true" @swiper="onSwiperExp" effect="coverflow"
:breakpoints="swiperBreakpoints"> :breakpoints="swiperBreakpoints">
<swiper-slide> <swiper-slide>
<img src="public/img/op1.png" style="width: 100%;"> <img src="public/img/home_al/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide>
<img src="public/img/op1.png" style="width: 100%;"> <img src="public/img/home_al/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide>
<img src="public/img/op1.png" style="width: 100%;"> <img src="public/img/home_al/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide>
<img src="public/img/op1.png" style="width: 100%;"> <img src="public/img/home_al/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
<swiper-slide> <swiper-slide>
<img src="public/img/op1.png" style="width: 100%;"> <img src="public/img/home_al/op1.png" style="width: 100%;">
</swiper-slide> </swiper-slide>
</swiper> </swiper>
<div class="dswper_left"> <div class="dswper_left">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 KiB

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1022 KiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1020 KiB

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 KiB

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 287 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 291 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

BIN
public/img/home_al/op1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

BIN
public/img/home_al/op10.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

BIN
public/img/home_al/op11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

BIN
public/img/home_al/op12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
public/img/home_al/op13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

BIN
public/img/home_al/op14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
public/img/home_al/op2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
public/img/home_al/op3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
public/img/home_al/op4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
public/img/home_al/op5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
public/img/home_al/op6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

BIN
public/img/home_al/op7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
public/img/home_al/op8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

BIN
public/img/home_al/op9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 61 KiB