|
@@ -0,0 +1,22 @@
|
|
|
+<view class="ohter_bg">
|
|
|
+ <scroll-view style="width: 95%; margin: 0 auto;">
|
|
|
+ <view style="width: 100%; height: 200rpx; display: flex; background-image: url({{imgPath}}/details/content-bg.png); background-repeat: no-repeat; background-size: 100% 100%;">
|
|
|
+ <view style="width: 35%; ">
|
|
|
+ </view>
|
|
|
+ <view style="width: 65%; padding-left: 30rpx; height: 100%; ">
|
|
|
+ <view style="height: 50%; font-size: 30rpx;font-weight: bold; color: #fff; line-height: 60rpx;">上分杀死你</view>
|
|
|
+ <view style="height: 50%; font-size: 20rpx; ">
|
|
|
+ <view style="height: 50%; line-height: 40rpx; display: flex;">
|
|
|
+ <view></view>
|
|
|
+ <view style="color: #fff; font-size: 25rpx; font-weight: bold;">供应面积/26亩</view>
|
|
|
+ </view>
|
|
|
+ <view style="height: 50%; line-height: 30rpx; display: flex;">
|
|
|
+ <view></view>
|
|
|
+ <view style="color: #fff; font-size: 25rpx; font-weight: bold;">计划供地用途</view>
|
|
|
+ <view style="margin-left: 10rpx; height: 30rpx; border:solid 1rpx #00FFFF; color: #00FFFF; border-radius: 10rpx;">居住用地</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+</view>
|