From 89d33476c7ab9bf7a4fbad399685652eabd478de Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期六, 07 九月 2024 11:17:15 +0800
Subject: [PATCH] token

---
 packageBookService/pages/bookServices/detail/components/learnTask/index.wxss |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 50 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..42ffa45 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;
@@ -133,10 +133,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 +169,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 +187,36 @@
 .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;
 }
\ No newline at end of file

--
Gitblit v1.9.1