用css画三角形

width:0;

height:0;

border:100px solid;

border-top-color:red;

border-right-color:transparent;

border-bottom-color:transparent;

border-left-color:transparent;