diff --git a/index.html b/index.html index af0e914..0cb307f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 燃谷科技(南京)有限公司 + 燃谷科技 {})
市场联系人
+
+ +
陕西联系人
+
diff --git a/src/views/layout/pc/footer/index.vue b/src/views/layout/pc/footer/index.vue index adcd103..8a6681f 100644 --- a/src/views/layout/pc/footer/index.vue +++ b/src/views/layout/pc/footer/index.vue @@ -38,8 +38,7 @@ const toMIIF = () => {
- Copyright © 2023.Rangu Technology Co.,Ltd. All rights reserved. - 燃谷科技(南京)有限公司 + Copyright © 2023.Rangu Technology Co.,Ltd. All rights reserved. 燃谷科技(南京)有限公司 苏ICP备2023030548号-1 苏ICP备2023030548号-5 @@ -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; diff --git a/src/views/layout/pc/header/index.vue b/src/views/layout/pc/header/index.vue index d85ba91..a24bb67 100644 --- a/src/views/layout/pc/header/index.vue +++ b/src/views/layout/pc/header/index.vue @@ -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; } } diff --git a/src/views/layout/pc/header/nav.vue b/src/views/layout/pc/header/nav.vue index 2f68ec7..a511d0f 100644 --- a/src/views/layout/pc/header/nav.vue +++ b/src/views/layout/pc/header/nav.vue @@ -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%; diff --git a/src/views/pc/about/index.vue b/src/views/pc/about/index.vue index 011c83d..19b5f4a 100644 --- a/src/views/pc/about/index.vue +++ b/src/views/pc/about/index.vue @@ -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; + // } } diff --git a/src/views/pc/link/index.vue b/src/views/pc/link/index.vue index 320e5dc..4ddaad5 100644 --- a/src/views/pc/link/index.vue +++ b/src/views/pc/link/index.vue @@ -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" > @@ -54,6 +70,11 @@ onMounted(() => {}) width: 100%; height: 100%; padding-top: 20px; + + .card-item { + margin-bottom: 40px; + } + .title { text-align: left; margin-top: 40px;