-
zhangwei
2025-12-19 71ae6f580c5746a93aab3e3b26122491f4c93875
src/views/equipment/index.vue
@@ -142,7 +142,7 @@
            <p class="font-['Source_Han_Sans_SC'] font-normal text-[24px] leading-[41px] tracking-[10%] text-center capitalize text-[#696969] py-12">
                所有工序,无需外协,川印都能完成</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  ">
                    <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>
                        <p class="font-['Source_Han_Sans'] font-medium text-[24px] leading-[50px] tracking-[5%] text-center capitalize pt-1">{{ item.name }}</p>
                    </div>