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

溫馨提示×

溫馨提示×

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

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

如何使用純CSS3實現網頁中常見的小箭頭

發布時間:2021-06-18 15:08:40 來源:億速云 閱讀:197 作者:小新 欄目:web開發

這篇文章主要介紹如何使用純CSS3實現網頁中常見的小箭頭,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

用純CSS3實現網頁中常見的小箭頭,實現代碼如下所示:

/* css3三角形(向上 ▲) */
div.arrow-up {
 width:0px;
 height:0px;
border-left:5px solid transparent;  /* 右透明 */
 border-right:5px solid transparent; /*右透明 */
  border-bottom:5px solid #2f2f2f; /* 定義底部顏色 */
  font-size:0px;
  line-height:0px;
}
/* css3三角形(向下 ▼) */
div.arrow-down {
  width:0px;
  height:0px;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #2f2f2f;
  font-size:0px;
  line-height:0px;
}
/* css3三角形(向左) */
div.arrow-left {
  width:0px;
  height:0px;
  border-bottom:5px solid transparent;  /* left arrow slant */
  border-top:5px solid transparent; /* right arrow slant */
  border-right:5px solid #2f2f2f; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
}
/* css3三角形(向右) */
div.arrow-rightright {
  width:0px;
  height:0px;
  border-bottom:5px solid transparent;  /* left arrow slant */
  border-top:5px solid transparent; /* right arrow slant */
  border-left:5px solid #2f2f2f; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
}

以上是“如何使用純CSS3實現網頁中常見的小箭頭”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

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

AI

区。| 临武县| 白城市| 连山| 石屏县| 泸西县| 松潘县| 响水县| 凉城县| 鹤峰县| 东乌| 成都市| 张家口市| 金塔县| 稷山县| 简阳市| 札达县| 和田县| 汪清县| 乡宁县| 弋阳县| 海南省| 平远县| 瑞昌市| 明溪县| 台安县| 嘉鱼县| 大宁县| 山东| 灵台县| 兴宁市| 淅川县| 克山县| 苗栗县| 闽侯县| 芒康县| 寿宁县| 兰州市| 正宁县| 秦皇岛市| 紫金县|