Html
    Css
    Js

    
                        
.gradeinfo {
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center;
}
.htmleaf {
	width:300px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	box-shadow:0px 0px 1px 1px #888888 inset;
	display:flex;
	align-items:center;
	margin-left:10px;
	position:relative;
	overflow:hidden;
}
.perinfo {
	margin-left:2px;
	height:26px;
	border-radius:15px;
	position:absolute;
	left:0px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

加载进度样式或是等级样式(原创)

代码比较简单,就是根据两个取值及父级的确定宽度来计算显示的子集的宽度,这在做显示等级或是进度条的时候使用

0