长形进度条合集
代码语言:html
所属分类:进度条
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> - Flat progress bars</title>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<style>
html {
padding: 0;
margin: 0;
}
body {
font-family: 'Source Sans Pro', sans-serif;
padding: 2em;
margin: 0;
}
.border-radius-radius {
border-radius: 3px;
}
.border-radius-round {
border-radius: 100px;
}
.progress-bar {
margin-bottom: 1em;
height: 1.7em;
background-color: #ecf0f1;
}
.progress-bar .bar {
display: block;
height: 100%;
}
.progress-bar.radius .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0