diff --git a/src/views/plotPremisesMobile/index.vue b/src/views/plotPremisesMobile/index.vue index 84f10bec..7d886331 100644 --- a/src/views/plotPremisesMobile/index.vue +++ b/src/views/plotPremisesMobile/index.vue @@ -22,12 +22,12 @@

农房 (栋)

-

352

+

352

可租 (栋)

-

71

+

71

@@ -36,12 +36,12 @@

农地 (亩)

-

352

+

352

可租 (亩)

-

71

+

71

@@ -68,11 +68,11 @@ 租地编号: - 310 + 310 租地面积: - 12亩 + 12亩 咨询代表: @@ -80,7 +80,7 @@ 咨询电话: - 13306310631 + 13306310631 @@ -107,11 +107,11 @@ 租房编号: - 310 + 310 租房面积: - 12亩 + 12亩 咨询代表: @@ -119,7 +119,7 @@ 咨询电话: - 13306310631 + 13306310631 @@ -128,7 +128,7 @@ - +

{{activeName=='nf'?'待租农房':'待租农地'}}

@@ -139,11 +139,12 @@ 面积 - 101 - 3亩 + 101 + 3亩
@@ -229,6 +230,9 @@ export default { min-height: 100vh; width: 100vw; } + .num{ + font-family: Arial; + } .map_main{ width: 100%; height: 100vh; @@ -240,6 +244,11 @@ export default { } /deep/ .van-popup--right{ top: 35%; + .van-icon__image{ + width: .7em; + height: .7em; + display: block; + } } .top_address{ display: flex; diff --git a/static/images/plotPremises/plotPremises_icon_03.png b/static/images/plotPremises/plotPremises_icon_03.png new file mode 100644 index 00000000..528216f8 Binary files /dev/null and b/static/images/plotPremises/plotPremises_icon_03.png differ