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

1
查看次数
2025-11-02
创建时间
2025-11-02
最后更新
<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 50%, red 5px, transparent 0) 50% 50% / 100% 20px, radial-gradient(circle at 20px 20px, transparent 20px, red 0) -20px -20px / 50%;
  -webkit-mask-composite: destination-out;
  background: linear-gradient(
45deg
, orange, red);
}
暂无JavaScript代码

👁️ 实时预览