diff --git a/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue b/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue index 43b5ff0..c839e1e 100644 --- a/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue +++ b/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue @@ -1,6 +1,34 @@ @@ -10,7 +38,10 @@ export default { appName: "帮扶申报", data() { return { - + backgroundNavbar: { + background: 'url(https://cdn.cunwuyun.cn/tengxun/miniapp/nav.png) no-repeat', + backgroundSize: '100% 100%', + }, } }, onShow() { @@ -24,5 +55,60 @@ export default { \ No newline at end of file diff --git a/src/mods/work/AppHelpDeclaration/add.vue b/src/mods/work/AppHelpDeclaration/add.vue index dcee689..f3436b4 100644 --- a/src/mods/work/AppHelpDeclaration/add.vue +++ b/src/mods/work/AppHelpDeclaration/add.vue @@ -74,6 +74,12 @@ + +
+
+
提交
+
+ @@ -108,6 +114,7 @@ export default { color: #FF883C; font-size: 30px; } + .user_info, .family_info { background: #FFF; @@ -178,9 +185,29 @@ export default { } } - .family_info { margin-top: 16px; } + + .btn { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + height: 120px; + text-align: center; + background: #FFF; + padding: 16px 32px; + box-sizing: border-box; + div { + width: 100%; + height: 88px; + line-height: 88px; + background: #4181FF; + border-radius: 16px; + color: #FFF; + font-size: 34px; + } + } } \ No newline at end of file