From c765c26eee1249b0a8d72d2b203b2ed124c2bbf6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:47 +0800
Subject: [PATCH] 2022.8.26(2)
---
app.wxss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app.wxss b/app.wxss
index 9e5df28..a3fd5cd 100644
--- a/app.wxss
+++ b/app.wxss
@@ -110,10 +110,11 @@
/********************************** 涓荤晫闈㈣儗鏅�-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);
}
@@ -283,7 +284,7 @@
width: 100%;
height: auto;
border-radius: 0px;
- font-size: large;
+ font-size: 20px;
font-weight: 600;
/* background-color: greenyellow; */
}
--
Gitblit v1.9.3