summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/slicing-business-management/slicing-business-model/slicing-business-model.component.less
blob: ead96487e8e9655366badf05a53d9c931e12e100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.taskmodel_list{
    margin-top: 20px;
}
a{
    text-decoration: none;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    color:#000;
    margin:10px 80px;
}
.head_cn{
    margin-right: 8px;
}
.anImg{
    width: 76px;
    height: auto;
    margin-top: 20px;
}
.list-box{
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: center;
   
}
.list-box li{
    position: relative;
}
.clear{
    clear: both;
}
.online-vlan{
  width: 100px;
  height: 1px;
  background: #000;
}
.online-type{
  width: 180px;
  height: 3px;
  background: #1DA57A;
  margin: 0 15px;
}
.offline-type{
    width: 180px;
    height: 3px;
    background: #7e848a;
    margin: 0 15px;
}
.vLan-line{
    text-align: center;
    top:-20px;
}
.tnImg{
    width: 50px;
    height:auto;
}
.three-box{
  text-align: center;
    top:-20px;
}
.cnCloud{
    margin-left:10px;
    width: 88px;
    height: auto;
    margin-top: 20px;
}