From b0e2bf29dd96e7100f06b27997a6d4c6c3630374 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 02 九月 2024 20:16:44 +0800
Subject: [PATCH] ceshi

---
 pages/digitalCourses/digitalCoursesDetails/index.wxss |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/pages/digitalCourses/digitalCoursesDetails/index.wxss b/pages/digitalCourses/digitalCoursesDetails/index.wxss
index 1a5122c..2de52ef 100644
--- a/pages/digitalCourses/digitalCoursesDetails/index.wxss
+++ b/pages/digitalCourses/digitalCoursesDetails/index.wxss
@@ -531,4 +531,49 @@
   font-weight: bold;
   font-size: 25rpx;
   color: #333333;
+}
+
+.textBook {
+  background-color: #fff6f0;
+  display: flex;
+  justify-content: space-between;
+  padding: 20rpx 32rpx;
+  margin-top: 30rpx;
+
+}
+
+.testBtnBox {
+  display: flex;
+  justify-content: space-between;
+  padding: 20rpx 32rpx;
+  margin-top: 30rpx;
+  border-top: 2rpx solid #ededed;
+  border-bottom: 2rpx solid #ededed;
+}
+
+.textTile {
+  display: flex;
+  align-items: center;
+}
+
+.leftImg {
+  width: 56rpx;
+  height: 56rpx;
+  margin-right: 28rpx;
+}
+
+.reabtn {
+  color: #FF6C00;
+}
+
+.reabtn {
+  display: flex;
+  align-items: center;
+}
+
+.readImage {
+  width: 32rpx;
+  height: 30rpx;
+  margin-right: 8rpx;
+
 }
\ No newline at end of file

--
Gitblit v1.9.1