index.wxml 697 B

12345678910111213141516171819202122
  1. <view class="like">
  2. <view class="notes">
  3. <image src="/static/stars-1.png" class="avatar" />
  4. <view class="body">
  5. <view class="nickName">帅气席尔瓦去</view>
  6. <view class="date">
  7. 赞了你的视频 2023-3-14
  8. </view>
  9. </view>
  10. <image src="/static/heart_colored.png" class="cover" />
  11. </view>
  12. <view class="notes">
  13. <image src="/static/stars-1.png" class="avatar" />
  14. <view class="body">
  15. <view class="nickName">帅气席尔瓦去</view>
  16. <view class="date">
  17. 赞了你的视频<text style="margin-left:20rpx">2023-3-14</text>
  18. </view>
  19. </view>
  20. <image src="/static/heart_colored.png" class="cover" />
  21. </view>
  22. </view>