css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user