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