代码提交

This commit is contained in:
lixiaobang 2023-02-11 17:51:00 +08:00
parent 3b65a28ace
commit e9ecf1f6cd
2 changed files with 16 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -266,6 +266,9 @@
<img :src="item.icon"/>
</div>
</div>
<div class="middleBottomIcon">
</div>
</div>
</div>
</template>
@ -1651,13 +1654,14 @@ export default {
display: flex;
justify-content: center;
.middleBottom{
width: 60%;
width: 52%;
height: 10%;
position: absolute;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-evenly;
position: absolute;
bottom: -26px;
z-index: 999;
.menuBtn{
width:142px;
height:52px
@ -1667,6 +1671,15 @@ export default {
height:74px
}
}
.middleBottomIcon{
z-index: 100;
width: 1115px;
height: 57px;
background: url('../assets/images/menubottom.png') no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: -37px;
}
}
/* 内容板块背景 */
.left-content>div,