<style type="text/css">
.rightdirection
{
0;height:0;
line-height:0;
border-20px;
border-style:solid;
border-color:transparent transparent transparent #A9DBF6;
}
.bottomdirection
{
0;height:0;
line-height:0;
border-20px;
border-style:solid;
border-color: #A9DBF6 transparent transparent transparent;
}
.leftdirection
{
0;height:0;
line-height:0;
border-20px;
border-style:solid;
border-color: transparent #A9DBF6 transparent transparent;
}
.topdirection
{
0;height:0;
line-height:0;
border-20px;
border-style:solid;
border-color: transparent transparent #A9DBF6 transparent;
}
.topdirection1
{
0;height:0;
line-height:0;
border-20px;
border-style:solid;
border-color: #A9DBF6 transparent transparent #A9DBF6 ;
}
</style>
<div class="rightdirection"></div>
<p>
<div class="bottomdirection"></div>
<p>
<div class="leftdirection"></div>
<p>
<div class="topdirection"></div>
<br/><br/><br/><br/>
<div class="topdirection1"></div>
/****字体倾斜***/
.telta span{ color: #fff; font-weight: bold; position: absolute; margin-top: -5px; margin-left: -9px; -webkit-transform:rotate(-45deg); }