This commit is contained in:
shijingjing
2022-05-20 14:17:38 +08:00
parent 89777782c6
commit 6c9c660846

View File

@@ -47,7 +47,11 @@
</div>
</div>
<div class="btn" @click="$linkTo('./add')">我要发布</div>
<div style="height: 40px;"></div>
<div class="btn">
<div @click="$linkTo('./add')">我要发布</div>
</div>
</div>
</div>
@@ -133,10 +137,18 @@ export default {
}
.btn {
position: fixed;
left: 0px;
bottom: 0;
padding: 16px 32px;
box-sizing: border-box;
width: 100%;
height: 112px;
background: #006FDE;
div {
height: 88px;
text-align: center;
line-height: 88px;
text-align: center;
background: linear-gradient(180deg, #FDFAF4 0%, #E2C8A9 100%);
border-radius: 16px;
color: #BB5634;
@@ -145,4 +157,5 @@ export default {
}
}
}
}
</style>