diff --git a/src/mods/publicity/AppJob/compJob.vue b/src/mods/publicity/AppJob/compJob.vue
index aeedb25..382b187 100644
--- a/src/mods/publicity/AppJob/compJob.vue
+++ b/src/mods/publicity/AppJob/compJob.vue
@@ -29,6 +29,11 @@
+
+
+
@@ -71,81 +76,103 @@ export default {
diff --git a/src/mods/publicity/AppJob/persJob.vue b/src/mods/publicity/AppJob/persJob.vue
index c73ef6b..44d4d50 100644
--- a/src/mods/publicity/AppJob/persJob.vue
+++ b/src/mods/publicity/AppJob/persJob.vue
@@ -26,6 +26,11 @@
{{ detail.remark }}
+
+
+
@@ -74,6 +79,7 @@ export default {
.padding {
min-height: 100%;
background-color: #ffffff;
+ padding-bottom: 120px;
.card {
padding: 32px 0 32px 32px;
@@ -152,5 +158,24 @@ export default {
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;
+ }
+ }
}