diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 5cf12ad19..7b313ffc5 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -19,7 +19,29 @@ height: var(--window-height); } +.not-wx-work { + width: 95%; + text-align: left; + margin: 0 auto; + display: flex; +} + +.button-2 { + cursor: pointer; + position: relative; + color: lightsalmon; + display: flex; + justify-content: center; +} + +.not-allow { + width: 95%; + text-align: left; + margin: 0 auto; +} + .button { + margin: 0 auto; cursor: pointer; position: relative; display: inline-block; diff --git a/app/components/home.tsx b/app/components/home.tsx index 296455290..ac4c1e3b9 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -694,12 +694,12 @@ export function Home() {