<!DOCTYPE?html>
<html>
<head>
????<meta?charset="utf-8">
????<meta?http-equiv="X-UA-Compatible"?content="IE=edge">
????<title>無(wú)標(biāo)題文檔</title>
????<link?rel="stylesheet"?href="css/main.css">
????<script?src="js/setHomeSetFav.js"?type="text/javascript"?charset="gb2312"></script>
</head>
<body>
<div?class="top">
????<div?class="top_content">
????????<ul>
????????????<li><a?href="#">聯(lián)系我們</a></li>
????????????<li><a?href="#"?onclick="AddFavorite(window.location,?document.title)">加入收藏</a></li>
????????????<li><a?href="#"?onclick="SetHome(window.location)">設(shè)為首頁(yè)</a></li>
????????</ul>????
????</div>????
</div><!--?top結(jié)束?-->
<div?class="wrap">
????<div?class="logo">
????????<div?class="logo_left">
????????????<img?src="images/logo.jpg"?alt="慕課網(wǎng)">
????????</div>
????????<div?class="logo_right">
????????????<img?src="images/tel.jpg"?alt="服務(wù)熱線(xiàn)">24小時(shí)服務(wù)熱線(xiàn):<span?class="tel">123-456-7890</span>
????????</div>
????</div><!--?logo結(jié)束?-->
</div><!--?wrap結(jié)束?-->
</body>
</html>
@charset?"utf-8"
/*CSS????Document*/
*{
????margin:?0;
????padding:?0;
}
body{
????font-size:?12px;
????background-color:?#f5f5f5;
}
/*top區(qū)域樣式*/
.top{
????width:?100%;
????height:?27px;
????background:?url(../images/top_bg.jpg)?repeat-x;
}
.top_content{
????width:?1000px;
????margin:?0?auto;
}
.top_content?li{
????list-style-image:?url(../images/li_bg.gif);
????float:right;
????width:70px;
????line-height:?27px;
}
.top_content?a:link,?.top_content?a:visited{
????color:?#8e8e8e;
????text-decoration:?none;
}
.top_content?a:hover,?.top_content?a:active{
????color:?#900;
????text-decoration:?none;
}
/*logo區(qū)域樣式*/
.wrap{
????width:?1000px;
????margin:?0?auto;
}
.logo{
????height:?80px;
????background:?#fff;
}
.logo_left{
????width:?200px;
????float:?left;
}
.logo_right{
????width:?300px;
????float:?right;
????height:?28px;
????margin-top:?30px;
????color:?#8e8e8e;
????font-size:?14px;
}
.logo_right?img{
????vertical-align:?middle;
????margin-right:?10px;
}
.tel{
????font-family:?"微軟雅黑";
????font-size:?16px;
????color:?#c00;
}
2015-12-14
按教程是這樣的