实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<style>
2
    #progressBar{
3
        width: 80%;
4
        height: 50px;
5
        position: relative;
6
        margin: 50px 0 0 100px;
7
    }
8
    #progressBar div{
9
        width: 100%;
10
        height: 10px;
11
        position: absolute;
12
        top:50%;
13
        left: 0;
14
        margin-top:-20px;
15
        background: #ccc;
16
    }
17
    #progressBar div span{
18
        position: absolute;
19
        display: inline-block;
20
        background: green;
21
        height: 10px;
22
        width: 100%;