diff --git a/pages/integrated.vue b/pages/integrated.vue
index c2c5ef0c773c93afe12a65db7b7ee2d3d4130803..e5cf566ed1ce09cb9f8f32ec4f7b9666294a0654 100644
--- a/pages/integrated.vue
+++ b/pages/integrated.vue
@@ -25,12 +25,11 @@
         @apply my-5 font-bold text-center text-2xl;
 
         position: relative; /* 相对定位 */
-        width: 1455px;
-        height: 91px;
+        width: 100%;
+        height: 3em;
         opacity: 1;
-        border-radius: 19px;
+        border-radius: 1em;
         background: linear-gradient(90deg, rgba(192, 247, 72, 0.8) 0%, rgba(192, 247, 72, 0) 100%);
-        padding: 20px;
     }
 
 }