ps-frame-father
Version:
An enterprise-class UI design language and React components implementation
23 lines (22 loc) • 427 B
CSS
.progressWrap {
margin: 6px 3px;
display: inline-flex;
align-items: center;
}
.progressWrap .progressBar {
position: relative;
display: inline-block;
height: 10px;
background-color: #f0f0f0;
border-radius: 5px;
overflow: hidden;
}
.progressWrap .progressBar .progressInnerBar {
position: absolute;
height: 100%;
}
.progressWrap .progressText {
margin-left: 6px;
margin-top: -2px;
font-size: 14px;
}