|
|
@ -22,7 +22,7 @@ |
|
|
|
v-else-if="selectIndex === 3"> |
|
|
|
<div> |
|
|
|
<div class="case-img overflow-hidden position-relative" |
|
|
|
@click="goPage(`/productcenter/${item.name}`, 'productCenter')"> |
|
|
|
@click="goPage(`/productcenter/${item.position}`, 'productCenter')"> |
|
|
|
<img :src="item.detail" :alt="item.name" class="width-100 d-block position-relative imgcase" |
|
|
|
loading="lazy" /> |
|
|
|
<span class="position-absolute color-fff project-center-title1 font-size-22 font-700">{{ item.name }}</span> |
|
|
@ -58,13 +58,13 @@ let bannerList = ref<any>([ |
|
|
|
{ detail: new URL("../assets/img/ProjectCase/08/1.jpg", import.meta.url).href, name: 'Ocean 17', address: 'Carlsbad,CA,USA', position: 7 }, |
|
|
|
]) |
|
|
|
let bannerList2 = ref<any>([ |
|
|
|
{ detail: new URL("../assets/img/center01.jpg", import.meta.url).href, name: 'Door' }, |
|
|
|
{ detail: new URL("../assets/img/center02.jpg", import.meta.url).href, name: 'Window' }, |
|
|
|
{ detail: new URL("../assets/img/center03.jpg", import.meta.url).href, name: 'Railing' }, |
|
|
|
{ detail: new URL("../assets/img/center04.jpg", import.meta.url).href, name: 'Building Material' }, |
|
|
|
{ detail: new URL("../assets/img/center05.jpg", import.meta.url).href, name: 'Kitchen Cabinets with Customization' }, |
|
|
|
{ detail: new URL("../assets/img/center06.jpg", import.meta.url).href, name: 'Kitchen faucet and sink' }, |
|
|
|
{ detail: new URL("../assets/img/center07.jpg", import.meta.url).href, name: 'Sanitary Ware' }, |
|
|
|
{ detail: new URL('../assets/img/center06.jpg', import.meta.url).href, name: 'Hotel FFE', position: 0 }, |
|
|
|
{ detail: new URL("../assets/img/center01.jpg", import.meta.url).href, name: 'Doors', position: 1 }, |
|
|
|
{ detail: new URL("../assets/img/center02.jpg", import.meta.url).href, name: 'Windows', position: 2 }, |
|
|
|
{ detail: new URL("../assets/img/center03.jpg", import.meta.url).href, name: 'Railings', position: 3 }, |
|
|
|
{ detail: new URL("../assets/img/center04.jpg", import.meta.url).href, name: 'Building Materials', position: 4 }, |
|
|
|
{ detail: new URL("../assets/img/center05.jpg", import.meta.url).href, name: 'Kitchen Cabinets with Customizations', position: 5 }, |
|
|
|
{ detail: new URL("../assets/img/center07.jpg", import.meta.url).href, name: 'Sanitary Wares', position: 6 }, |
|
|
|
]) |
|
|
|
let screenWidth = ref<any>('') |
|
|
|
let mobileShow = ref<any>(false) |
|
|
|