hookehuyr

fix

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