38e20a72c7987cf8623c047cbd1dfa7fe1fa0155
[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 102px;
15 }
16 .anImg{
17     width: 65px;
18     height: auto;
19     margin-top: 20px;
20 }
21 .list-box{
22     display: flex;
23     justify-content:center;
24     align-items: center;
25     text-align: center;
26    
27 }
28 .list-box li{
29     position: relative;
30 }
31 .clear{
32     clear: both;
33 }
34 .online-vlan{
35   width: 100px;
36   height: 1px;
37   background: #000;
38 }
39 .online-type{
40   width: 180px;
41   height: 3px;
42   background: #1DA57A;
43   margin: 0 5px;
44 }
45 .offline-type{
46     width: 180px;
47     height: 3px;
48     background: #7e848a;
49     margin: 0 5px;
50 }
51 .vLan-line{
52     text-align: center;
53     top:-20px;
54 }
55 .tnImg{
56     width: 65px;
57     height:auto;
58 }
59 .three-box{
60   text-align: center;
61     top:-20px;
62 }
63 .cnCloud{
64     margin-left:10px;
65     width: 88px;
66     height: auto;
67     margin-top: 20px;
68 }