通过一个div伪元素绘制成 查看效果
<style> #haotown{ position: relative; } #haotown:after { border: 10px solid transparent; border-left: 10px solid #5CACEE; width: 0; height: 0; position: absolute; content: ' ' } </style>
<div id="haotown"></div>