Commit 1af16978151bd92cba06bd8d9b9fa1ebe04f6f7e
1 parent
ba56cd7d
分类样式修改
Showing
1 changed file
with
9 additions
and
7 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -168,17 +168,19 @@ |
168 | 168 | <view>{{ishaf_three==1?good_list.name:classify_name}}</view> |
169 | 169 | |
170 | 170 | </view> |
171 | - <view class=" classify_content-frame flex-space-between" > | |
171 | + <view class=" classify_content-frame flex-space-between " > | |
172 | 172 | <view bindtap="go_nation" class="country_img-frame rel outer_location"wx:for="{{nationlist}}" wx:for-item="bitem" wx:for-index="pidx" data-nid="{{bitem.id}}" > |
173 | 173 | <image class="country_img" src="{{iurl}}{{bitem.logo}}"></image> |
174 | 174 | <view class='nation_box abs box'> |
175 | 175 | <view class='nt_1 t-c line-height'> |
176 | 176 | <text class="nation_z_name ellipsis-1 nt_1_t height fs24">{{bitem.name}}</text> |
177 | - </view> | |
178 | - <view class='nt_2 t-c line-height fs24'> | |
179 | - <text class="nation_y_name ellipsis-1">{{bitem.enname}}</text> | |
180 | - </view> | |
177 | + </view> | |
181 | 178 | </view> |
179 | + <view class='nation_box abs box'> | |
180 | + <view class='nt_2 t-c line-height fs24'> | |
181 | + <text class="nation_z_name ellipsis-1 nt_1_t height fs24">{{bitem.enname}}</text> | |
182 | + </view> | |
183 | + </view> | |
182 | 184 | </view> |
183 | 185 | </view> |
184 | 186 | </block> |
... | ... | @@ -221,7 +223,7 @@ |
221 | 223 | |
222 | 224 | <view class="type_img_frame t-c ib" data-cid="{{goods.items.id}}" data-pid="{{goods.items.parent_id}}" bindtap="go_cate"> |
223 | 225 | <image class=" type_img" src="{{goods.items.icoimg==null||goods.items.icoimg==''?iurl+'/miniapp/images/no_cate_def.png':goods.items.icoimg}}"binderror="goods_bnerr" data-err="goodslist[{{index}}].logo"></image> |
224 | - <view class="brand_img_name fs24 ellipsis-2">{{goods.items.name}}</view> | |
226 | + <view class="brand_img_name fs24 ellipsis-1">{{goods.items.name}}</view> | |
225 | 227 | </view> |
226 | 228 | |
227 | 229 | </block> |
... | ... | @@ -249,7 +251,7 @@ |
249 | 251 | <view class="classify_content-frame flex-wrap"> |
250 | 252 | <view class="type_img_frame t-c ib" data-cid="{{item.id}}" data-pid="three" wx:for="{{goods.arrays}}" wx:for-index="index" wx:for-item="item" bindtap="go_cate"> |
251 | 253 | <image class=" type_img"src="{{item.icoimg==null||item.icoimg==''?iurl+'/miniapp/images/no_cate_def.png':item.icoimg}}"binderror="goods_bnerr" data-err="goodslist[{{index}}].logo"></image> |
252 | - <view class="brand_img_name fs24 ellipsis-2">{{item.name}}</view> | |
254 | + <view class="brand_img_name fs24 ellipsis-1">{{item.name}}</view> | |
253 | 255 | </view> |
254 | 256 | </view> |
255 | 257 | <view class="divider_line"></view> | ... | ... |