From eb7366f400867d3f401fe60f06d848d6d1448457 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 17 十月 2022 17:41:56 +0800
Subject: [PATCH] 2022.10.17
---
pages/home/home.wxss | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 4a6b587..d73b853 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -6,6 +6,12 @@
.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{
@@ -23,6 +29,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 +42,7 @@
height: 8.5vh;
background-color: #DDEEFF;
color: #2B7BCB;
+ text-align: start;
}
.top-card_3 {
@@ -41,24 +52,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 +117,7 @@
}
.top-card__items .top-card__item view {
- color: #ffffffde;
+ /* color: #ffffffde; */
font-size: 12px;
}
--
Gitblit v1.9.3