如果要 **纯CSS** 可以改 `border-radius` 实现一个类似的,但一般绘图还是建议直接用 `canvas` 或者 `svg`  .water-drop { width: 100px; height: 260px; background-color: #3498db; border-radius: 50% 50% 50% 50% / 20% 20% 80% 80%; }