
/*a当块级元素用的时候*/
.block{
   display: inline-block;
}
.left{
    float: left;
}
.right{
    float: right;
}
