<div id="logo">
<div id="logo-right">
<span class="hotline">24小时服务热线:</span>
<span class="tel">123-456-7890 </span>
</div>
</div><!--logo结束-->
/* logo区域*/
#logo{
height: 80px;
background: #FFF url(../images/logo.jpg) no-repeat left center;
}
#logo-right{
width: 300px;
height: 80px;
background: url(../images/tel.jpg) no-repeat left center;
float: right;
}
#logo-right span{
font-family: 微软雅黑;
}
#logo-right span.hotline{
margin-left: 40px;
line-height: 80px;
}
#logo-right span.tel{
color: red;
font-size: 22px;
}