修改内容

This commit is contained in:
yiqiuyang
2026-08-07 16:45:44 +08:00
parent c170b31f3a
commit 22a48ceb9f
34 changed files with 48 additions and 24 deletions
@@ -13,6 +13,10 @@ onMounted(() => {})
<img class="QR-img" :src="`./static/images/footer/mark.png`" alt="" />
<div class="label">市场联系人</div>
</div>
<div class="QR-dev">
<img class="QR-img" :src="`./static/images/footer/sx.png`" alt="" />
<div class="label">陕西联系人</div>
</div>
</div>
</template>
+2 -3
View File
@@ -38,8 +38,7 @@ const toMIIF = () => {
<div id="MIIT-Filing">
<span class="company">
Copyright © 2023.Rangu Technology Co.,Ltd. All rights reserved.
燃谷科技南京有限公司
Copyright © 2023.Rangu Technology Co.,Ltd. All rights reserved. 燃谷科技南京有限公司
</span>
<span class="url" @click="toMIIF">苏ICP备2023030548号-1</span>
<span class="url" @click="toMIIF">苏ICP备2023030548号-5</span>
@@ -63,7 +62,7 @@ const toMIIF = () => {
left: 190px;
}
#nav {
width: calc(100% - 410px - 550px);
width: calc(100% - 410px - 650px);
position: absolute;
left: 410px;
top: $top;
+2 -2
View File
@@ -21,14 +21,14 @@ onMounted(() => {})
width: 164px;
height: 56px;
position: absolute;
left: 160px;
left: 10px;
}
.nav {
width: 1000px;
height: $header_nav_height;
position: absolute;
right: 160px;
right: -120px;
overflow-y: hidden;
}
}
-2
View File
@@ -96,7 +96,6 @@ onUnmounted(() => {
::v-deep(.el-sub-menu__title) {
font-size: $nav_font_size !important;
font-family: 'PingFang SC' !important;
font-weight: 400 !important;
padding: 0px 25px !important;
box-sizing: border-box !important;
@@ -110,7 +109,6 @@ onUnmounted(() => {
/* 菜单项基础样式 */
.el-menu-item {
padding: 0 25px;
font-family: 'PingFang SC';
font-weight: 400;
font-size: $nav_font_size !important;
line-height: 100%;
+4 -4
View File
@@ -47,7 +47,7 @@ const imgList = [
id: 5,
width: 210,
height: 300,
list: ['main/20.png', 'main/21.png'],
list: ['main/20.png', 'main/21.png', 'main/22.png', 'main/23.png', 'main/24.png'],
},
]
@@ -138,8 +138,8 @@ onMounted(() => {})
width: 100%;
height: 100%;
}
.last-row {
justify-content: center !important;
}
// .last-row {
// justify-content: center !important;
// }
}
</style>
+33 -12
View File
@@ -6,10 +6,16 @@ import Banner from '@/components/Banner/index.vue'
const currentPage = ref(1)
const toCompany = () => {
window.open(
'https://www.amap.com/search?query=%E7%87%83%E8%B0%B7%E7%A7%91%E6%8A%80(%E5%8D%97%E4%BA%AC)%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8'
)
const toCompany = (type) => {
if (type === 'nj') {
window.open(
'https://www.amap.com/search?query=%E7%87%83%E8%B0%B7%E7%A7%91%E6%8A%80(%E5%8D%97%E4%BA%AC)%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8'
)
} else {
window.open(
'https://ditu.amap.com/search?query=%E9%99%95%E8%A5%BF%E7%9C%81%E8%A5%BF%E5%AE%89%E5%B8%82%E9%9B%81%E5%A1%94%E5%8C%BA%E8%A5%BF%E6%B2%A3%E8%B7%AF56%E5%8F%B7%E4%B8%87%E7%A7%91%E6%B1%87%E6%99%BA%E4%B8%AD%E5%BF%83'
)
}
}
onMounted(() => {})
@@ -23,20 +29,30 @@ onMounted(() => {})
title="联系我们"
v-model="currentPage"
:sourceWidth="1200"
:sourceHeight="400"
:sourceHeight="850"
:show-pagination="false"
:auto-play="false"
:showHover="false"
>
<template #default>
<div class="my-card flex j-s">
<div class="title">
<div class="label">燃谷科技南京有限公司</div>
<div class="label">电话13222013393</div>
<div class="label">邮箱company@rangutech.com</div>
<div class="label">地址江苏省南京市鼓楼区万谷硅巷5F</div>
<div class="my-card">
<div class="card-item flex j-s">
<div class="title">
<div class="label">燃谷科技南京有限公司</div>
<div class="label">电话13222013393</div>
<div class="label">邮箱company@rangutech.com</div>
<div class="label">地址江苏省南京市鼓楼区万谷硅巷5F</div>
</div>
<img class="img" src="/static/images/link/map.png" @click="toCompany('nj')" />
</div>
<div class="card-item flex j-s">
<div class="title">
<div class="label">燃谷科技陕西有限公司</div>
<div class="label">电话15009261000</div>
<div class="label">地址陕西省西安市雁塔区西沣路56号万科汇智中心2506</div>
</div>
<img class="img" src="/static/images/link/shanxi.png" @click="toCompany('sx')" />
</div>
<img class="img" src="/static/images/link/map.png" @click="toCompany"></img>
</div>
</template>
</Swiper>
@@ -54,6 +70,11 @@ onMounted(() => {})
width: 100%;
height: 100%;
padding-top: 20px;
.card-item {
margin-bottom: 40px;
}
.title {
text-align: left;
margin-top: 40px;