index.less
715 Bytes
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
.zrz {
min-height: 200px;
width: 100%;
//margin-top: 10px;
float: left;
.content-left{
width: 40%;
float: left;
//border: 1px solid #fc2b34;
padding: 10px 0 0 10px;
}
.content-left-form{
float: right;
//border: 1px solid #fca118;
}
.content-right{
width: 56%;
float: right;
//border: 1px solid #fca118;
padding: 10px 0 0 10px;
}
.el-row{
border-top: 1px solid grey;
border-left: 1px solid grey;
border-right: 1px solid grey;
display: flex;
flex-wrap: wrap
}
.el-form-item{
font-weight: bold;
font-size: xx-large
}
.el-input{
width: 300px;
}
.el-col{
border-right: 1px solid grey;
height: 45px;
}
}