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
| .layui-form-label {
| padding-top: 0 !important;
| font-size: 13px;
| }
|
| input[type=text] {
| width: 200px;
| }
|
| .flex-row {
| display: flex;
| }
|
| .flex-center {
| align-items: center;
| }
|
| .input-small {
| width: 80px !important;
| }
|
| .input-middle {
| width: 150px;
| }
|
| .input-large {
| width: 250px;
| }
|
|