修改公寓顶部样式、修改头部返回顶部按钮区域
This commit is contained in:
parent
d34995b53d
commit
ea9bd43b14
BIN
src/assets/img/publicImage/angle.png
Normal file
BIN
src/assets/img/publicImage/angle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 B |
@ -29,9 +29,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="dis-f jus-x al-item body-maxWidth" style="margin: auto;">
|
||||
<div class="logo-box dis-f al-item body-maxWidth" @click="goIndex()">
|
||||
<img src="../../assets/homeImage/logo.png" class="logo-img" alt="">
|
||||
<img src="../../assets/homeImage/logoText.png" class="logo-text-img" alt="">
|
||||
<div class="logo-box dis-f al-item body-maxWidth">
|
||||
<img src="../../assets/homeImage/logo.png" class="logo-img" alt="" @click="goIndex()">
|
||||
<img src="../../assets/homeImage/logoText.png" class="logo-text-img" alt="" @click="goIndex()">
|
||||
</div>
|
||||
</div>
|
||||
<div class="dis-f jus-x al-item" style="margin-top:20px;" v-if="routePath === '/'">
|
||||
@ -251,7 +251,6 @@ const goIndex = () => router.push("/")
|
||||
}
|
||||
|
||||
.top-bg-img-box .info-box .logo-box {
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
@ -259,13 +258,15 @@ const goIndex = () => router.push("/")
|
||||
object-fit: contain;
|
||||
width: 30px;
|
||||
height: 31px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.top-bg-img-box .info-box .logo-box .logo-text-img {
|
||||
object-fit: contain;
|
||||
width: 173px;
|
||||
height: 31px;
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.top-bg-img-box .info-box .btm-seach-btn-box {
|
||||
|
@ -18,9 +18,12 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="arc-bj">
|
||||
<div class="arc"></div>
|
||||
</div>
|
||||
|
||||
<img class="arc-bj" src="@/assets/img/publicImage/angle.png">
|
||||
|
||||
<!-- <div class="arc-bj"> -->
|
||||
<!-- <div class="arc"></div> -->
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
<div class="header-content flexflex">
|
||||
<div class="header-left">
|
||||
@ -760,8 +763,9 @@ const publicJump = path => router.push(path)
|
||||
bottom: 20px;
|
||||
right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: #fff;
|
||||
z-index: 1;
|
||||
// height: 20px;
|
||||
// background-color: #fff;
|
||||
|
||||
.arc {
|
||||
width: 100%;
|
||||
@ -779,7 +783,7 @@ const publicJump = path => router.push(path)
|
||||
margin-top: -20px;
|
||||
border-radius: 16px 0 16px 16px;
|
||||
position: relative;
|
||||
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, .118);
|
||||
// .arc {
|
||||
// position: absolute;
|
||||
// width: 12px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user