中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

如何使用純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

娱乐| 友谊县| 雅江县| 建德市| 夏津县| 湄潭县| 德昌县| 太康县| 鄂伦春自治旗| 二手房| 启东市| 麟游县| 修水县| 宕昌县| 开化县| 枞阳县| 巫山县| 昌江| 延边| 饶阳县| 交城县| 田林县| 大方县| 同德县| 威宁| 太仓市| 东台市| 蓬莱市| 开封县| 龙江县| 陈巴尔虎旗| 荔波县| 钟山县| 安仁县| 班戈县| 东港市| 四川省| 永丰县| 康马县| 喀喇| 七台河市|