From a27ddbef869c993682355a6aed02b5f6a0c0b84a Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 09 三月 2022 08:14:15 +0800
Subject: [PATCH] #V20220308B
---
colorui/main.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/colorui/main.css b/colorui/main.css
index 247c502..57cdc3c 100644
--- a/colorui/main.css
+++ b/colorui/main.css
@@ -628,7 +628,7 @@
justify-content: center;
box-sizing: border-box;
padding: 0 30upx;
- font-size: 28upx;
+ font-size: 40upx;
height: 64upx;
line-height: 1;
text-align: center;
@@ -1627,7 +1627,7 @@
background-color: #f5f5f5;
line-height: 64upx;
height: 64upx;
- font-size: 24upx;
+ font-size: 50upx;
color: #333333;
flex: 1;
display: flex;
@@ -1644,7 +1644,7 @@
padding-right: 30upx;
height: 64upx;
line-height: 64upx;
- font-size: 26upx;
+ font-size: 50upx;
background-color: transparent;
}
@@ -2331,7 +2331,7 @@
.cu-form-group .title {
text-align: justify;
padding-right: 30upx;
- font-size: 30upx;
+ font-size: 50upx;
font-weight: bold;
position: relative;
height: 60upx;
@@ -2340,7 +2340,7 @@
.cu-form-group input {
flex: 1;
- font-size: 30upx;
+ font-size: 50upx;
color: #555;
padding-right: 20upx;
}
--
Gitblit v1.9.1