687cd8f9acdfde53f3d106665c18af20ff41e5e7
[usecase-ui.git] /
1 .taskmodel_list{
2     margin-top: 20px;
3 }
4 a{
5     text-decoration: none;
6 }
7 .warp{
8     width: 100%;
9 }
10 .header{
11     display: flex;
12     justify-content: space-between;
13     align-items: center;
14     height: 40px;
15     line-height: 40px;
16     color:#000;
17     margin:10px 8%;
18     text-align: center;
19 }
20 .anImg{
21     width: 80px;
22     height: auto;
23     margin-top: 20px;
24 }
25 .list-box{
26      width: 90%;
27     display: flex;
28     justify-content:center;
29     align-items: center;
30     text-align: center;
31     margin:0 5%;
32 }
33 .list-box li{
34     position: relative;
35 }
36 .clear{
37     clear: both;
38 }
39 .online-vlan{
40     flex:1;
41   height: 1px;
42   background: #000;
43 }
44 .online-type{
45   height: 3px;
46   background: #1DA57A;
47   margin: 0 15px;
48 }
49 .offline-type{
50  
51     height: 3px;
52     background: #7e848a;
53     margin: 0 15px;
54 }
55 .vLan-line{
56     text-align: center;
57     top:-20px;
58     flex:1;
59 }
60 .tnImg{
61     width: 40px;
62     height:auto;
63 }
64 .three-box{
65   text-align: center;
66   flex:1;
67     top:-20px;
68 }
69 .cnCloud{
70     margin-left:10px;
71     width: 80px;
72     height: auto;
73     margin-top: 20px;
74 }
75 .fantask{
76     height: 20px;
77 }
78 .ran_text{
79     width: 200px;
80     height:auto;
81     background: rgba(0, 0, 0, .8);
82     line-height: 40px;
83     border-radius: 4px;
84     position: absolute;
85     right: -118px;
86     top: 44px;
87     color:#ffffff;
88     z-index:99;
89 }
90 .detail-icon{
91      position: absolute;
92      right: -22px;
93      width:20px;
94      height:20px;
95      cursor: pointer;
96   }
97 .ran_text::before{
98     content: '';
99     display: block;
100     position: absolute;
101     right: 96px;
102     bottom: -16px;
103     border: 20px solid transparent;
104     border: 8px solid transparent;
105     border-top: 8px solid  rgba(0, 0, 0, .8);
106 }
107 .cor_text{
108     width: 200px;
109     height:auto;
110     background: rgba(0, 0, 0, .8);
111     line-height: 40px;
112     border-radius: 4px;
113     position: absolute;
114     right: -98px;
115     top: 26px;
116     color:#ffffff;
117 }
118 .cor_text::before{
119     content: '';
120     display: block;
121     position: absolute;
122     right: 82px;
123     bottom: -16px;
124     border: 20px solid transparent;
125     border: 8px solid transparent;
126     border-top: 8px solid  rgba(0, 0, 0, .8);
127 }
128 .core_icon{
129     position: absolute;
130     right:-18px;
131     width:20px;
132     height:20px;
133     cursor: pointer;
134 }
135 .ran_adrress{
136     width:80px;
137     height:22px;
138 }
139 .cn_adrress{
140     width:90px;
141     height:22px;
142 }