css中怎样设置椭圆CSS中可以使用border-radius来设置圆角,如果想设置椭圆形状,需要将border-radius的两个值分别设置为宽度的一半。.ellipse {width: 200px;height: 100px;border-radius: 100px