用css如何写一个三角形 div { width: 0; height: 0; border: 20px solid transparent; border-width: 40px 20px 0 0; border-right-color: #f99; } 代码如上