|
|
@@ -26,28 +26,28 @@
|
|
|
<view class="display-between-column items-center width-30 margin-bottom-20">
|
|
|
<view class="display-flex-start">
|
|
|
<image src="/static/park/detail/mu.png" mode="aspectFill" class="park-footer-img"></image>
|
|
|
- {{detailObj.cover_area || '-'}}<text style="font-size: 16rpx;">亩</text>
|
|
|
+ {{detailObj.cover_area || '-'}}<text style="font-size: 18rpx;">亩</text>
|
|
|
</view>
|
|
|
<view class="park-footer-font">占地亩数</view>
|
|
|
</view>
|
|
|
<view class="display-between-column items-center width-30 margin-bottom-20">
|
|
|
<view class="display-flex-start">
|
|
|
<image src="/static/park/detail/rent.png" mode="aspectFill" class="park-footer-img"></image>
|
|
|
- {{detailObj.price || '-'}}<text style="font-size: 16rpx;">元/㎡/月</text>
|
|
|
+ {{detailObj.price || '-'}}<text style="font-size: 18rpx;">元/㎡/月</text>
|
|
|
</view>
|
|
|
<view class="park-footer-font">租赁价格</view>
|
|
|
</view>
|
|
|
<view class="display-between-column items-center width-30 margin-bottom-20">
|
|
|
<view class="display-flex-start">
|
|
|
<image src="/static/park/detail/area.png" mode="aspectFill" class="park-footer-img"></image>
|
|
|
- {{detailObj.building_area || '-'}}<text style="font-size: 16rpx;">万㎡</text>
|
|
|
+ {{detailObj.building_area || '-'}}<text style="font-size: 18rpx;">万㎡</text>
|
|
|
</view>
|
|
|
<view class="park-footer-font">建设面积</view>
|
|
|
</view>
|
|
|
<view class="display-between-column items-center width-30 margin-bottom-20">
|
|
|
<view class="display-flex-start">
|
|
|
<image src="/static/park/detail/area1.png" mode="aspectFill" class="park-footer-img"></image>
|
|
|
- {{detailObj.area_left_industry || '-'}}<text style="font-size: 16rpx;">万㎡</text>
|
|
|
+ {{detailObj.area_left_industry || '-'}}<text style="font-size: 18rpx;">万㎡</text>
|
|
|
</view>
|
|
|
<view class="park-footer-font">出租面积</view>
|
|
|
</view>
|
|
|
@@ -81,23 +81,23 @@
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">物业费</view>
|
|
|
- <view class="width-70">{{detailObj.service_price || '-'}}<text style="font-size: 20rpx;">元/㎡/月</text></view>
|
|
|
+ <view class="width-70">{{detailObj.service_price || '-'}}<text style="font-size: 24rpx;">元/㎡/月</text></view>
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">电费</view>
|
|
|
- <view class="width-70">{{detailObj.power_price || '-'}}<text style="font-size:20rpx;">KW·h</text></view>
|
|
|
+ <view class="width-70">{{detailObj.power_price || '-'}}<text style="font-size:24rpx;">KW·h</text></view>
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">水费</view>
|
|
|
- <view class="width-70">{{detailObj.water_price || '-'}}<text style="font-size: 20rpx;">元/m³</text></view>
|
|
|
+ <view class="width-70">{{detailObj.water_price || '-'}}<text style="font-size: 24rpx;">元/m³</text></view>
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">一层楼高</view>
|
|
|
- <view class="width-70">{{detailObj.max_height || '-'}}<text style="font-size: 20rpx;">m</text></view>
|
|
|
+ <view class="width-70">{{detailObj.max_height || '-'}}<text style="font-size: 24rpx;">m</text></view>
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">最大承重</view>
|
|
|
- <view class="width-70">{{detailObj.max_weight || '-'}}<text style="font-size: 20rpx;">kg</text></view>
|
|
|
+ <view class="width-70">{{detailObj.max_weight || '-'}}<text style="font-size: 24rpx;">kg</text></view>
|
|
|
</view>
|
|
|
<view class="display-flex-start items-center margin-bottom-20">
|
|
|
<view class="width-30 margin-left-60 color-cf">联系电话</view>
|
|
|
@@ -328,7 +328,7 @@
|
|
|
color: #8f8f94;
|
|
|
}
|
|
|
.header-title {
|
|
|
- font-size: 30rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
font-weight: 600;
|
|
|
line-height: 36rpx;
|
|
|
letter-spacing: 0.02em;
|
|
|
@@ -336,7 +336,7 @@
|
|
|
margin: 20rpx 0 25rpx 10rpx;
|
|
|
}
|
|
|
.header-content-box {
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
|
.header-detail-box {
|
|
|
width: 90%;
|
|
|
@@ -352,7 +352,7 @@
|
|
|
}
|
|
|
.park-footer-font {
|
|
|
color: #CFCFCF;
|
|
|
- font-size: 22rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
margin-top: 10rpx;
|
|
|
}
|
|
|
.width-30 {
|
|
|
@@ -362,7 +362,7 @@
|
|
|
width: 70%;
|
|
|
}
|
|
|
.content-font {
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
}
|
|
|
.margin-left-60 {
|
|
|
margin-left: 60rpx;
|