training.wxml 429 B

12345678910
  1. <view>
  2. <view class="list-box z-radius-20">
  3. <view class="z-radius-20 z-margin-t-24 each-item z-flex-c-s-b z-padding-32 z-border-b"wx:for="{{3}}" wx:key="*this">
  4. <view class="item-text">个股过山车 | 百亿级重要客户炮弹 欧菲光开盘跌停
  5. <view class="z-margin-t-8 z-font-22 learn-text">未学习</view>
  6. </view>
  7. <view class="item-img z-radius-16"></view>
  8. </view>
  9. </view>
  10. </view>