对话框css3实现方式_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:39:39
对话框css3实现方式_html/css
对话框css3实现方式_html/css_WEB-ITnose: #box { margin-left:80px; margin-top:20px; padding-left:20px; height: 60px; background: #2aa1c8; position: relative; border-radius:10px; border:1px solid #1c82a3;}#box:before{ content:; position: absolute; right: 100%; top: 16px; width: 0
导读对话框css3实现方式_html/css_WEB-ITnose: #box { margin-left:80px; margin-top:20px; padding-left:20px; height: 60px; background: #2aa1c8; position: relative; border-radius:10px; border:1px solid #1c82a3;}#box:before{ content:; position: absolute; right: 100%; top: 16px; width: 0

对话框//before伪类作为三角的边框//此对话框是自适应屏幕大小的
对话框css3实现方式_html/css
对话框css3实现方式_html/css_WEB-ITnose: #box { margin-left:80px; margin-top:20px; padding-left:20px; height: 60px; background: #2aa1c8; position: relative; border-radius:10px; border:1px solid #1c82a3;}#box:before{ content:; position: absolute; right: 100%; top: 16px; width: 0