admin
2021-02-06 6c09cbd70388ae53ec593de253f69cfa1a3eeda7
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;
}