//第一种 div{ width: 0; height: 0; border: 20px solid transparent ; border-bottom-color: red;}//第二种 div{ width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 30px solid red ; }