From 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 21 十月 2022 18:32:04 +0800
Subject: [PATCH] 首发版本 2022.10.21
---
app.wxss | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/app.wxss b/app.wxss
index a3fd5cd..40ab536 100644
--- a/app.wxss
+++ b/app.wxss
@@ -3,11 +3,15 @@
page {
--fyui-primary-color: #59D5B3;
- --fyui-text-color_1: #191919;
- --fyui-text-color_2: #7F7F7F;
+ --fyui-text-color_1: #3a3a3a;
+ --fyui-text-color_2: #666666;
--fyui-text-color_3: #B2B2B2;
--fyui-BG_1: #F5F5F5;
--fyui-BG-COLOR-ACTIVE: #ececec5d;
+}
+
+view {
+ /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}
/********************************** 閫氱敤-start ***********************************/
@@ -35,8 +39,8 @@
}
.icon {
- width: 16px;
- height: 16px;
+ width: 20px;
+ height: 20px;
}
.fyui-selector {
@@ -76,14 +80,14 @@
}
.submit:active {
- background-color: var(--fyui-BG-COLOR-ACTIVE);
+ background: linear-gradient(to right, #b7e9ce, #adebde);
}
.no-data {
display: flex;
flex-direction: column;
align-items: center;
- height: 100vh;
+ height: 50vh;
}
.no-data image {
@@ -104,6 +108,11 @@
font-size: 14px;
color: var(--fyui-primary-color);
padding: 2px 4px 2px 18px;
+}
+
+.image-16 {
+ width: 16px;
+ height: 16px;
}
/********************************** 閫氱敤-end ***********************************/
@@ -221,7 +230,7 @@
.fyui-box:before{
content: " ";
- width: 100%;
+ width: 90%;
height: 1px;
background-color: var(--fyui-BG_1);
top: -2px;
@@ -240,7 +249,7 @@
/* background-color: greenyellow; */
}
-.fyui-box .fyui-box__hd>image {
+.fyui-box .fyui-box__hd .fyui-box__hd_image {
width: 120px;
height: 80px;
}
--
Gitblit v1.9.3