Commit 2d065836 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/zk123/jz_travel

parents 14294b7d a556adcd
...@@ -89,9 +89,11 @@ ...@@ -89,9 +89,11 @@
border-radius: 20rpx; border-radius: 20rpx;
overflow: hidden; overflow: hidden;
margin-right: 30rpx; margin-right: 30rpx;
box-shadow: 0rpx 10rpx 30rpx 0rpx rgba(36, 36, 36, 0.2);
} }
.hotel-list-item .img-box image{ .hotel-list-item .img-box image{
width: 100%; width: 100%;
height: 100%;
} }
.hotel-list-item .hotel-info{ .hotel-list-item .hotel-info{
width: 1px; width: 1px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view> <view>
<view class="hotel-list-item" v-for="(item,index) in scenicArr" :key="index" @click="goHotelDetail(item.ID)"> <view class="hotel-list-item" v-for="(item,index) in scenicArr" :key="index" @click="goHotelDetail(item.ID)">
<view class="img-box"> <view class="img-box">
<image :src="item.CoverImg" mode="aspectFill" style="height: 100%;"</image> <image :src="item.CoverImg" mode="aspectFill"></image>
</view> </view>
<view class="hotel-info"> <view class="hotel-info">
<view class="hotel-name">{{item.Name}}</view> <view class="hotel-name">{{item.Name}}</view>
...@@ -93,6 +93,7 @@ ...@@ -93,6 +93,7 @@
} }
.hotel-list-item .img-box image{ .hotel-list-item .img-box image{
width: 100%; width: 100%;
height: 100%;
} }
.hotel-list-item .hotel-info{ .hotel-list-item .hotel-info{
width: 1px; width: 1px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment