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,15 +137,24 @@ export default {
} }
.btn { .btn {
position: fixed;
left: 0px;
bottom: 0;
padding: 16px 32px;
box-sizing: border-box;
width: 100%; width: 100%;
height: 88px; height: 112px;
text-align: center; background: #006FDE;
line-height: 88px; div {
background: linear-gradient(180deg, #FDFAF4 0%, #E2C8A9 100%); height: 88px;
border-radius: 16px; line-height: 88px;
color: #BB5634; text-align: center;
font-size: 34px; background: linear-gradient(180deg, #FDFAF4 0%, #E2C8A9 100%);
font-weight: 600; border-radius: 16px;
color: #BB5634;
font-size: 34px;
font-weight: 600;
}
} }
} }
} }