房屋大屏

This commit is contained in:
yanran200730
2022-09-30 10:59:24 +08:00
parent d97f650fb5
commit 3a4dabae4e

View File

@@ -33,7 +33,6 @@
<label>年龄</label>
<span>{{ info.age }}</span>
</div>
<div class="community-info__item bg-fff"></div>
</div>
<div class="community-info__wrapper" v-if="info.name">
<h2>宅基地信息</h2>
@@ -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 {