From 9b09d13712c0c005891450a3bf4b6d848ec0ff37 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 29 十一月 2023 10:28:24 +0800
Subject: [PATCH] 2023.11.29

---
 pages/mService/cSchedule/cSchedule.wxss |   43 +++++++++++++++++++++++++++++++++----------
 1 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/pages/mService/cSchedule/cSchedule.wxss b/pages/mService/cSchedule/cSchedule.wxss
index 95a6a95..22e0d3f 100644
--- a/pages/mService/cSchedule/cSchedule.wxss
+++ b/pages/mService/cSchedule/cSchedule.wxss
@@ -1,12 +1,12 @@
 /* pages/mService/cSchedule/cSchedule.wxss */
 .schedule-card {
   position: relative;
-  background: linear-gradient(0deg, #e9c07f, #F8BD6B, #FFAC38);
-  /* background-color: aqua; */
-  margin: 0 10px;
-  padding: 8px;
-  color: rgb(255, 255, 255);
+  /* background: linear-gradient(0deg, #e9c07f, #F8BD6B, #FFAC38); */
+  /* padding: 8px; */
+  background-color: white;
+  color: var(--fyui-text-color_1);
   border-radius: 6px;
+  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
 }
 
 .schedule-card__2 {
@@ -22,14 +22,17 @@
   position: absolute;
   top: 0;
   right: 4px;
-  color: rgba(255, 255, 255, 0.15);
+  color: rgba(255, 255, 255, 0.719);
   font-size: 30px;
 }
 
 .schedule-category {
   display: flex;
+  background: linear-gradient(0deg, #ffffff, #E2EFFF, #c5dfff);
   align-items: center;
-  font-size: 14px;
+  font-size: 30rpx;
+  padding: 8px;
+  border-radius: 6px 6px 0 0;
 }
 
 .schedule-category>text {
@@ -37,15 +40,35 @@
 }
 
 .schedule-title {
-  font-size: 20px;
-  margin: 12px 0;
+  padding: 8px;
+  font-size: 36rpx;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
+  font-weight: 600;
+  border-top: 1px solid rgba(151, 151, 151, 0.068);
 }
 
 .schedule-time {
+  padding: 0 8px;
   display: flex;
   justify-content: space-between;
-  font-size: 14px;
+  align-items: baseline;
+  font-size: 24rpx;
+}
+
+.schedule-time__day {
+  font-size: 36rpx;
+}
+
+.schedule-time__right {
+  color: #77b2fa;
+}
+
+.schedule-time__right-2 {
+  color: orange;
+}
+
+.schedule-time__right-3 {
+  color: red;
 }
\ No newline at end of file

--
Gitblit v1.9.3