From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块

---
 pages/home/home.wxss |   47 +++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 41 insertions(+), 6 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 0b03eb2..b3ed0bd 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -4,24 +4,45 @@
 }
 
 .top-card {
+  position: relative;
   border-radius: 4px;
-  background: linear-gradient(to bottom right, #a5f5e9, #62EAD2);
+  background-color: #5bf0d6;
+  /* background: linear-gradient(to bottom right, #a5f5e9, #62EAD2); */
   color: white;
   padding: 8px;
-  text-shadow: 1px 1px rgb(0, 0, 0, 0.4);
+  width: 26vw;
+  /* text-shadow: 1px 1px rgb(0, 0, 0, 0.4); */
+}
+
+.top-card>image{
+  width: 13vw;
+  height: 14vw;
+  position: absolute;
+  bottom: -2px;
+  right: -2px;
 }
 
 .top-card .top-card__time {
-  text-align: end;
+  /* text-align: end; */
   font-size: 12px;
   color: #ffffffde;
 }
 
 .top-card .top-card__score {
-  font-size: 26px;
+  font-size: 12px;
+  /* text-align: center; */
+  /* margin: 16px; */
+}
+
+.top-card .top-card__num {
+  font-size: 20px;
   font-weight: 600;
-  text-align: center;
-  margin: 16px;
+}
+
+.top-card .top-card__tag{
+  font-size: 10px;
+  width: 12vw;
+  color: #ffffff5e;
 }
 
 .top-card .top-card__items {
@@ -51,6 +72,20 @@
   background-color: var(--fyui-text-color_2);
 }
 
+.notice-read {
+  width: 12px;
+  height: 12px;
+  background-color: #CECECE;
+  border-radius: 50%;
+}
+
+.notice-not-read {
+  width: 12px;
+  height: 12px;
+  background-color: red;
+  border-radius: 50%;
+}
+
 .notice {
   color: var(--fyui-text-color_2);
   font-size: 12px;

--
Gitblit v1.9.3