|
|
@@ -23,7 +23,6 @@ |
|
|
|
:style="getListingColor(advantage)" |
|
|
|
>{{ advantage }}</span> |
|
|
|
</div> |
|
|
|
<div class="main-optional">{{ getOptional(item) }}</div> |
|
|
|
</div> |
|
|
|
<div class="main-right fr"> |
|
|
|
<div class="main-showPrice" v-if="item.housingInformationList[0].showTotalPrice == '面议'"> |
|
|
@@ -134,11 +133,12 @@ export default { |
|
|
|
@include font(18px, #334a5f); |
|
|
|
font-weight: bold; |
|
|
|
line-height: 35px; |
|
|
|
margin-top: 5px; |
|
|
|
} |
|
|
|
.main-address { |
|
|
|
height: 30px; |
|
|
|
line-height: 30px; |
|
|
|
margin: 10px 0; |
|
|
|
margin: 15px 0; |
|
|
|
@include text-ellipsis(); |
|
|
|
@include font(16px, #637485); |
|
|
|
.main-address-icon { |
|
|
@@ -149,6 +149,7 @@ export default { |
|
|
|
.main-des { |
|
|
|
@include font(16px, #637485); |
|
|
|
@include text-ellipsis(); |
|
|
|
margin: 15px 0; |
|
|
|
// span { |
|
|
|
// margin-right: 10px; |
|
|
|
// margin-left: 5px; |
|
|
@@ -158,7 +159,7 @@ export default { |
|
|
|
// } |
|
|
|
} |
|
|
|
.main-advantageList { |
|
|
|
margin: 10px 0; |
|
|
|
margin: 20px 0; |
|
|
|
overflow: hidden; |
|
|
|
height: 22px; |
|
|
|
.item-span { |