riku
2023-11-29 9b09d13712c0c005891450a3bf4b6d848ec0ff37
component/inputcell/inputcell.wxss
@@ -6,7 +6,7 @@
}
.weui-up-input{
  color: black;
  font-size: var(--ffui-font-size-2);
  font-size: 30rpx;
  /* border-radius: 10rpx; */
  width: 100%;
  /* background-color: seagreen; */
@@ -16,14 +16,29 @@
.input-right {
  text-align: end;
  padding-right: 6px;
}
.input-disable {
  color: #B2B2B2
}
.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: 30rpx;
  width: 32vw;
  color:var(--fyui-text-color-1);
  /* background-color: seagreen; */
}
.hr-view{
  height: 2rpx;
@@ -34,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;