progressBar.css 1.05 KB
.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;
}