作者 朱振飞

13133

... ... @@ -151,7 +151,7 @@
<view class='new_city_text' wx:for='{{newcity}}' wx:key='this' data-types='new' catchtap='cityTap' data-val='{{item}}'>
<view class="hotgood">
<view class="imgleft">
<image src="{{item.logo}}"></image>
<image src="{{item.logo}}" mode='widthFix'></image>
</view>
<view class="contentright">
<view class="contenttop">{{item.name}}</view>
... ...
... ... @@ -208,7 +208,10 @@ page{
.imgleft{
width:52rpx;
height:73rpx;
font-size: 0
font-size: 0;
display: flex;
display: -webkit-flex;
align-items: center;
}
image{
... ...