派生自 wuyushui/SewerAndRainNetwork

wangrui
2020-12-14 0d7669f8bf28300362fc0dacd5c794ff823d0297
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
.el-form--inline .el-form-item,.el-form--inline .el-form-item__content {
    display: inline-block;
    vertical-align: top
}
 
.el-form-item:after,.el-form-item__content:after {
    clear: both
}
 
.el-form--label-left .el-form-item__label {
    text-align: left
}
 
.el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px
}
 
.el-form--inline .el-form-item {
    margin-right: 10px
}
 
.el-form--inline .el-form-item__label {
    float: none;
    display: inline-block
}
 
.el-form--inline.el-form--label-top .el-form-item__content {
    display: block
}
 
.el-form-item {
    margin-bottom: 22px
}
 
.el-form-item:after,.el-form-item:before {
    display: table;
    content: ""
}
 
.el-form-item .el-form-item {
    margin-bottom: 0
}
 
.el-form-item .el-form-item .el-form-item__content {
    margin-left: 0!important
}
 
.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner,.el-form-item.is-error .el-input__inner {
    border-color: transparent
}
 
.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-textarea__inner {
    border-color: #ff4949
}
 
.el-form-item.is-required .el-form-item__label:before {
    content: '*';
    color: #ff4949;
    margin-right: 4px
}
 
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 11px 12px 11px 0;
    box-sizing: border-box
}
 
.el-form-item__content {
    line-height: 36px;
    position: relative;
    font-size: 14px
}
 
.el-form-item__content:after,.el-form-item__content:before {
    display: table;
    content: ""
}