From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 03 一月 2025 16:57:38 +0800
Subject: [PATCH] 111

---
 packageBookService/pages/bookServices/detail/components/teachResource/index.wxss |  135 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 116 insertions(+), 19 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss
index 588f6d6..1b397eb 100644
--- a/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss
+++ b/packageBookService/pages/bookServices/detail/components/teachResource/index.wxss
@@ -1,25 +1,10 @@
 .teach-btn {
   display: flex;
-  justify-content: flex-start;
+  justify-content: flex-end;
   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 {
@@ -62,8 +47,8 @@
 .applyReject,
 .applyPass,
 .applying {
-  margin-top: 40rpx;
-  margin-bottom: 40rpx;
+  margin-top: 10rpx;
+  margin-bottom: 20rpx;
 }
 
 .btn-box {
@@ -99,4 +84,116 @@
   --td-button-primary-border-color: #ff6c00;
   --td-button-primary-active-bg-color: #ff984d;
   --td-button-primary-active-border-color: #ff984d;
+}
+
+.btn {
+  width: 220rpx;
+  height: 64rpx;
+  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;
+}
+
+
+.info-center {
+  position: fixed;
+  top: 30%;
+  z-index: 999;
+  background-color: white;
+  align-items: center;
+  justify-content: center;
+  border-radius: 10rpx;
+  width: 80%;
+  margin-left: 10%;
+  margin-right: 10%;
+}
+
+.row-btn {
+  width: 100%;
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+  border-top: 1rpx solid #f1f1f1;
+}
+
+.row-btn view {
+  flex: 1;
+  text-align: center;
+  margin: 20rpx 10%;
+  padding: 12rpx 0;
+  font-size: 32rpx;
+  border-radius: 10rpx;
+}
+
+.left-btn {
+  background-color: #f1f1f1;
+  color: #5C5C5C;
+}
+
+.right-btn {
+  background-color: #ff6c00;
+  color: white;
+}
+
+.row-info .body {
+  min-height: 160rpx;
+}
+
+.dialog-title {
+  padding: 20rpx 0;
+  text-align: center;
+  font-size: 35rpx;
+  font-weight: 600;
+}
+
+.input-box {
+  padding: 0 20rpx;
+  width: 92%;
+}
+
+.input-box .t-input--border::after {
+  height: 0 !important;
+}
+
+.input {
+  border-radius: 20rpx;
+  border: 2rpx solid rgba(220, 220, 220, 1);
+  border-radius: 12rpx;
+  width: 98%;
+  padding: 0 0 0 16rpx
+}
+
+/* 钂欏眰 */
+.popup-box {
+  position: absolute;
+  z-index: 99;
+  top: 0;
+  background-color: rgba(0, 0, 0, 0.5);
+  width: 100%;
+  height: 100%;
 }
\ No newline at end of file

--
Gitblit v1.9.1