#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; height: 0; border-top: 12px solid transparent; border-right: 12px solid #1c82a3; border-bottom: 12px solid transparent;}#box:after { content:""; position: absolute; right: 100%; top: 18px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #2aa1c8; border-bottom: 10px solid transparent;}
查看更多关于对话框css3实现方式_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did114843
对话框css3实现方式_html/css_WEB-ITnose
阅读:31次