主题
主题
用边框画(border),
例如: {
width: 0;
height: 0;
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-top: 100px solid transparent;
border-bottom: 100px solid #ccc;
}{
width:0;
height:0;
border:100px solid transparent;
border-top-color:red
}