From 032e648f6a03689cab00f794426760bf9ef52757 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Wed, 2 Aug 2023 18:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/success/index.wxss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/success/index.wxss b/pages/success/index.wxss index d512f68..51bc898 100644 --- a/pages/success/index.wxss +++ b/pages/success/index.wxss @@ -1,5 +1,5 @@ .icon-tijiaochenggong { - color: #027AFF; + color: var(--color-yc); font-size: 70px; } @@ -11,7 +11,7 @@ font-size: 14px; height: 40px; opacity: 1; - background: #027AFF; + background: var(--color-yc); border-radius: 25px; font-weight: 601; color: #ffffff; @@ -21,11 +21,11 @@ line-height: 40px; font-size: 14px; height: 40px; opacity: 1; - border: 1px solid #027AFF; + border: 1px solid var(--color-yc); border-radius: 18px; background-color: #fff; font-weight: 601; - color: #027AFF; + color: var(--color-yc); line-height: 40px; } .fillBtnHover{