From 1de788ccb7bd124ea2503939e8e536b04b0b77fb Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Thu, 14 May 2026 16:18:17 +0800 Subject: [PATCH] fix --- src/assets/css/style.css | 9 --------- src/assets/css/style.less | 9 --------- src/pages/about-us/ecosystem.vue | 2 ++ 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 919ac55..d2ab2e4 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -27,15 +27,6 @@ h6, color: #222222; text-transform: capitalize; } -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; -} @keyframes loading { 0% { transform: rotate(0deg); diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 2d607f0..91343b3 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -22,15 +22,6 @@ h1, h2, h3, h4, h5, h6, .products-title{ color: #222222; text-transform: capitalize; } -html, -body, -#app { - width: 100%; - height: 100%; - overflow: hidden; - font-family: 'KaiseiOpti-Medium'; - color: #232323; -} @keyframes loading { 0% { diff --git a/src/pages/about-us/ecosystem.vue b/src/pages/about-us/ecosystem.vue index 7df44ec..5f456af 100644 --- a/src/pages/about-us/ecosystem.vue +++ b/src/pages/about-us/ecosystem.vue @@ -60,6 +60,8 @@ const {} = toRefs(data); background-color: #463a37; > .content{ max-width: 1200px; + margin: 0 auto; + padding: 100px 0; } } \ No newline at end of file