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: f3ecbe43a357e9804c1eee8744a640f56f1b11fa (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.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;
}
// .ran_text{
//     width: 200px;
//     height:auto;
//     background: rgba(0, 0, 0, .8);
//     line-height: 40px;
//     border-radius: 4px;
//     position: absolute;
//     right: -118px;
//     top: 34px;
//     color:#ffffff;
//     z-index:99;
// }
// .detail-icon{
//      position: absolute;
//      right: -26px;
//      bottom:-2px;
//      width:20px;
//      height:20px;
//      cursor: pointer;
//   }
// .ran_text::before{
//     content: '';
//     display: block;
//     position: absolute;
//     right: 94px;
//     bottom: -16px;
//     border: 20px solid transparent;
//     border: 8px solid transparent;
//     border-top: 8px solid  rgba(0, 0, 0, .8);
// }
// .cor_text{
//     width: 200px;
//     height:auto;
//     background: rgba(0, 0, 0, .8);
//     line-height: 40px;
//     border-radius: 4px;
//     text-indent: 2em;
//     position: absolute;
//     right: -300px;
//     top: -60px;
//     color:#ffffff;
// }
// .core_icon{
//     position: absolute;
//     right: 22px;
//     bottom:-10px;
//     width:20px;
//     height:20px;
//     cursor: pointer;
// }