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

溫馨提示×

溫馨提示×

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

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

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

洱源县| 原阳县| 梁河县| 会同县| 普格县| 来宾市| 西平县| 清流县| 桦川县| 藁城市| 南木林县| 同仁县| 襄城县| 新绛县| 勐海县| 株洲市| 宁远县| 南雄市| 镇赉县| 交口县| 宁国市| 博爱县| 张家港市| 靖安县| 邯郸市| 招远市| 太原市| 怀安县| 奇台县| 滁州市| 德兴市| 汾阳市| 金阳县| 信阳市| 新平| 平远县| 扶绥县| 宁南县| 弥渡县| 四会市| 贵港市|