房屋大屏
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
<label>年龄</label>
|
<label>年龄</label>
|
||||||
<span>{{ info.age }}</span>
|
<span>{{ info.age }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="community-info__item bg-fff"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="community-info__wrapper" v-if="info.name">
|
<div class="community-info__wrapper" v-if="info.name">
|
||||||
<h2>宅基地信息</h2>
|
<h2>宅基地信息</h2>
|
||||||
@@ -729,7 +728,6 @@ export default {
|
|||||||
|
|
||||||
.community-info__header {
|
.community-info__header {
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
// background: #2266FF;
|
|
||||||
background-image: linear-gradient(270deg, rgba(11, 158, 255, 0.2) 0%, rgba(2, 81, 227, 0.2) 100%);
|
background-image: linear-gradient(270deg, rgba(11, 158, 255, 0.2) 0%, rgba(2, 81, 227, 0.2) 100%);
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@@ -760,13 +758,15 @@ export default {
|
|||||||
|
|
||||||
.community-info__wrapper {
|
.community-info__wrapper {
|
||||||
h2 {
|
h2 {
|
||||||
height: 36px;
|
margin: 20px 0 20px 20px;
|
||||||
line-height: 36px;
|
padding: 0 20px;
|
||||||
margin: 0;
|
font-size: 15px;
|
||||||
padding: 0 12px;
|
color: #fff;
|
||||||
font-size: 12px;
|
font-weight: 600;
|
||||||
font-weight: 900;
|
background: url(https://cdn.cunwuyun.cn/dvcp/ply/title-bg.png) no-repeat;
|
||||||
// background: #F3F6F9;
|
background-size: 169px 30px;
|
||||||
|
background-position-y: -5px;
|
||||||
|
background-position-x: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-info__item {
|
.community-info__item {
|
||||||
|
|||||||
Reference in New Issue
Block a user