diff --git a/src/pages/index/Index.less b/src/pages/index/Index.less index 63801b1..5943262 100644 --- a/src/pages/index/Index.less +++ b/src/pages/index/Index.less @@ -1675,7 +1675,7 @@ section.next { } #app { - padding: 0.5rem; + padding: 0; margin: 0 auto !important; /* 强制居中 */ width: 100%; diff --git a/src/style.css b/src/style.css index a922c0d..a3b63df 100644 --- a/src/style.css +++ b/src/style.css @@ -99,7 +99,7 @@ button:focus-visible { #app { margin: 0 auto; - padding: 1rem; + padding: 0; text-align: center; width: 100%; height: 100%; @@ -136,7 +136,7 @@ button:focus-visible { flex-direction: column; align-items: center; justify-content: center; - padding: 1rem; + padding: 0; } /* 合伙人内容居中 */ @@ -208,7 +208,7 @@ button:focus-visible { #app { margin: 0 auto; - padding: 0.5rem; + padding: 0; text-align: center; width: 100%; height: 100%;