css活用,半星星的效果

來源:互聯網
上載者:User

標籤:span   asc   com   center   sde   ati   height   idt   ebs   

1、首先下載要用到星星字型

http://www.w3cplus.com/w3cplusDemo/demos/webFontIcon.html

2、css

 .cleanfloat::after{display: block; clear: both; content:""; visibility: hidden; height: 0;}        *{margin:0; padding:0;}        /*字型路徑按照你的路徑去修改*/         @font-face {            font-family: ‘AlluraRegular‘;            src: url(‘../common/webFontIcon/websymbols/fonts/websymbols-regular-webfont.eot‘),                 url(‘../common/webFontIcon/websymbols/fonts/websymbols-regular-webfont?#iefix‘) format(‘embedded-opentype‘),                  url(‘../common/webFontIcon/websymbols/fonts/websymbols-regular-webfont.woff‘) format(‘woff‘),                 url(‘../common/webFontIcon/websymbols/fonts/websymbols-regular-webfont.ttf‘) format(‘truetype‘),                 url(‘../common/webFontIcon/websymbols/fonts/websymbols-regular-webfont.svg#AlluraRegular‘) format(‘svg‘);        }        .starFive span {display: block;float: left;font-size: 25px; font-family: ‘AlluraRegular‘;            text-align: center;color: #888;width: 27px;height: 33px;line-height: 33px;            margin-right: 5px;position: relative;overflow: hidden;white-space: pre;         }        .starFive span:before {position: absolute;            left: 0;top: 0;display: block;width: 50%;            content: attr(data-content);overflow: hidden;color: #F63;        }        .sF1 span:before{width: 70%;}        .sF2 span:before{width: 50%;}        .sF3 span:before{width: 40%;}        .starFive .org_star {color: #F63;}        .starFive b {font-weight: normal; line-height: 40px;            font-size: 25px;color: #888;margin-left: 10px;        }

3、HTML

<div>      <p class=‘cleanfloat starFive sF1‘><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span data-content=‘R‘>R</span><b>4.7分</b></p>      <p class=‘cleanfloat starFive sF2‘><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span data-content=‘R‘>R</span><span>R</span><b>3.5分</b></p>      <p class=‘cleanfloat starFive sF3‘><span class=‘org_star‘>R</span><span class=‘org_star‘>R</span><span data-content=‘R‘>R</span><span>R</span><span>R</span><b>2.4分</b></p> </div>

 

css活用,半星星的效果

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.