效果预览:

使用css实现矩形凹曲面

 

 代码: 

<div className="his-detail"></div>
 
.his-detail{
      width: 100%;
      height: 423px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 60;
      background: radial-gradient(134vw 32rpx at 100vw 0, transparent 72%, yellow 75%);
}

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案