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