心形的话可以通过这样来实现
<div class="heart"></div> .heart{position:relativewidth:100pxheight:100pxmargin:100px}.heart:before,
.heart:after{position:absolutecontent:""display:blockwidth:30pxheight:50pxborder-radius:30px 30px 0 0background:#F00}
.heart:before{-webkit-transform:rotate(-45deg)}
.heart:after{right:56px-webkit-transform:rotate(45deg)}