Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ead96487e8e9655366badf05a53d9c931e12e100
[usecase-ui.git]
/
1
.taskmodel_list{
2
margin-top: 20px;
3
}
4
a{
5
text-decoration: none;
6
}
7
.header{
8
display: flex;
9
justify-content: space-between;
10
align-items: center;
11
height: 40px;
12
line-height: 40px;
13
color:#000;
14
margin:10px 80px;
15
}
16
.head_cn{
17
margin-right: 8px;
18
}
19
.anImg{
20
width: 76px;
21
height: auto;
22
margin-top: 20px;
23
}
24
.list-box{
25
display: flex;
26
justify-content:center;
27
align-items: center;
28
text-align: center;
29
30
}
31
.list-box li{
32
position: relative;
33
}
34
.clear{
35
clear: both;
36
}
37
.online-vlan{
38
width: 100px;
39
height: 1px;
40
background: #000;
41
}
42
.online-type{
43
width: 180px;
44
height: 3px;
45
background: #1DA57A;
46
margin: 0 15px;
47
}
48
.offline-type{
49
width: 180px;
50
height: 3px;
51
background: #7e848a;
52
margin: 0 15px;
53
}
54
.vLan-line{
55
text-align: center;
56
top:-20px;
57
}
58
.tnImg{
59
width: 50px;
60
height:auto;
61
}
62
.three-box{
63
text-align: center;
64
top:-20px;
65
}
66
.cnCloud{
67
margin-left:10px;
68
width: 88px;
69
height: auto;
70
margin-top: 20px;
71
}