评价,星星

来源:互联网 发布:.eps用什么软件打开 编辑:程序博客网 时间:2024/06/11 18:46
<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>评价</title>    <style>    .score-public {        width: 210px;        position: relative;        height: 30px;        display: inline-block;        vertical-align: middle;    }        .star,    .star-gray {        position: absolute;        left: 0;        right: 0;        top: 0;        bottom: 0;        width: 100%;        height: 100%;        display: block;         background: url(./star-all-gray.png) no-repeat;    }        .star {        z-index: 2;        background: url(./star-all.png) no-repeat;        background-size: auto 100%;    }        .star-gray {        background-size: auto 100%;    }    </style></head><body>    <span class="score-public score ">                <span class="star" style="width:50%"></span>                <span class="star-gray"></span>    </span></body></html>

0 0
原创粉丝点击