css: 边宽弧度

css: 边宽弧度,第1张

<div > <div > 这里是内容 </div> </div> .box { width: 250px; margin: auto; overflow: hidden; } .home_top { position: relative; width: 100%; height: 100px; text-align: center; line-height: 50px; } .home_top:after { width: 140%; height: 100px; position: absolute; left: -20%; top: 0; z-index: -1; content: ‘‘; border-radius: 0 0 50% 50%; background: linear-gradient(#2CBAF9, #04A9F4); }

 

效果图1:底部凸圆弧

.focus{ position: relative;} .focus:after{ position:absolute; left:0; right:0; bottom:-11px; content:""; z-index:1; height:20px; width:100%; border-radius:50%; background:#fff;}

 

效果图2:底部凹圆弧

 

css: 边宽弧度

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/1006976.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存