diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index b62f33a..88e8384 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -249,7 +249,7 @@ export default { text-align: center; border-radius: 16px; font-size: 34px; - font-weight: 600; + font-weight: 500; color: #ffffff; z-index: 999; } diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 9e149a5..51db7ff 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -303,11 +303,12 @@ export default { position: fixed; bottom: 0; width: 100%; - height: 112px; - line-height: 112px; + box-sizing: border-box; background: #1365dd; + padding: 20px 0; text-align: center; - font-size: 32px; + border-radius: 16px; + font-size: 34px; font-weight: 500; color: #ffffff; z-index: 999;