From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 18 九月 2024 18:43:12 +0800 Subject: [PATCH] 云学习购买目录,修改bug --- packageBookService/pages/bookServices/detail/components/teachResource/index.wxss | 52 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 34 insertions(+), 18 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss index 3e73b54..5987f10 100644 --- a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss +++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss @@ -4,23 +4,7 @@ align-items: center; padding: 0 40rpx; 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; } .copy-text { @@ -63,8 +47,8 @@ .applyReject, .applyPass, .applying { - margin-top: 40rpx; - margin-bottom: 40rpx; + margin-top: 10rpx; + margin-bottom: 20rpx; } .btn-box { @@ -100,4 +84,36 @@ --td-button-primary-border-color: #ff6c00; --td-button-primary-active-bg-color: #ff984d; --td-button-primary-active-border-color: #ff984d; +} + +.btn { + width: 220rpx; + font-size: 28rpx; + --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; + padding: 0; + display: flex; + align-items: center; +} + +.btn-content { + display: flex; + align-items: center; +} + +.btn image { + margin-right: 4rpx; + width: 28rpx; + height: 32rpx; +} + +.btn text { + font-size: 28rpx; +} + +.noData { + height: 300rpx; } \ No newline at end of file -- Gitblit v1.9.1