修改公寓顶部样式、修改头部返回顶部按钮区域
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user