闫增涛
2024-03-18 e4e0b0ebbd8dcdf31881be6ddf885509e65c9d84
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.tips {
  line-height: 24px;
  font-size: 28rpx;
  padding: 5px;
  background: rgba(255, 108, 0, 0.1);
  color: #ff6c00;
  text-align: center;
  margin: 0 auto 20px auto;
}
 
.page-body {
  padding: 20rpx;
  font-size: 28rpx;
}
 
.from-item {
  margin-bottom: 20rpx;
  display: flex;
}
 
.from-item .label {
  width: 240rpx;
  height: 68rpx;
  line-height: 68rpx;
}
 
.from-item .item-content {
  width: 56%;
  border: 2rpx solid #D9D9D9;
  padding: 10rpx;
}
 
.from-item .stateBox {
  padding: 10rpx;
}
 
.from-item .t-input {
  padding: 0 !important;
}
 
.submit {
  background: #ff6c00;
  color: #fff;
}
 
.t-cell {
  padding: 0 !important;
}
 
.t-cell::after {
  border-bottom: 0 !important;
}
 
.t-cell__title {
  flex: 0 !important;
}
 
.t-cell__note {
  justify-content: flex-start !important;
  display: block !important;
  /* width: 300rpx; */
}
 
.t-input__wrap .t-input__content,
.t-input__control {
  font-size: 28rpx !important;
}
 
.t-picker-item__wrapper {
  padding: 80rpx 0 !important;
}
 
.t-picker__indicator {
  top: 80rpx !important;
}
 
.wait {
  color: #ff6d00;
}
 
.no {
  color: #EE1818
}
 
.yes {
  color: #1FBC1F
}
 
.wrapper {
  width: 56%;
}
 
.t-grid-item {
  width: 50% !important;
}