Commit ba194ee25b9ac036f2787a06dcfa137bfac21501

Authored by yvan.ni
2 parents 351cbc07 de39c3a2

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

components/goods_list/goods_list.wxml
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 <view class="fs35">{{filter.toFix(item[card_field],2)}}</view> 42 <view class="fs35">{{filter.toFix(item[card_field],2)}}</view>
43 <view class="card_bg ellipsis-1"> 43 <view class="card_bg ellipsis-1">
44 <image src="{{url}}/miniapp/images/plus/dj_icon.png"></image> 44 <image src="{{url}}/miniapp/images/plus/dj_icon.png"></image>
45 - <view class="card_name">{{card_name}}</view> 45 + <text class="card_name">{{card_name}}</text>
46 </view> 46 </view>
47 </view> 47 </view>
48 </view> 48 </view>
components/goods_list/goods_list.wxss
@@ -186,18 +186,14 @@ @@ -186,18 +186,14 @@
186 186
187 .card_bg { 187 .card_bg {
188 box-sizing: border-box; 188 box-sizing: border-box;
189 - /* display: flex; */  
190 padding: 2rpx 10rpx; 189 padding: 2rpx 10rpx;
191 height: 28rpx; 190 height: 28rpx;
192 - /* align-items: center; */  
193 border-radius: 26rpx; 191 border-radius: 26rpx;
194 font-size: 18rpx; 192 font-size: 18rpx;
195 line-height: 28rpx; 193 line-height: 28rpx;
196 - /* max-width: 110rpx; */  
197 - max-width: 220rpx; 194 + max-width: 210rpx;
198 background: #333; 195 background: #333;
199 color: #fff; 196 color: #fff;
200 - /* justify-content: center; */  
201 margin-left: 8rpx; 197 margin-left: 8rpx;
202 } 198 }
203 199