<html>
<head>
<style>
.org_box{
height:80px;
line-height:80px;
margin-top:30px;
padding-left:2em;
background:#F3961C;
position:relative;
}
.org_bot_cor_2{
height:30px;
line-height:0;
font-size:60px;
color:#f3961c;
position:absolute;
left:50%;
top:3px;
}
</style>
</head>
<body>
<div class="org_box">
<span class="org_bot_cor_2">◆</span>
字符法实现底部90度尖角对话框
</div>
</body>
</html>
效果如下:
<html>
<head>
<style>
.org_box{
height:80px;
line-height:80px;
margin-bottom:30px;
padding-left:2em;
background:#F3961C;
position:relative;
}
.org_bot_cor_2{
height:30px;
line-height:0;
font-size:60px;
color:#f3961c;
position:absolute;
left:60px;
bottom:-25px;
}
</style>
</head>
<body>
<div class="org_box">
<span class="org_bot_cor_2">◆</span>
字符法实现底部90度尖角对话框
</div>
</body>
</html>
效果如下:
更多内容参照: