From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 23 十二月 2024 14:58:49 +0800
Subject: [PATCH] 111

---
 packageBookService/pages/bookServices/detail/components/learnTask/index.wxss |   79 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/components/learnTask/index.wxss b/packageBookService/pages/bookServices/detail/components/learnTask/index.wxss
index 69260f4..d4efed6 100644
--- a/packageBookService/pages/bookServices/detail/components/learnTask/index.wxss
+++ b/packageBookService/pages/bookServices/detail/components/learnTask/index.wxss
@@ -58,7 +58,7 @@
   background: #fff6f0;
 }
 
-.icon {
+.iconImage {
   width: 36rpx;
   height: 36rpx;
   margin-right: 10rpx;
@@ -70,6 +70,27 @@
 
 .item {
   padding: 10rpx 0;
+}
+
+.itemCon {
+  display: flex;
+}
+
+.noChild {
+  width: 50rpx;
+  height: 40rpx;
+}
+
+.itemName {
+  width: 100%;
+  background: #f1f1f1;
+  padding: 10rpx;
+}
+
+.childBox {
+  margin-left: 80rpx;
+  margin-top: 10rpx;
+  overflow: hidden;
 }
 
 .block {
@@ -133,10 +154,24 @@
 
 .box-list .lable {
   margin-bottom: 10rpx;
+  font-weight: bold;
 }
 
 .lable .icon {
   color: #f56c6c;
+}
+
+.rateList {
+  line-height: 36rpx;
+}
+
+.li {
+  margin: 10rpx;
+}
+
+.userName {
+  font-family: '妤蜂綋', SimSun, 'Sunflower', sans-serif;
+  font-style: italic;
 }
 
 .buttonBox {
@@ -155,9 +190,12 @@
   --td-button-primary-active-bg-color: #fff0e6;
   --td-button-primary-active-border-color: #ff6c00;
   padding: 0;
+  margin: 0 30rpx;
   display: flex;
   align-items: center;
 }
+
+
 
 .close-btn {
   position: absolute;
@@ -170,4 +208,43 @@
 .submit {
   background: #ff6c00;
   color: #fff;
+}
+
+.popup-box {
+  position: absolute;
+  z-index: 99999;
+  top: 0;
+  background-color: rgba(0, 0, 0, 0.5);
+  width: 100vw;
+  height: 100vh;
+}
+
+.info-center {
+  position: fixed;
+  z-index: 99999;
+  background-color: white;
+  align-items: center;
+  justify-content: center;
+  border-radius: 10rpx;
+  width: 78%;
+  height: 400rpx;
+  margin-left: 8%;
+}
+
+.block1 {
+  height: 200rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.t-radio {
+  margin-right: 40rpx;
+}
+
+.empyt {
+  height: 100%;
+  display: flex;
+  align-items: center;
+  justify-content: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1