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 {