.header-img{
|
width: 30rpx;
|
height: 28rpx;
|
opacity: 0.5;
|
margin: 0 30rpx 0 0;
|
}
|
.weui-up-input{
|
color: black;
|
font-size: var(--ffui-font-size-2);
|
/* border-radius: 10rpx; */
|
width: 100%;
|
/* background-color: seagreen; */
|
/* border-bottom: rgba(134, 134, 134, 0.226) solid 1px; */
|
}
|
|
.input-right {
|
text-align: end;
|
padding-right: 6px;
|
}
|
|
.required {
|
color: red;
|
text-align: center;
|
}
|
|
.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);
|
}
|
.hr-view{
|
height: 2rpx;
|
margin: 0 0rpx;
|
background-color: #f1f1f1;
|
}
|
|
.unit {
|
display: block;
|
/* background-color: rgb(46, 133, 139); */
|
font-size: var(--ffui-font-size-2);
|
color: var(--ffui-text-color-1);
|
margin-right: 10px;
|
line-height: 22px;
|
/* height: 28rpx; */
|
white-space: nowrap;
|
}
|
|
.flexbox {
|
display: flex;
|
flex-flow: row;
|
justify-content: space-between;
|
}
|
|
.flexbox-end {
|
justify-content: flex-end;
|
}
|
|
.page {
|
background-color: white;
|
}
|