21c68524c3ea4e7126061835f494b08e2d895254
[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     text-align: center;
25    
26 }
27 .list-box li{
28     position: relative;
29 }
30 .clear{
31     clear: both;
32 }
33 .online-vlan{
34   width: 100px;
35   height: 1px;
36   background: #000;
37 }
38 .online-type{
39   width: 200px;
40   height: 3px;
41   background: #6a9bd0;
42 }
43 .offline-type{
44     width: 200px;
45     height: 3px;
46     background: #7e848a;
47 }
48 .vLan-line{
49     text-align: center;
50     top:-20px;
51 }
52 .tnImg{
53     width: 85px;
54     height:auto;
55 }
56 .three-box{
57   text-align: center;
58     top:-20px;
59 }
60 .cnCloud{
61     width: 90px;
62     height: auto;
63 }