最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

使用CSS3制作一個(gè)簡(jiǎn)單的進(jìn)度條(demo)

  發(fā)布時(shí)間:2017-05-23 16:30:26   作者:佚名   我要評(píng)論
這篇文章主要介紹了使用CSS3制作一個(gè)簡(jiǎn)單的進(jìn)度條(demo)的相關(guān)資料,需要的朋友可以參考下

這里只是一個(gè)小demo,一個(gè)用CSS3寫(xiě)的進(jìn)度條。

如圖所示:

這里寫(xiě)圖片描述

具體代碼如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"   />
<meta name="viewport" content="initial-scale=1">
<style>
.process-bar
{
    width:100px;
    display:inline-block;
    *zoom:1;
}
.pb-wrapper
{
    border:1px solid #cfd0d2;
    position:relative;
    background:#cfd0d2;
    border-radius: 8px;
}
.pb-container
{
    height:12px;
    position:relative;
    left:-1px;
    margin-right:-2px;
    font:1px/0 arial;
    padding:1px;
}
.pb-highlight
{
    position:absolute;
    left:0;
    top:0;
    _top:1px;
    width:100%;
    opacity:0.6;
    filter:alpha(opacity=60);
    height:6px;
    background:white;
    font-size:1px;
    line-height:0;
    z-index:1
}
.pb-text
{
    width:100%;
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    font:10px/12px arial;
    color:black;
    font:10px/12px arial
}
</style>
</head>
<body>
    <div class="process-bar skin-green">
        <div class="pb-wrapper">
            <div class="pb-highlight"></div>
            <div class="pb-container">
                <div class="pb-text">50%</div>
                <div class="pb-value" style="height: 100%;width: 50%;background: #19d73d;border-radius: 8px;"></div>
            </div>
        </div>
    </div>
</body>
</html>

以上所述是小編給大家介紹的使用CSS3制作一個(gè)簡(jiǎn)單的進(jìn)度條(demo),希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評(píng)論

汕尾市| 九江市| 西畴县| 锡林郭勒盟| 霍林郭勒市| 南丰县| 甘泉县| 三门县| 苗栗县| 西乌珠穆沁旗| 浙江省| 黑水县| 久治县| 调兵山市| 中方县| 泰州市| 汉中市| 河西区| 南康市| 遵义县| 乐都县| 芦山县| 满城县| 临清市| 沙湾县| 革吉县| 凯里市| 温宿县| 库尔勒市| 澄城县| 邻水| 海林市| 大埔区| 墨玉县| 高碑店市| 宁津县| 巴青县| 中卫市| 抚远县| 旌德县| 惠水县|