html 页面常常需要画小三角。如下代码,调整宽高和方向。

> 项目小结

1
2
3
4
5
6
7
8
9
10
11
<style type="text/css">
.triangle{
width: 0px;
height: 0px;
border-width: 20px 12px;
border-style: solid;
border-color: transparent transparent #22364d transparent;
}
</style>

<div class="triangle" id="doc_tri"></div>

 评论


本站使用 Material X 作为主题 , 总访问量为 次 。
隐藏