From 9b09d13712c0c005891450a3bf4b6d848ec0ff37 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 29 十一月 2023 10:28:24 +0800
Subject: [PATCH] 2023.11.29
---
app.wxss | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/app.wxss b/app.wxss
index 963d493..e2442f0 100644
--- a/app.wxss
+++ b/app.wxss
@@ -2,6 +2,7 @@
@import "/libs/weui.wxss";
page {
+ --td-brand-color: #59D5B3;
--fyui-primary-color: #59D5B3;
--fyui-primary-color-2: #6DF1A9;
/* --fyui-primary-color: #929292;
@@ -80,7 +81,9 @@
margin: 8px;
color: white;
padding: 8px;
- text-align: center;
+ justify-content: center;
+ align-items: center;
+ display: flex;
}
.submit:active {
@@ -232,14 +235,14 @@
background-color: white;
}
-.fyui-box:before{
+.fyui-box:before {
content: " ";
width: 90%;
height: 1px;
background-color: var(--fyui-BG_1);
top: -2px;
position: absolute;
-
+
}
.fyui-box:active {
--
Gitblit v1.9.3