css实现下箭头
<div class="top"></div>
css實現上箭頭
.top {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #217AFF;
}
css實現下箭頭
.top {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #217AFF;
}
總結
- 上一篇: 管道实现父子进程的信息传递(二)【标准流
- 下一篇: 《一天聊一个设计模式》 策略