91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

css3怎么實現三角形

發布時間:2020-06-24 20:36:44 來源:億速云 閱讀:141 作者:元一 欄目:web開發

本篇文章展示了css3實現三角形的具體操作,代碼簡明扼要容易理解,絕對能讓你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

css3三角形使用場景

我們知道有一個特效是span下拉列表,也就是說當鼠標放上一個div時,會出現原本隱藏的內容或者二級菜單,這樣一個下拉列表會突出來一個小的三角形指向原本的div區域塊,如圖所示:

css3怎么實現三角形

那么我們現在來總結一下,我們是如何寫出這些三角形的。

CSS3三角形實現原理

在css3中,我們主要使用的是一個transparent的屬性,意思是透明的,比如我們將字體設置為黑色會寫color:black,那么如果想把字體的顏色設置為透明,我們可以寫color:transparent。同理background-color:transparent可以設置背景為透明。

三角形8種分類

我們根據三角形的位置分為8種:

triangle up,triangle down,triangle left,triangle right,triangle top left,triangle top right,triangle bottom left和triangle bottom right。

8種三角形實現實例

1.triangle up 上三角形

#triangle-up{
width:0;
height:0;
border-left:50px solid transparent;
border-right:50px solid transparent;
border-bottom:100px solid black;
}

2.triangle down 下三角形

#triangle-down{
width:0;
height:0;
border-left:50px solid transparent;
border-right:50px solid transparent;
border-top:100px solid black;
}

3.triangle left 左三角形

#triangle-left{
width:0;
height:0;
border-top:50px solid transparent;
border-bottom:50px solid transparent;
border-right:100px solid black;
}

4.triangle right 右三角形

#triangle-right{
width:0;
height:0;
border-top:50px solid transparent;
border-bottom:50px solid transparent;
border-left:100px solid black;
}

5.triangle top left 左上三角形

#triangle-topleft{
width:0;
height:0;
border-top:100px solid black;
border-right:100px solid transparent;
}

6.triangle top right 右上三角形

#triangle-topright{
width:0;
height:0;
border-top:100px solid black;
border-left:100px solid transparent;
}

7.triangle bottom left 左下三角形

#triangle-bottomleft{
width:0;
height:0;
border-bottom:100px solid black;
border-right:100px solid transparent;
}

8.triangle bottom right 右下三角形

#triangle-bottomright{
width:0;
height:0;
border-bottom:100px solid black;
border-left:100px solid transparent;
}

大致的效果如圖所示:

css3怎么實現三角形

看完上述內容,你們掌握css3實現三角形的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

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

AI

轮台县| 彩票| 东阳市| 崇义县| 姜堰市| 蒙山县| 喀喇沁旗| 清涧县| 峨眉山市| 繁昌县| 宝清县| 民乐县| 修武县| 镶黄旗| 宽甸| 建始县| 项城市| 梅河口市| 安国市| 晋中市| 白水县| 西峡县| 晋城| 枞阳县| 济源市| 佛山市| 锡林郭勒盟| 盱眙县| 仁怀市| 志丹县| 屯昌县| 卢氏县| 中卫市| 常熟市| 清原| 招远市| 成都市| 阳江市| 永康市| 南通市| 中超|