This commit is contained in:
花有清香月有阴
2022-02-17 10:01:37 +08:00
parent ba01c46f41
commit 9c71f94030

View File

@@ -44,12 +44,12 @@
</div>
<div class="cardBot">
<div class="icon">
<div class="icons">
<u-icon name="map-fill"></u-icon>
<span>东湖生态旅游风景区听涛景区</span>
</div>
<div class="icon" v-if="tabIndex != 3">
<div class="icones" v-if="tabIndex != 3">
<div class="img1">
<img src="../../static/AppVillager/1.png" alt="" class="img11" />
</div>
@@ -301,12 +301,12 @@ export default {
.cardBot {
margin-top: 24px;
.icon {
.icons {
padding: 8px 32px 8px 16px;
background: #eff1f3;
border-radius: 28px;
}
.icon {
.icones {
display: flex;
justify-content: space-between;
margin-top: 24px;
@@ -328,9 +328,6 @@ export default {
}
}
}
.icon:nth-child(2) {
background: #fff;
}
}
}