| | |
| | | <view class="typeIcon-content defIcon"> |
| | | <image :src="items.labelImg" mode="heightFix"></image> |
| | | </view> |
| | | <view class="goodsText"> |
| | | <view style="white-space: inherit;" class="goodsText"> |
| | | {{items.dtitle}} |
| | | </view> |
| | | </view> |
| | | |
| | | </view> |
| | | <view class="goodsPrice-goodSale colCen borderBox"> |
| | | <view class="couponInfo-bar rowCen"> |
| | |
| | | 已售{{items.monthSales}} |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="shopname">{{items.shopName}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | .shopname{ |
| | | font-size: 11px; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | width: 100%; |
| | | color: #999999; |
| | | margin: 2px 0; |
| | | |
| | | } |
| | | .items-container { |
| | | width: 346rpx; |
| | | height: 100%; |