zhangwei
2025-12-19 348247468ec9fe4998af66620de420ffbd460e22
src/views/equipment/index.vue
@@ -4,7 +4,7 @@
            <div
                class="content text-white font-['Source_Han_Sans_SC'] font-bold text-[50px] leading-[80px] tracking-[11%] capitalize ">
                <p class="pb-3">全方位印刷解决方案 —— </p>
                <p>顶尖设备,卓越品质,满足您的每一项印刷需求</p>
                <p>顶尖设备,卓越品质,满足您的一切印刷需求</p>
            </div>
        </div>
        <!-- <el-image class="chuany-width100" :src="data.joinbanner"></el-image> -->
@@ -143,7 +143,8 @@
                所有工序,无需外协,川印都能完成</p>
                <div class="content flex flex-wrap justify-between pb-8">
                    <div v-for="(item,index) in arrayList" class=" pb-4 hover:text-[#0D61CE] cursor-pointer mx-6 ">
                        <el-image style="width: 380px; height: 300px" :src="item.url" class="hover:shadow-[0px_6px_18px_0px_#054CB726] transition-shadow duration-300"></el-image>
                        <el-image v-if="index==0||index==1" style="width: 586.34px; height: 406.59px" :src="item.url" class="hover:shadow-[0px_6px_18px_0px_#054CB726] transition-shadow duration-300"></el-image>
                        <el-image v-else style="width: 380px; height: 300px" :src="item.url" class="hover:shadow-[0px_6px_18px_0px_#054CB726] transition-shadow duration-300"></el-image>
                        <p class="font-['Source_Han_Sans'] font-medium text-[24px] leading-[50px] tracking-[5%] text-center capitalize pt-1">{{ item.name }}</p>
                    </div>
                </div>
@@ -206,6 +207,14 @@
]
const arrayList = [
    {
        name:'进口MBO全自动折页机',
        url:jinkouMBO
    },
    {
        name:'进口阿斯特全自动锁线机',
        url:suoxianji
    },
    {
        name:'模切机',
        url:moqieji
    },
@@ -221,10 +230,10 @@
        name:'粘页机',
        url:zhanyeji
    },
    {
        name:'粘信封机',
        url:zhanxinfeng
    },
    // {
    //     name:'粘信封机',
    //     url:zhanxinfeng
    // },
    {
        name:'烫金机',
        url:tangjinji
@@ -233,14 +242,7 @@
        name:'覆膜机',
        url:fumoji
    },
    {
        name:'进口MBO全自动折页机',
        url:jinkouMBO
    },
    {
        name:'进口阿斯特全自动锁线机',
        url:suoxianji
    },
]
const tabchange = (el) => {
    $router.push({