撤销发布

This commit is contained in:
shijingjing
2022-05-26 16:27:57 +08:00
parent cbd270a47e
commit a139f1a921
2 changed files with 109 additions and 57 deletions

View File

@@ -29,6 +29,11 @@
</div> </div>
</template> </template>
</div> </div>
<div class="btn">
<div>撤销发布</div>
</div>
</div> </div>
</template> </template>
@@ -71,7 +76,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.card { .wrapper {
padding-bottom: 120px;
.card {
padding: 32px 0 32px 32px; padding: 32px 0 32px 32px;
background-color: #ffffff; background-color: #ffffff;
@@ -147,5 +154,25 @@ export default {
line-height: 56px; line-height: 56px;
padding-right: 20px; padding-right: 20px;
} }
}
.btn {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
background: #F3F6F9;
padding: 16px 32px;
box-sizing: border-box;
div {
height: 88px;
line-height: 88px;
text-align: center;
background: #FFFFFF;
border-radius: 16px;
border: 1px solid #FF4466;
}
}
} }
</style> </style>

View File

@@ -26,6 +26,11 @@
<div class="post-require">{{ detail.remark }} <div class="post-require">{{ detail.remark }}
</div> </div>
</div> </div>
<div class="btn">
<div>撤销发布</div>
</div>
</div> </div>
</template> </template>
@@ -74,6 +79,7 @@ export default {
.padding { .padding {
min-height: 100%; min-height: 100%;
background-color: #ffffff; background-color: #ffffff;
padding-bottom: 120px;
.card { .card {
padding: 32px 0 32px 32px; padding: 32px 0 32px 32px;
@@ -152,5 +158,24 @@ export default {
padding-right: 20px; padding-right: 20px;
} }
} }
.btn {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 120px;
background: #F3F6F9;
padding: 16px 32px;
box-sizing: border-box;
div {
height: 88px;
line-height: 88px;
text-align: center;
background: #FFFFFF;
border-radius: 16px;
border: 1px solid #FF4466;
}
}
} }
</style> </style>