.tip { border:1px solid #E8E8E8; border-radius:2%; /* background-color:#8D8D8D; */ position:fixed; width:400px; height:400px; right:20px; bottom:-370px; -webkit-transition:all 3s; -webkit-transform:translate(0,-400px); } .header { height:42px; line-height:42px; padding:0 15px; border-bottom:1px solid #E8E8E8; color:#333; border-radius:2px 2px 0 0; font-size:14px; } .card-body { padding:10px 15px; line-height:24px; }
非常简单的实现 不需要太多说明 看下代码就能懂