other.wxml 1.1 KB

12345678910111213141516171819202122
  1. <view class="ohter_bg">
  2. <scroll-view style="width: 95%; margin: 0 auto;">
  3. <view style="width: 100%; height: 200rpx; display: flex; background-image: url({{imgPath}}/details/content-bg.png); background-repeat: no-repeat; background-size: 100% 100%;">
  4. <view style="width: 35%; ">
  5. </view>
  6. <view style="width: 65%; padding-left: 30rpx; height: 100%; ">
  7. <view style="height: 50%; font-size: 30rpx;font-weight: bold; color: #fff; line-height: 60rpx;">上分杀死你</view>
  8. <view style="height: 50%; font-size: 20rpx; ">
  9. <view style="height: 50%; line-height: 40rpx; display: flex;">
  10. <view></view>
  11. <view style="color: #fff; font-size: 25rpx; font-weight: bold;">供应面积/26亩</view>
  12. </view>
  13. <view style="height: 50%; line-height: 30rpx; display: flex;">
  14. <view></view>
  15. <view style="color: #fff; font-size: 25rpx; font-weight: bold;">计划供地用途</view>
  16. <view style="margin-left: 10rpx; height: 30rpx; border:solid 1rpx #00FFFF; color: #00FFFF; border-radius: 10rpx;">居住用地</view>
  17. </view>
  18. </view>
  19. </view>
  20. </view>
  21. </scroll-view>
  22. </view>