用border做三角形的思路不错
{
content:"";
width:0;
height:0;
overflow:hidden;
border:20px solid transparent;
border-bottom-color:red;
position:absolute;
bottom:0;
}