案例
代码
html
<view class="circleBox"></view>
css
.circleBox {
width: 50px;
height: 100px;
background: red;
border-radius: 100px 0 0 100px;
}