css 带有CSS边框的箭头
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 带有CSS边框的箭头相关的知识,希望对你有一定的参考价值。
.arrow-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black;
}
.arrow-down {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #f00;
}
.arrow-right {
width: 0;
height: 0;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid green;
}
.arrow-left {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right:10px solid blue;
}
以上是关于css 带有CSS边框的箭头的主要内容,如果未能解决你的问题,请参考以下文章
怎样用CSS美化select的下拉按钮,和里面的箭头。不是边框也不是背景
纯CSS实现tooltip提示框,CSS箭头及形状之续篇--给整个tooltip提示框加个边框
css 带有字体awsome箭头的css按钮
CSS--箭头
CSS - 带有边框半径的动画比例
边框弯曲的css - 带有弯曲端的圆