首页 > 解决方案 > 如何在 css 中制作倒圆效果,就像指定的图像一样

问题描述

在此处输入图像描述

我用过:之前,但我认为需要为此存在更好的方法

    .btn-custom-search:before {
    content: ' ';
    background-color: white;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 0px;
    height: 54px;
    width: 31px;
    border-radius: 50%;
}

标签: css

解决方案


推荐阅读