From f10d1c14a59343f3ad6bafa4762363427be0c89b Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 08 三月 2024 18:23:47 +0800 Subject: [PATCH] feat(绕太阳): 人 --- pages/bookServices/detail/components/teachResource/index.wxss | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pages/bookServices/detail/components/teachResource/index.wxss b/pages/bookServices/detail/components/teachResource/index.wxss index 42a38a2..f6d8eaa 100644 --- a/pages/bookServices/detail/components/teachResource/index.wxss +++ b/pages/bookServices/detail/components/teachResource/index.wxss @@ -6,6 +6,8 @@ --td-button-primary-bg-color: #fff; --td-button-primary-border-color: #FF6C00; --td-button-primary-color: #ff6c00; + --td-button-primary-active-bg-color: #fff0e6; + --td-button-primary-active-border-color: #ff6c00; } .teach-btn image { @@ -61,7 +63,8 @@ --td-button-border-radius: 10rpx; --td-button-primary-bg-color: #ff6c00; --td-button-primary-border-color: #FF6C00; - --td-button-primary-text-active-bg-color: #000锛� + --td-button-primary-active-bg-color: #ff984d; + --td-button-primary-active-border-color: #ff984d; } .rejectBtn { -- Gitblit v1.9.1