纯css实现一个半圆

<div class="semiCircle"></div>
.semiCircle{
    width:25px;
    height:50px;
    background:red;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;    
}

 

posted @ 2019-03-07 15:18  笨鸟使劲飞  阅读(1932)  评论(0编辑  收藏  举报