1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| .header-img{
| width: 30rpx;
| height: 28rpx;
| opacity: 0.5;
| margin: 0 30rpx 0 0;
| }
| .weui-up-input{
| color: black;
| font-size: 30rpx;
| /* 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;
| }
|
| .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: 30rpx;
| width: 32vw;
| color:var(--fyui-text-color-1);
| /* background-color: seagreen; */
| }
| .hr-view{
| height: 2rpx;
| margin: 0 0rpx;
| background-color: #f1f1f1;
| }
|
| .unit {
| display: block;
| /* background-color: rgb(46, 133, 139); */
| font-size: 30rpx;
| 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;
| }
|
|