From 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:26 +0800
Subject: [PATCH] 2022.8.26

---
 pages/home/home.wxss |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 4a6b587..2045d23 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -6,6 +6,9 @@
 
 .page__title {
   margin-left: 10px;
+  font-size: 18px;
+  color: var(--fyui-text-color_1);
+  /* font-weight: 600; */
 }
 
 .flex-h_block{
@@ -23,6 +26,10 @@
   margin-left: 10px;
   margin-right: 2px;
   height: 20vh;
+  text-align: center;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
 }
 
 .top-card_2 {
@@ -32,6 +39,7 @@
   height: 8.5vh;
   background-color: #DDEEFF;
   color: #2B7BCB;
+  text-align: start;
 }
 
 .top-card_3 {
@@ -41,24 +49,28 @@
   height: 8.5vh;
   background-color: #FAFCF0;
   color: #859438;
+  text-align: start;
 }
 
 .top-card>image{
-  width: 15vh;
-  height: 18vh;
+  width: 12vh;
+  height: 12vh;
   position: absolute;
   bottom: 0px;
   right: 0px;
+  opacity: 0.6;
 }
 
 .top-card_2>image{
   width: 13vw;
   height: 14vw;
+  opacity: 0.5;
 }
 
 .top-card_3>image{
   width: 13vw;
   height: 14vw;
+  opacity: 0.5;
 }
 
 .top-card .top-card__time {
@@ -102,7 +114,7 @@
 }
 
 .top-card__items .top-card__item view {
-  color: #ffffffde;
+  /* color: #ffffffde; */
   font-size: 12px;
 }
 

--
Gitblit v1.9.3