From 48145f787eda81815f653ad21161a60e89b6a303 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 13 十一月 2024 16:41:32 +0800
Subject: [PATCH] 2024.11.13
---
component/inputcell/inputcell.wxss | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/component/inputcell/inputcell.wxss b/component/inputcell/inputcell.wxss
index 2bc3d90..01a126a 100644
--- a/component/inputcell/inputcell.wxss
+++ b/component/inputcell/inputcell.wxss
@@ -6,7 +6,7 @@
}
.weui-up-input{
color: black;
- font-size: 1rem;
+ font-size: 30rpx;
/* border-radius: 10rpx; */
width: 100%;
/* background-color: seagreen; */
@@ -16,6 +16,10 @@
.input-right {
text-align: end;
padding-right: 6px;
+}
+
+.input-disable {
+ color: #B2B2B2
}
.required {
@@ -31,7 +35,7 @@
.title-cell{
white-space: nowrap;
display: inline-block;
- font-size: 1rem;
+ font-size: 30rpx;
width: 32vw;
color:var(--fyui-text-color-1);
/* background-color: seagreen; */
@@ -45,7 +49,7 @@
.unit {
display: block;
/* background-color: rgb(46, 133, 139); */
- font-size: var(--ffui-font-size-2);
+ font-size: 30rpx;
color: var(--ffui-text-color-1);
margin-right: 10px;
line-height: 22px;
--
Gitblit v1.9.3