hookehuyr

fix

......@@ -23,7 +23,7 @@
</view>
</nut-col>
<nut-col span="6" class="order-card-price-num">
<text>x1</text>
<IconFont name="close" size="7" color="#000" style="margin-right: 5rpx; margin-bottom: 0.5rpx;"></IconFont><text>1000</text>
</nut-col>
</nut-row>
</view>
......
......@@ -44,7 +44,7 @@
}
.check-in-time {
color: #010101;
font-size: 0.87rem;
font-size: 0.85rem;
font-weight: bold;
text-align: right;
}
......
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-25 12:42:48
* @LastEditTime: 2023-12-25 16:09:56
* @FilePath: /meihuaApp/src/pages/detail/index.vue
* @Description: 房间详情页面
-->
......@@ -9,7 +9,7 @@
<view class="detail-page">
<nut-swiper :init-page="page" :pagination-visible="true" pagination-color="#426543" auto-play="5000">
<nut-swiper-item v-for="(item, index) in state.imgData" :key="index">
<image @tap="showFn" style="width: 100%; height: 150px;" mode="aspectFill" :src="item.src" />
<image @tap="showFn" style="width: 100%; height: 200px;" mode="aspectFill" :src="item.src" />
</nut-swiper-item>
</nut-swiper>
<view class="detail-info-wrapper">
......