国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > CSS > 正文

CSS代碼實(shí)現(xiàn)三角形和餅圖

2024-07-11 08:59:21
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

 
 

.triangle{width:0;height:0;border-width:50px;border-style:solid;border-color:red blue green yellow;}.triangle_top{width:0;height: 0;border-width:50px;border-style:solid;border-color:red transparent transparent transparent;}.triangle_right{width:0;height: 0;border-width:50px;border-style:solid;border-color:transparent blue transparent transparent;}.triangle_bottom{width:0;height: 0;border-width:50px;border-style:solid;border-color:transparent transparent green transparent;}.triangle_left{width:0;height: 0;border-width:50px;border-style:solid;border-color:transparent transparent transparent yellow;}

要點(diǎn)

transparent

拓展扇形

 

border-radius: 50px

餅圖思路

 

先建一個(gè)圓,然后分左右兩塊。
左右兩塊里面在包含一個(gè)半圓,然后對(duì)其做旋轉(zhuǎn)處理,來(lái)匹配對(duì)應(yīng)的百分比,溢出隱藏處理
 

注意

因?yàn)槭亲笥覂蓧K,所以要注意溢出隱藏,以達(dá)到最終效果
 

注意旋轉(zhuǎn)的中心點(diǎn)
 

如果中心區(qū)域掏空的話,注意層級(jí)問(wèn)題
 

如果百分比<=50%,可以不要右邊那塊
 

百分比跟旋轉(zhuǎn)角度的對(duì)應(yīng)換算(百分比/100*360)
 

例子

 

<style>.pie38{width: 100px;height: 100px;border-radius: 50px;margin:20px;background-color: #ddd;position: relative;display: inline-block;overflow: hidden}.pie38 .pie_content{line-height: 100px;text-align: center;position: absolute;width: 100px;height: 100px;z-index: 8}.pie38 .pie_left{position: absolute;top:0;left:0;width: 50px;height: 100px;overflow: hidden;}.pie38 .pie_left:after{content: '';height: 100px;width:50px;border-right:50px solid red;position:absolute;top:0;left:0;transform: rotate(-137deg);}</style><div class="pie38"> <div class="pie_content">38%</div> <div class="pie_left"></div></div><style>.pie88{width: 100px;height: 100px;border-radius: 50px;margin:20px;background-color: #ddd;position: relative;display: inline-block;overflow: hidden;}.pie88 .pie_content{line-height: 100px;text-align: center;position: absolute;width: 100px;height: 100px;z-index: 8}.pie88 .pie_left{position: absolute;top:0;left:0;width: 50px;height: 100px;overflow: hidden;background-color: red}.pie88 .pie_right{position: absolute;top:0;right:0;width: 50px;height: 100px;overflow: hidden;}.pie88 .pie_right:after{content: '';height: 100px;width:50px;border-left:50px solid red;position:absolute;right:0;top:0;border-radius: 50px;transform: rotate(-137deg);}</style><div class="pie88"> <div class="pie_content">88%</div> <div class="pie_left"></div> <div class="pie_right"></div></div>

總結(jié)

以上所述是小編給大家介紹的CSS代碼實(shí)現(xiàn)三角形和餅圖,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)武林網(wǎng)網(wǎng)站的支持!

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 电白县| 天镇县| 肥西县| 灵武市| 秦皇岛市| 张家界市| 南昌县| 高阳县| 安龙县| 大丰市| 论坛| 青浦区| 太仓市| 开平市| 通海县| 长寿区| 阿巴嘎旗| 舞阳县| 布尔津县| 铜川市| 河间市| 马山县| 彰化县| 松原市| 漳州市| 遂溪县| 孙吴县| 滨州市| 德惠市| 靖安县| 三穗县| 龙里县| 泰宁县| 枣强县| 宜君县| 阿克苏市| 当涂县| 马边| 双牌县| 连平县| 陇南市|