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/home/home.wxss |  113 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 97 insertions(+), 16 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index b3ed0bd..9d57cad 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -1,31 +1,93 @@
 /* pages/home/home.wxss */
 .page__hd {
-  background: linear-gradient(to bottom right, #D9FDFB, white);
+  /* background: linear-gradient(to bottom right, #D9FDFB, white); */
+  padding: 0;
+}
+
+.page__title {
+  margin-left: 10px;
+  font-size: 18px;
+  color: var(--fyui-text-color_1);
+  /* font-weight: 600; */
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+
+.flex-h_block{
+  flex: 1;
 }
 
 .top-card {
   position: relative;
   border-radius: 4px;
-  background-color: #5bf0d6;
+  background-color: #DCFFF9;
   /* background: linear-gradient(to bottom right, #a5f5e9, #62EAD2); */
-  color: white;
+  color: #219372;
   padding: 8px;
-  width: 26vw;
   /* text-shadow: 1px 1px rgb(0, 0, 0, 0.4); */
+  margin-left: 10px;
+  margin-right: 2px;
+  height: 20vh;
+  text-align: center;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+}
+
+.top-card_2 {
+  margin-left: 2px;
+  margin-right: 10px;
+  margin-bottom: 0.5vh;
+  height: 8.5vh;
+  background-color: #DDEEFF;
+  color: #2B7BCB;
+  text-align: start;
+}
+
+.top-card_3 {
+  margin-left: 2px;
+  margin-right: 10px;
+  margin-top: 0.5vh;
+  height: 8.5vh;
+  background-color: #FAFCF0;
+  color: #859438;
+  text-align: start;
 }
 
 .top-card>image{
+  width: 12vh;
+  height: 12vh;
+  position: absolute;
+  bottom: 0px;
+  right: 0px;
+  opacity: 0.6;
+}
+
+.top-card_2>image{
   width: 13vw;
   height: 14vw;
-  position: absolute;
-  bottom: -2px;
-  right: -2px;
+  opacity: 0.5;
+}
+
+.top-card_3>image{
+  width: 13vw;
+  height: 14vw;
+  opacity: 0.5;
 }
 
 .top-card .top-card__time {
   /* text-align: end; */
   font-size: 12px;
-  color: #ffffffde;
+  color: #8BD5C8;
+}
+
+.top-card_2 .top-card__time {
+  color: #95BEE7;
+}
+
+.top-card_3 .top-card__time {
+  color: #BBC391;
 }
 
 .top-card .top-card__score {
@@ -35,14 +97,14 @@
 }
 
 .top-card .top-card__num {
-  font-size: 20px;
+  font-size: 26px;
   font-weight: 600;
 }
 
 .top-card .top-card__tag{
   font-size: 10px;
   width: 12vw;
-  color: #ffffff5e;
+  color: #ffffffbd;
 }
 
 .top-card .top-card__items {
@@ -55,7 +117,7 @@
 }
 
 .top-card__items .top-card__item view {
-  color: #ffffffde;
+  /* color: #ffffffde; */
   font-size: 12px;
 }
 
@@ -73,17 +135,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 {
@@ -133,6 +207,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