From 068be2757aa2d51e3f6604dae54287683160ad0e Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 一月 2026 17:29:48 +0800
Subject: [PATCH] 2026.1.19

---
 pages/home/home.wxss |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 2045d23..3cbd202 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -7,8 +7,12 @@
 .page__title {
   margin-left: 10px;
   font-size: 18px;
+  font-weight: 600;
   color: var(--fyui-text-color_1);
   /* font-weight: 600; */
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 .flex-h_block{
@@ -132,17 +136,29 @@
 }
 
 .notice-read {
-  width: 12px;
-  height: 12px;
-  background-color: #CECECE;
+  width: 10px;
+  height: 10px;
+  background-color: transparent;
   border-radius: 50%;
 }
 
 .notice-not-read {
-  width: 12px;
-  height: 12px;
+  width: 10px;
+  height: 10px;
   background-color: red;
   border-radius: 50%;
+  color: white;
+}
+
+.notice-not-read-text {
+  width: 16px;
+  height: 16px;
+  background-color: red;
+  border-radius: 50%;
+  color: white;
+  display: flex;
+  align-items: center;
+  justify-content: center;
 }
 
 .notice {
@@ -192,6 +208,13 @@
   background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E)
 }
 
+.schedule-wrap {
+  /* background-color: white; */
+  margin: 0 10px;
+  padding: 4px 0;
+  /* border-radius: 4px; */
+  /* box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
+}
 /* .image-btn .image-btn_goto>image {
   width: 14px;
   height: 20px;

--
Gitblit v1.9.3