lu_quan_dev
rosehan 1 year ago
parent f64977ff5c
commit 3ce52a2478
  1. 11
      subPageA/scenic/sceniclist/sceniclist.vue
  2. 1038
      subPageB/hotel/hotellist/hotellist.vue

@ -67,7 +67,7 @@
<view class="product-title m-blue border blue-border">{{
p_item.slevel
}}</view>
<view class="product-con">{{ p_item.address }}</view>
<view class="product-con"><image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/icon_address.png" mode="widthFix"></image>{{ p_item.address }}</view>
</view>
</view>
</view>
@ -993,6 +993,7 @@ page {
}
.m-content {
overflow: hidden;
flex:1;
margin-left: 15rpx;
@ -1009,13 +1010,11 @@ page {
}
.product-con{ font-size: 28rpx;color: #999;
height: 40rpx;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
white-space: nowrap;
image{width: 24rpx;margin-right: 8rpx;}
}
}
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save