使用css实现矩形凹曲面

效果预览:

 代码: 

<div className="his-detail"></div>
 
.his-detail{
       100%;
      height: 423px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 60;
      background: radial-gradient(134vw 32rpx at 100vw 0, transparent 72%, yellow 75%);
}
原文地址:https://www.cnblogs.com/zhang-jiao/p/14073818.html