From b125d3ea74d61fb8e4d7238c83906aeea52c6b4c Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 12 三月 2024 14:39:55 +0800 Subject: [PATCH] 更新代码 --- pages/bookServices/detail/components/teachResource/index.wxss | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) diff --git a/pages/bookServices/detail/components/teachResource/index.wxss b/pages/bookServices/detail/components/teachResource/index.wxss index 42a38a2..e207958 100644 --- a/pages/bookServices/detail/components/teachResource/index.wxss +++ b/pages/bookServices/detail/components/teachResource/index.wxss @@ -1,28 +1,32 @@ .teach-btn { display: flex; - justify-content: flex-end; + justify-content: flex-start; align-items: center; height: 134rpx; --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; +} + +.btn-content { + display: flex; + align-items: center; } .teach-btn image { width: 32rpx; height: 32rpx; margin-right: 6rpx; + margin-top: 20rpx; } -.teach-btn .t-button__content { - display: flex; - align-items: center; -} .applyResult { padding: 0 10rpx; - width: 740rpx; - height: 80rpx; + width: 660rpx; + min-height: 80rpx; display: flex; align-items: center; margin: 0 auto; @@ -40,6 +44,7 @@ } .applyPass { + background-color: rgba(0, 128, 0, 0.16); border: 1px solid green; } @@ -47,6 +52,14 @@ .applying { background-color: #fff2e9; border: 1px solid #ff6c00; +} + +.applyNone, +.applyReject, +.applyPass, +.applying { + margin-top: 40rpx; + margin-bottom: 40rpx; } .btn-box { @@ -61,7 +74,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