为了账号安全,请及时绑定邮箱和手机立即绑定

这种方法同样可以实现,哪个方法更好一点

<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;
}


正在回答

1 回答

<style type="text/css">

a{

margin:5px;

padding:5px 10px;

}

a:link,a:visited{

text-decoration:none;

color:#000000;

}

a:hover,a:active{

background:#F7090D;

}

</style>



<body>

<a href="#">首页</a>&lt;

<a href="#">1</a>

<a href="#">2</a>

<a href="#">3</a>

<a href="#">...</a>&gt;

<a href="#">尾页</a>

</body>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这种方法同样可以实现,哪个方法更好一点

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号