0

我添加了伪元素

.bg-circle:after {
    content: "";
    height: 800px;
    width: 800px;
    border-radius: 50%;
    position: absolute;
    left: calc(5% - 250px);
    top: -12%; 
    border-left: 250px solid #fff;
    transform: rotate(3deg);
    z-index: 0;
 }

但它显示一条白色虚线。见截图在此处输入图像描述。我怎样才能删除这条线

4

0 回答 0