亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用CSS怎么實現一個三角形和餅圖

發布時間:2021-05-14 16:44:22 來源:億速云 閱讀:184 作者:Leah 欄目:web開發

使用CSS怎么實現一個三角形和餅圖?針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。


 

.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;}

要點

transparent

拓展扇形

使用CSS怎么實現一個三角形和餅圖 

border-radius: 50px

餅圖思路

使用CSS怎么實現一個三角形和餅圖 

先建一個圓,然后分左右兩塊。
左右兩塊里面在包含一個半圓,然后對其做旋轉處理,來匹配對應的百分比,溢出隱藏處理
 

注意

因為是左右兩塊,所以要注意溢出隱藏,以達到最終效果
 

注意旋轉的中心點
 

如果中心區域掏空的話,注意層級問題
 

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

百分比跟旋轉角度的對應換算(百分比/100*360)
 

例子

使用CSS怎么實現一個三角形和餅圖 

<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>

css的三種引入方式

1.行內樣式,最直接最簡單的一種,直接對HTML標簽使用style=""。2.內嵌樣式,就是將CSS代碼寫在之間,并且用

進行聲明。3.外部樣式,其中鏈接樣式是使用頻率最高,最實用的樣式,只需要在之間加上

就可以了。其次就是導入樣式,導入樣式和鏈接樣式比較相似,采用@import樣式導入CSS樣式表,不建議使用。

關于使用CSS怎么實現一個三角形和餅圖問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

西城区| 桑植县| 龙岩市| 左贡县| 册亨县| 芜湖县| 泗水县| 鹤岗市| 西藏| 类乌齐县| 乐昌市| 商都县| 湘潭市| 余姚市| 新源县| 沙洋县| 关岭| 沭阳县| 韩城市| 隆化县| 淳安县| 公安县| 太白县| 九寨沟县| 若羌县| 观塘区| 五原县| 昌图县| 通化县| 镶黄旗| 特克斯县| 潼南县| 茶陵县| 西丰县| 新晃| 涪陵区| 普宁市| 曲周县| 蒲江县| 灌南县| 宝兴县|