gximg
This commit is contained in:
parent
8d06d834d4
commit
a95db367ba
|
@ -131,7 +131,9 @@
|
|||
<img
|
||||
:src="item.img"
|
||||
class="zyys_content_item_left"
|
||||
|
||||
:class="{
|
||||
imgB: item.name == '菜市场' || item.name == '停车场' || item.name == '文化广场'|| item.name == '残疾人之家',
|
||||
}"
|
||||
/>
|
||||
<div class="zyys_content_item_right">{{ item.name }}</div>
|
||||
</div>
|
||||
|
@ -1134,14 +1136,14 @@ const yaosuTotal = ref([
|
|||
{
|
||||
id: 25,
|
||||
name: "菜市场",
|
||||
img:csc,
|
||||
img: csc,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 26,
|
||||
name: "停车场",
|
||||
img:tcc,
|
||||
img: tcc,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
|
@ -1149,35 +1151,35 @@ const yaosuTotal = ref([
|
|||
{
|
||||
id: 21,
|
||||
name: "党群服务中心",
|
||||
img:dqfwzx,
|
||||
img: dqfwzx,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 22,
|
||||
name: "残疾人之家",
|
||||
img:cjrzj,
|
||||
img: cjrzj,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 23,
|
||||
name: "百姓健身房",
|
||||
img:bxjsf,
|
||||
img: bxjsf,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 31,
|
||||
name: "绿色跑道",
|
||||
img:lspd,
|
||||
img: lspd,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 24,
|
||||
name: "便民服务中心",
|
||||
img:bmfwzx,
|
||||
img: bmfwzx,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
|
@ -1185,28 +1187,28 @@ const yaosuTotal = ref([
|
|||
{
|
||||
id: 27,
|
||||
name: "老年活动室",
|
||||
img:lnhds,
|
||||
img: lnhds,
|
||||
wz: true,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 28,
|
||||
name: "篮球场",
|
||||
img:lqc,
|
||||
img: lqc,
|
||||
wz: false,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 29,
|
||||
name: "足球场",
|
||||
img:zqc,
|
||||
img: zqc,
|
||||
wz: false,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
name: "文化广场",
|
||||
img:whgc,
|
||||
img: whgc,
|
||||
wz: false,
|
||||
click: false,
|
||||
},
|
||||
|
@ -1214,14 +1216,14 @@ const yaosuTotal = ref([
|
|||
{
|
||||
id: 32,
|
||||
name: "公厕",
|
||||
img:gc,
|
||||
img: gc,
|
||||
wz: false,
|
||||
click: false,
|
||||
},
|
||||
{
|
||||
id: 33,
|
||||
name: "文化礼堂",
|
||||
img:whlt,
|
||||
img: whlt,
|
||||
wz: false,
|
||||
click: false,
|
||||
},
|
||||
|
@ -5557,7 +5559,10 @@ onMounted(async () => {
|
|||
height: 18px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.imgB{
|
||||
width: 25px;
|
||||
height: 22px;
|
||||
}
|
||||
.zyys_content_item_right {
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue