酒店接口对接 bug修改

This commit is contained in:
duanliang
2025-03-21 10:58:42 +08:00
parent a955e27665
commit a49b10e3fa
6 changed files with 653 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
</div>
</div>
</div>
<div class="statistic-box">
<div class="statistic-box" v-if="info?.hotelStadiumType==1">
<div class="statistic-item">
<div class="statistic-item__label">
<img src="@/assets/images/dot-primary.svg" alt="" />
@@ -161,11 +161,12 @@
}
.statistic {
&-box {
height: vh(114);
height: vh(94);
margin: 0 vw(26);
gap: vw(20);
display: flex;
align-items: center;
margin-top:vh(10);
}
&-item {
flex: 1;
@@ -204,10 +205,13 @@
}
.desc {
&-box {
margin: 0 vw(20);
margin: vh(20) vw(20);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
}
&-box-2{
}
&-container {
padding: vh(20) vw(20) 0 vw(20);
}