nnzzd-item.wxml 554 B

12345678910111213
  1. <view>
  2. <scroll-view class="item-he" scroll-y>
  3. <view class="item-main" wx:for="{{5}}">
  4. <view class="item-right">
  5. <view class="item-title" style="background-image: url('{{imgUrl}}nnzzditemtitle.png');">新闻标题</view>
  6. <view class="item-c">
  7. <view class="item-context">拉卡机了咖啡机垃圾分类卡机了咖啡机阿里斯顿积分栏</view>
  8. </view>
  9. </view>
  10. </view>
  11. <view style="height:40rpx"></view>
  12. </scroll-view>
  13. </view>