| | |
| | | <div class="chuany-flex chuany-flex-wrap chuany-justify-between " style="margin: 0 auto;"> |
| | | <div v-for="(item, index) in images" :key="index" class="chuany-paddingbottom-20"> |
| | | <div class="flex chuany-flex-wrap justify-center ml-6" :class="item.url.includes('1')?'w-[372.37px] h-[419.91px]':'w-[372.37px] h-[320px]'"> |
| | | <el-image :src="item.url" :preview-src-list="[item.url]" fit="cover" :class="item.url.includes('1')&&'w-[290px]'" |
| | | <el-image :src="item.url" :preview-src-list="[item.url]" fit="cover" :class="item.url.includes('small')||'w-[290px]'" |
| | | ></el-image> |
| | | <p class="font-['Source_Han_Sans_SC'] text-center mt-3 ">{{ item.name }}</p> |
| | | </div> |
| | |
| | | import { articleInfo } from '@/api/text.js' |
| | | const { $route } = getCurrentInstance().appContext.config.globalProperties |
| | | import $store from "@/store/index.js"; |
| | | import yingyezhizhao from '@/static/img/yingyezhizhao.png' |
| | | import dengji from '@/static/img/dengji.png' |
| | | import chuban from '@/static/img/chuban.png' |
| | | import dianzi from '@/static/img/dianzi.png' |
| | | import shifan from '@/static/img/shifan.png' |
| | | import shouxin from '@/static/img/shouxin1.png' |
| | | import yingyezhizhao from '@/static/img/smallyingyezhizhao.png' |
| | | import dengji from '@/static/img/smalldengji.png' |
| | | import chuban from '@/static/img/smallchuban.png' |
| | | import dianzi from '@/static/img/smalldianzi.png' |
| | | import shifan from '@/static/img/smallshifan.png' |
| | | import shouxin from '@/static/img/smallshouxin.png' |
| | | import zz1biaozhi from '@/static/img/zz1biaozhi.png' |
| | | import shengchan from '@/static/img/shengchan1.png' |
| | | import ertong from '@/static/img/ertong1.png' |