|
@ -8,7 +8,7 @@ |
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250618/0c2a469b4216f8cd570822b642d0a0fe.png"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20250618/0c2a469b4216f8cd570822b642d0a0fe.png"></image> |
|
|
<view style="padding:50rpx 0 67rpx">暂无数据</view> |
|
|
<view style="padding:50rpx 0 67rpx">暂无数据</view> |
|
|
</view> |
|
|
</view> |
|
|
<scroll-view class="right-container no-scrollbar" :scroll-y="true" @scrolltolower="scrollLow()" v-else> |
|
|
<view class="right-container no-scrollbar" :scroll-y="true" v-else> |
|
|
<view class="search-result" > |
|
|
<view class="search-result" > |
|
|
<view v-for="(item,i) in list" class="search-item" :key="i" @click="viewDetail(item)"> |
|
|
<view v-for="(item,i) in list" class="search-item" :key="i" @click="viewDetail(item)"> |
|
|
<image :src="showImg(item.headimg)" mode="aspectFill"></image> |
|
|
<image :src="showImg(item.headimg)" mode="aspectFill"></image> |
|
@ -21,7 +21,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</scroll-view > |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height: 60rpx;"></view> |
|
|
<view style="height: 60rpx;"></view> |
|
|
</view> |
|
|
</view> |
|
@ -138,15 +138,9 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data-container{ |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right-container{ |
|
|
.right-container{ |
|
|
flex: 1; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 1rpx; |
|
|
|
|
|
.search-result{ |
|
|
.search-result{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
@ -219,35 +213,35 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
.placeholder-content{ |
|
|
.placeholder-content{ |
|
|
background: white; |
|
|
background: white; |
|
|
position: relative; |
|
|
position: relative; |
|
|
.btn-cover{ |
|
|
.btn-cover{ |
|
|
z-index: 200; |
|
|
z-index: 200; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
width: 750rpx; |
|
|
width: 750rpx; |
|
|
height: 148rpx; |
|
|
height: 148rpx; |
|
|
background: #FFFFFF; |
|
|
background: #FFFFFF; |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(6,0,1,0.1); |
|
|
box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(6,0,1,0.1); |
|
|
.btn{ |
|
|
.btn{ |
|
|
width: 670rpx; |
|
|
width: 670rpx; |
|
|
height: 78rpx; |
|
|
height: 78rpx; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
line-height: 78rpx; |
|
|
line-height: 78rpx; |
|
|
background: #6A8A2D; |
|
|
background: #6A8A2D; |
|
|
border-radius: 11rpx; |
|
|
border-radius: 11rpx; |
|
|
|
|
|
|
|
|
font-size: 34rpx; |
|
|
font-size: 34rpx; |
|
|
font-family: PingFangSC; |
|
|
font-family: PingFangSC; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
color: #FFFFFF; |
|
|
color: #FFFFFF; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.supplier-box{ |
|
|
.supplier-box{ |
|
|