From b45a01a8bee4a9bff5f9c248ead301b8675d1099 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 28 十月 2022 17:22:35 +0800
Subject: [PATCH] 2022.10.28
---
component/inputcell/inputcell.wxss | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/component/inputcell/inputcell.wxss b/component/inputcell/inputcell.wxss
index 8e0b571..2bc3d90 100644
--- a/component/inputcell/inputcell.wxss
+++ b/component/inputcell/inputcell.wxss
@@ -6,7 +6,7 @@
}
.weui-up-input{
color: black;
- font-size: var(--ffui-font-size-2);
+ font-size: 1rem;
/* border-radius: 10rpx; */
width: 100%;
/* background-color: seagreen; */
@@ -18,12 +18,23 @@
padding-right: 6px;
}
+.required {
+ color: red;
+ text-align: center;
+ vertical-align: middle;
+}
+
+.not-required {
+ color: transparent;
+}
+
.title-cell{
white-space: nowrap;
display: inline-block;
- font-size: var(--ffui-font-size-2);
- width: 105px;
- color:var(--ffui-text-color-1);
+ font-size: 1rem;
+ width: 32vw;
+ color:var(--fyui-text-color-1);
+ /* background-color: seagreen; */
}
.hr-view{
height: 2rpx;
--
Gitblit v1.9.3