|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
<div class="ebtm-menu">
|
|
|
- <img @click.stop="$bus.$emit('changeMenu', 'func')" :src="require(`@/assets/images/proj2022/mobile/menu_active@2x.png`)" alt="" />
|
|
|
+ <img @click.stop="$bus.$emit('changeMenu', 'func')" :src="require(`@/assets/images/proj2022/mobile/menu_active.png`)" alt="" />
|
|
|
<ul>
|
|
|
<li v-for="(item, i) in list" :key="i">
|
|
|
<div :class="{ active: item.id == $route.params.type }" @click="onClick(item)">
|
|
|
- <img :src="require(`@/assets/images/proj2022/mobile/zhanxiang/${item.id}@2x.png`)" alt="" />
|
|
|
+ <img :src="require(`@/assets/images/proj2022/mobile/zhanxiang/${item.id}.png`)" alt="" />
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -92,7 +92,7 @@ export default {
|
|
|
z-index: 999;
|
|
|
width: 100%;
|
|
|
height: 103px;
|
|
|
- background-image: url("~@/assets/images/proj2022/mobile/shuping_left@2x.png");
|
|
|
+ background-image: url("~@/assets/images/proj2022/mobile/shuping_left.png");
|
|
|
background-size: 100% auto;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: bottom left;
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
z-index: 999;
|
|
|
width: 100%;
|
|
|
height: 110px !important;
|
|
|
- background-image: url("~@/assets/images/proj2022/mobile/hengping@2x.png") !important;
|
|
|
+ background-image: url("~@/assets/images/proj2022/mobile/hengping.png") !important;
|
|
|
background-size: 100% auto;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: bottom left;
|