这种边框切角要怎么实现 一边是切角 一边是圆角
<!DOCTYPE html>
<html>
<head>
<style>
.tag {position:relative;display: inline-block;}
.tag .label {position:relative;line-height: 2em;background-color: #FDAC34;color: #FFF;border-radius: 1em;padding: 0 2em 0 3em;font-weight: bold;mask-image: radial-gradient(transparent 0,transparent 1.25em, black 1.25em ,black);mask-size: 100em 100em;mask-repeat: no-repeat;mask-position: -48.75em center;}
.tag .icon {position:absolute;display:absolute;width:2em;height:2em;left:0;top:0;border-radius:50%;background-color:#FDAC34;}
</style>
</head>
<body>
<div class="tag">
<div class="label">202201马勒卡</div>
<div class="icon"></div>
</div>
</body>
</html>
2 回答2.3k 阅读✓ 已解决
3 回答1.7k 阅读✓ 已解决
3 回答987 阅读✓ 已解决
2 回答1.6k 阅读✓ 已解决
3 回答1.1k 阅读✓ 已解决
2 回答962 阅读✓ 已解决
1 回答1.4k 阅读✓ 已解决
可以用径向渐变来实现
可以径向微调,效果如下