From bf580d5477d65f5eefb70a8fb9a6b37eaf0ae9bb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 09:16:25 +0800
Subject: [PATCH] 2022.9.6
---
app.wxss | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/app.wxss b/app.wxss
index 9e5df28..29994ec 100644
--- a/app.wxss
+++ b/app.wxss
@@ -10,6 +10,10 @@
--fyui-BG-COLOR-ACTIVE: #ececec5d;
}
+view {
+ /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
+}
+
/********************************** 閫氱敤-start ***********************************/
.statusbar-title {
text-align: center;
@@ -106,14 +110,20 @@
padding: 2px 4px 2px 18px;
}
+.image-16 {
+ width: 16px;
+ height: 16px;
+}
+
/********************************** 閫氱敤-end ***********************************/
/********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
.page {
+ min-height: 100vh;
height: 100%;
display: flex;
flex-direction: column;
- justify-content: space-between;
+ justify-content: flex-start;
box-sizing: border-box;
background-color: var(--fyui-BG_1);
}
@@ -220,7 +230,7 @@
.fyui-box:before{
content: " ";
- width: 100%;
+ width: 90%;
height: 1px;
background-color: var(--fyui-BG_1);
top: -2px;
@@ -283,7 +293,7 @@
width: 100%;
height: auto;
border-radius: 0px;
- font-size: large;
+ font-size: 20px;
font-weight: 600;
/* background-color: greenyellow; */
}
--
Gitblit v1.9.3