You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
974 B
24 lines
974 B
|
5 years ago
|
<!--pages/list/hotel/index.wxml-->
|
||
|
|
<search></search>
|
||
|
|
<image src="" mode="widthFix" class="topimg"></image>
|
||
|
|
<view class="hotel-types">
|
||
|
|
<view class="hotel-type">星级酒店</view>
|
||
|
|
<view class="hotel-type">精品酒店</view>
|
||
|
|
<view class="hotel-type">经济连锁</view>
|
||
|
|
<view class="hotel-type active">特色民宿</view>
|
||
|
|
</view>
|
||
|
|
<view class="hotel-item">
|
||
|
|
<image mode="widthFix" class="headimg" src=""></image>
|
||
|
|
<view class="top-bg">
|
||
|
|
<!-- <image src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/listtop/hotel_top_bg.png" mode="widthFix"></image> -->
|
||
|
|
<text>TOP1</text>
|
||
|
|
</view>
|
||
|
|
<view class="infos">
|
||
|
|
<view class="textOver">苏州香格里拉大酒店</view>
|
||
|
|
<view class="tags textOver">
|
||
|
|
<view class="tag">市中心</view>
|
||
|
|
<view class="tag">十全街十全街十全街十全街十全街十全街/观前街</view>
|
||
|
|
<view class="price"><text>¥</text><text>85</text><text>起</text></view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|