样式修改

master
zsk 2 years ago
parent 1d1f2f5122
commit 6f7865f91d

@ -7,7 +7,7 @@
<image show-menu-by-longpress src="{{item}}" mode="aspectFill" style="width: 100%;height:200px;display:block" class="db toppic"></image> <image show-menu-by-longpress src="{{item}}" mode="aspectFill" style="width: 100%;height:200px;display:block" class="db toppic"></image>
</swiper-item> </swiper-item>
</swiper> </swiper>
<view class="p16"> <view style="padding:16px 10px;">
<view class="f16 c3 fwb">关于我们</view> <view class="f16 c3 fwb">关于我们</view>
<view class="c9 f16 mt8">{{storeInfo.aboutUs || '对方还未介绍自己'}}</view> <view class="c9 f16 mt8">{{storeInfo.aboutUs || '对方还未介绍自己'}}</view>
</view> </view>

@ -278,7 +278,7 @@
<view class="display-flex"> <view class="display-flex">
<view class="prImg"> <view class="prImg">
<view class="por" hover-class="none" hover-stop-propagation="false"> <view class="por" hover-class="none" hover-stop-propagation="false">
<image src="{{item.logo || 'https://matripe.oss-cn-beijing.aliyuncs.com/default.png'}}" mode="aspectFit" class="logoClass" alt></image> <image src="{{item.logo || 'https://matripe.oss-cn-beijing.aliyuncs.com/default.png'}}" mode="aspectFill" class="logoClass" alt></image>
<image class="pendant" wx:if="{{item.hotJob == 1}}" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hot.png" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class="pendant" wx:if="{{item.hotJob == 1}}" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hot.png" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
</view> </view>

Loading…
Cancel
Save