罗世杰:fix:成交案例页面样式调整,SearchShopListItem.vue支持显示成交案例
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
<view class="home-base-bg">
|
||||
<InputAndSwiper></InputAndSwiper>
|
||||
<view class="home-content">
|
||||
<view class="service">
|
||||
<u-image src="/static/statistics/sy_icon_lxkf.png" width="108rpx" height="108rpx"/>
|
||||
</view>
|
||||
<HomeNavCard></HomeNavCard>
|
||||
<HomeNoticeBar :text="notice"/>
|
||||
<Statistics :data="statisticsNum"/>
|
||||
@@ -54,6 +57,12 @@
|
||||
width: 100%;
|
||||
.home-content {
|
||||
margin: 0 10px;
|
||||
.service {
|
||||
position: fixed;
|
||||
right: 17rpx;
|
||||
top: 1109rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
.show-and-search{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user