This commit is contained in:
THK3121 2023-09-09 20:34:36 +08:00
parent 5a5a18571a
commit 039890b3cb

View File

@ -29,10 +29,10 @@
通滩镇里海云仓 通滩镇里海云仓
</view> </view>
</view> </view>
<view class="" @click="showPop=true"> <view class="head_r" @click="showPop=true">
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx" <u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
height="50.82rpx"></u--image> height="50.82rpx"></u--image>
全部 <text>全部</text>
</view> </view>
</view> </view>
</transition> </transition>
@ -56,7 +56,7 @@
<u--image class="img_cls" :showLoading="true" src="/static/images/GXSC/SS.png" <u--image class="img_cls" :showLoading="true" src="/static/images/GXSC/SS.png"
width="115.65rpx" height="56.82rpx" @click="serch"></u--image> width="115.65rpx" height="56.82rpx" @click="serch"></u--image>
</view> </view>
<view class='iconfont search-right' @click="showPop=true"> <view class='head_r' @click="showPop=true">
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx" <u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
height="50.82rpx"></u--image> height="50.82rpx"></u--image>
<text class="">全部</text> <text class="">全部</text>
@ -476,6 +476,8 @@
} }
.active_swiper { .active_swiper {
transform: scale(1.3); transform: scale(1.3);
@ -870,4 +872,10 @@
// padding-top: 100px; // padding-top: 100px;
} }
.head_r {
display: flex;
flex-direction: column;
align-items: center;
}
</style> </style>