progressBar.css
1.05 KB
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
.progressBar {
padding-top: 30px;
color: #4A4A4A;
}
.app_progress li {
display: inline-block;
text-align: center;
}
.app_progress li:not(:first-child) {
margin-left: -47px;
}
.layui-progress {
height: 2px!important;
}
.layui-progress-bar {
height: 2px!important;
}
.app_progress li p{
width: 26px;
height: 26px;
border-radius: 50%;
background-color: #E6E6E6;
margin: 0 auto;
}
.app_progress li h5 {
margin-top: 12px;
font-size: 16px;
}
.progressBar .layui-progress {
display: inline-block;
width: 352px;
position: relative;
top: -41px;
left: -24px;
}
.activeing {
background-color: #47E1BF!important;
}
.active {
background-color: #47E1BF!important;
position: relative;
}
.active::after {
content: " ";
display: block;
position: absolute;
left: 8px;
top: 4px;
width: 8px;
height: 12px;
border-color: #fff;
border-style: solid;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.layui-progress-bar {
background-color: #47E1BF!important;
}