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