📝 代码查看
使用runcode.html页面

2
查看次数
2025-11-02
创建时间
2025-11-06
最后更新
<div class="content"></div>
html{
  height:100%;
}
body{
  height:100%;
  display:flex;
  margin:0;
}
.content {
  width: 300px;
  height: 150px;
  margin: auto;
  -webkit-mask: radial-gradient(circle at 20px 20px, transparent 20px, red 0) -20px -20px / 50%; 
  background: linear-gradient(45deg, orange, red);
}
暂无JavaScript代码

👁️ 实时预览