From 3a4dabae4e09c2f8fb98f95b235373d106fc4758 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 30 Sep 2022 10:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/bigscreen/dv/AppHouseMapDv.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/bigscreen/dv/AppHouseMapDv.vue b/packages/bigscreen/dv/AppHouseMapDv.vue index 969bb0ed..55711d3c 100644 --- a/packages/bigscreen/dv/AppHouseMapDv.vue +++ b/packages/bigscreen/dv/AppHouseMapDv.vue @@ -33,7 +33,6 @@ {{ info.age }} -

宅基地信息

@@ -729,7 +728,6 @@ export default { .community-info__header { padding: 12px 20px; - // background: #2266FF; background-image: linear-gradient(270deg, rgba(11, 158, 255, 0.2) 0%, rgba(2, 81, 227, 0.2) 100%); h2 { @@ -760,13 +758,15 @@ export default { .community-info__wrapper { h2 { - height: 36px; - line-height: 36px; - margin: 0; - padding: 0 12px; - font-size: 12px; - font-weight: 900; - // background: #F3F6F9; + margin: 20px 0 20px 20px; + padding: 0 20px; + font-size: 15px; + color: #fff; + font-weight: 600; + background: url(https://cdn.cunwuyun.cn/dvcp/ply/title-bg.png) no-repeat; + background-size: 169px 30px; + background-position-y: -5px; + background-position-x: -10px; } .community-info__item {