other.wxml 1.3 KB

123456789101112131415161718192021222324252627
  1. <view class="ohter_bg">
  2. <scroll-view class="ohter_sc">
  3. <view wx:for="{{list}}" wx:if="{{index != dataIndex}}" class="ohter_item_bg" style="background-image: url('{{imgPath}}/other/ohter1.png'); " bindtap="switchDetail" data-index="{{index}}">
  4. <view class="ohter_item_imge_bg" >
  5. <image class="ohter_item_imge" src="{{imgPath}}/details/img/{{item.img}}"></image>
  6. </view>
  7. <view class="ohter-left">
  8. <view class="ohter-left-top">{{item.name}}</view>
  9. <view class="ohter-left-bottom">
  10. <view class="ohter_gymj_h">
  11. <view style="width: 40rpx; height: 25rpx;">
  12. <image style="display: block; width: 25rpx; height: 25rpx;" src="{{imgPath}}/other/ohter2.png"></image>
  13. </view>
  14. <view style="color: #fff; font-size: 25rpx; font-weight: bold;">供应面积/{{item.area}}亩</view>
  15. </view>
  16. <view class="ohter_jhgdyt_h" >
  17. <view style="width: 40rpx; height: 25rpx;">
  18. <image style="display: block; width: 25rpx; height: 25rpx;" src="{{imgPath}}/other/ohter3.png"></image>
  19. </view>
  20. <view style="color: #fff; font-size: 25rpx; font-weight: bold;">计划供地用途</view>
  21. <view style="margin-left: 10rpx; height: 30rpx; border:solid 1rpx #00FFFF; color: #00FFFF; border-radius: 10rpx;">{{item.use}}</view>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. </scroll-view>
  27. </view>