b577fd9e0451ddab3e1a04a1714c0f9f27911260
[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     padding:0 6px;
81     height:auto;
82     background: rgba(0, 0, 0, .8);
83     line-height: 40px;
84     border-radius: 4px;
85     position: absolute;
86     right: -118px;
87     top: 44px;
88     color:#ffffff;
89     z-index:99;
90 }
91 .detail-icon{
92      position: absolute;
93      right: -22px;
94      width:20px;
95      height:20px;
96      cursor: pointer;
97   }
98 .ran_text::before{
99     content: '';
100     display: block;
101     position: absolute;
102     right: 96px;
103     bottom: -16px;
104     border: 20px solid transparent;
105     border: 8px solid transparent;
106     border-top: 8px solid  rgba(0, 0, 0, .8);
107 }
108 .cor_text{
109     width: 200px;
110     padding:0 6px;
111     height:auto;
112     background: rgba(0, 0, 0, .8);
113     line-height: 40px;
114     border-radius: 4px;
115     position: absolute;
116     right: -98px;
117     top: 26px;
118     color:#ffffff;
119 }
120 .cor_text::before{
121     content: '';
122     display: block;
123     position: absolute;
124     right: 82px;
125     bottom: -16px;
126     border: 20px solid transparent;
127     border: 8px solid transparent;
128     border-top: 8px solid  rgba(0, 0, 0, .8);
129 }
130 .core_icon{
131     position: absolute;
132     right:-18px;
133     width:20px;
134     height:20px;
135     cursor: pointer;
136 }
137 .ran_adrress{
138     width:80px;
139     height:22px;
140 }
141 .cn_adrress{
142     width:90px;
143     height:22px;
144 }