From 79184e81d739eaf44d194d442568128e258c3bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E5=BC=A0=E5=98=89=E5=AE=81=E2=80=9D?= <“zhangjianing@zhiketong.cn”> Date: Mon, 3 Apr 2023 20:10:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/home.module.scss | 22 ++++++++++++++++++++++ app/components/home.tsx | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) 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() {