From f4425543db1c8db8c47a34c53ef477e72cfe318e Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 11 三月 2024 18:19:56 +0800
Subject: [PATCH] feat(答题器): 答题器

---
 pages/bookServices/detail/components/teachResource/index.wxss |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)

diff --git a/pages/bookServices/detail/components/teachResource/index.wxss b/pages/bookServices/detail/components/teachResource/index.wxss
index f6d8eaa..e207958 100644
--- a/pages/bookServices/detail/components/teachResource/index.wxss
+++ b/pages/bookServices/detail/components/teachResource/index.wxss
@@ -1,6 +1,6 @@
 .teach-btn {
   display: flex;
-  justify-content: flex-end;
+  justify-content: flex-start;
   align-items: center;
   height: 134rpx;
   --td-button-primary-bg-color: #fff;
@@ -10,21 +10,23 @@
   --td-button-primary-active-border-color: #ff6c00;
 }
 
-.teach-btn image {
-  width: 32rpx;
-  height: 32rpx;
-  margin-right: 6rpx;
-}
-
-.teach-btn .t-button__content {
+.btn-content {
   display: flex;
   align-items: center;
 }
 
+.teach-btn image {
+  width: 32rpx;
+  height: 32rpx;
+  margin-right: 6rpx;
+  margin-top: 20rpx;
+}
+
+
 .applyResult {
   padding: 0 10rpx;
-  width: 740rpx;
-  height: 80rpx;
+  width: 660rpx;
+  min-height: 80rpx;
   display: flex;
   align-items: center;
   margin: 0 auto;
@@ -42,6 +44,7 @@
 }
 
 .applyPass {
+
   background-color: rgba(0, 128, 0, 0.16);
   border: 1px solid green;
 }
@@ -51,6 +54,14 @@
   border: 1px solid #ff6c00;
 }
 
+.applyNone,
+.applyReject,
+.applyPass,
+.applying {
+  margin-top: 40rpx;
+  margin-bottom: 40rpx;
+}
+
 .btn-box {
   display: flex;
 }

--
Gitblit v1.9.1