diff --git a/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue b/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue index 19b2ea7..86c5519 100644 --- a/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue +++ b/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue @@ -47,7 +47,11 @@ -
我要发布
+
+ +
+
我要发布
+
@@ -133,15 +137,24 @@ export default { } .btn { + position: fixed; + left: 0px; + bottom: 0; + padding: 16px 32px; + box-sizing: border-box; width: 100%; - height: 88px; - text-align: center; - line-height: 88px; - background: linear-gradient(180deg, #FDFAF4 0%, #E2C8A9 100%); - border-radius: 16px; - color: #BB5634; - font-size: 34px; - font-weight: 600; + height: 112px; + background: #006FDE; + div { + height: 88px; + line-height: 88px; + text-align: center; + background: linear-gradient(180deg, #FDFAF4 0%, #E2C8A9 100%); + border-radius: 16px; + color: #BB5634; + font-size: 34px; + font-weight: 600; + } } } }