修改bug
This commit is contained in:
parent
c8109d854b
commit
681ae321e6
BIN
src/assets/img/apartmentDetail/apartmentDetail-header-bj.png
Normal file
BIN
src/assets/img/apartmentDetail/apartmentDetail-header-bj.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="601px" height="338px" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient gradientUnits="userSpaceOnUse" x1="1392" y1="457" x2="1560" y2="735" id="LinearGradient145">
|
||||
<stop id="Stop146" stop-color="#ffffff" offset="0" />
|
||||
<stop id="Stop147" stop-color="#eff7ff" stop-opacity="0.752941176470588" offset="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g transform="matrix(1 0 0 1 -959 -397 )">
|
||||
<path d="M 959 397 L 1560 397 L 1560 719 A 16 16 0 0 1 1544 735 L 959 735 L 959 397 Z " fill-rule="nonzero" fill="url(#LinearGradient145)" stroke="none" />
|
||||
</g>
|
||||
</svg>
|
@ -74,6 +74,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-right flex1">
|
||||
<img class="header-bj" src="@/assets/img/apartmentDetail/apartmentDetail-header-bj.png">
|
||||
<img class="header-shade" src="@/assets/img/apartmentDetail/apartmentDetail-header-shade.svg">
|
||||
<div class="tab-box flexflex" v-if="info['tags'] && info['tags'].length != 0">
|
||||
<div class="tab-item flexcenter" v-for="item in info['tags']">{{ item }}</div>
|
||||
</div>
|
||||
@ -927,6 +929,18 @@ const publicJump = path => router.push(path)
|
||||
|
||||
.header-right {
|
||||
margin-left: 59px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
.header-bj,
|
||||
.header-shade {
|
||||
width: 601px;
|
||||
height: 338px;
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
right: -30px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.tab-box {
|
||||
flex-wrap: wrap;
|
||||
@ -1276,7 +1290,7 @@ const publicJump = path => router.push(path)
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&.company .details-header .icon ,
|
||||
&.company .details-header .icon,
|
||||
&.life .details-header .icon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
@ -20,7 +20,7 @@
|
||||
<apartment-item v-for="item in listApartment" :item="item"></apartment-item>
|
||||
</div>
|
||||
<div class="dis-f jus-x no-list-box al-item" v-show="dataList.data && dataList.data.length === 0">
|
||||
<noList></noList>
|
||||
<noList hintText="暂无搜索结果" hintTextTwo="建议更换搜索关键词,或放宽筛选条件"></noList>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user