最近事情比较多,作业是跟着老师的视频打的,等有时间了在尝试自己独立完成
代码段:
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8">
<link rel = "stylesheet" href = "font/iconfont.css">
<title>12月20号作业</title>
<style>
*{ /*初始化所有元素的内外边距,字体大小*/
margin : 0px;
padding : 0px;
font-size : 13px;
/*outline : 1px dashed red;*/
}
a{
color : #555555;
font-size : 13px;
text-decoration : none;
}
.index-header {
width : 1200px;
min-height : 300px;
margin : 30px auto;
}
.index-header > .top {
height : 70px;
position : relative;
line-height : 70px;
/*background-color : yellow;*/
}
.index-header > .top *{
height : inherit;
/*line-height : 70px;*/
}
.index-header > .top > .logo {
width : 176px;
position : absolute;
top : 0;
left : 0;
}
.index-header > .top > .search {
width : 330px;
position : absolute;
top : 0;
right : 350px;
}
.index-header > .top > .quick-start {
width : 300px;
position : absolute;
top : 0;
right : 0;
}
.index-header > .top > .logo img {
height : 100%;
display : block;
}
.index-header > .top > .search > input[type="search"] {
width : 330px;
height : 36px;
border-radius : 10px;
padding : 10px;
}
.index-header > .top > .search > input[type="search"]:hover {
box-shadow : 0 0 5px #888888;
}
.index-header > .top > .search > input[type="search"] + label {
font-size : 23px;
margin-left : -30px;
position : relative;
top : 5px;
}
.index-header > .top > .quick-start > span {
font-size : 33px;
margin-right : 6px;
}
.index-header > .top > .quick-start > span:hover {
color : red;
cursor : pointer;
}
.index-header > .nav {
height : 44px;
/*background-color : red;*/
}
.index-header > .nav > .nav-item {
width : 300px;
height : inherit;
position : relative;
float : left;
}
.index-header > .nav > .nav-item > .iconfont {
font-size : 40px;
color : red;
position : absolute;
}
.index-header > .nav > .nav-item > .tag {
width : 40px;
position : absolute;
left : 45px;
border-right : 1px solid #cccccc;
}
.index-header > .nav > .nav-item > .links {
width : 160px;
position : absolute;
left : 95px;
}
.index-header > .nav > .nav-item > .links > a:hover{
color : red;
}
.index-header > .slider-ads {
height : 320px;
position : relative;
}
.index-header > .slider-ads > .slider {
width : 900px;
position : absolute;
}
.index-header > .slider-ads > .ads {
width : 295px;
position : absolute;
right : 0;
}
.index-header > .slider-ads img {
height : 100%;
display : block;
}
.index-header * {
margin : 10px 0px;
}
</style>
</head>
<body>
<div class="index-header"> <!-- 页面整体容器开始 -->
<div class="top"> <!-- 页面上部容器开始 -->
<div class="logo"> <!-- 页面上部logo图标开始 -->
<a href=""><img src="static/images/logo.png" alt = ""></a>
</div> <!-- 页面上部logo图标结束 -->
<div class="search"> <!-- 页面上部搜索开始 -->
<input type="search" id="search"><label for = "search" class = "iconfont icon-search"></label>
</div> <!-- 页面上部搜索结束 -->
<div class = "quick-start"> <!-- 页面上部小图标开始 -->
<span class="iconfont icon-tongxunlu"></span>
<span class="iconfont icon-liaotian"></span>
<span class="iconfont icon-shangchuan"></span>
<span class="iconfont icon-fangda"></span>
<span class="iconfont icon-wode"></span>
<span class="iconfont icon-dianzan"></span>
</div> <!-- 页面上部小图标结束 -->
</div> <!-- 页面上部容器结束 -->
<div class="nav"> <!-- 中部导航容器开始 -->
<div class="nav-item"> <!-- 中部导航子模块开始 -->
<span class="iconfont icon-liebiaodaohang_dongman"></span> <!-- 导航图标 -->
<div class="tag"> <!-- 导航名称 -->
<span>资讯</span>
<span>学习</span>
</div>
<div class="links"> <!-- 导航链接 -->
<a href="">器材</a>
<a href="">大师</a>
<a href="">学院</a>
<a href="">实战</a>
<a href="">大赛</a>
<a href="">裤子</a>
<a href="">影视</a>
<a href="">其他</a>
</div>
</div> <!-- 中部导航子模块结束 -->
<div class="nav-item"> <!-- 中部导航子模块开始 -->
<span class="iconfont icon-liebiaodaohang_dongman"></span> <!-- 导航图标 -->
<div class="tag"> <!-- 导航名称 -->
<span>资讯</span>
<span>学习</span>
</div>
<div class="links"> <!-- 导航链接 -->
<a href="">器材</a>
<a href="">大师</a>
<a href="">学院</a>
<a href="">实战</a>
<a href="">大赛</a>
<a href="">裤子</a>
<a href="">影视</a>
<a href="">其他</a>
</div>
</div> <!-- 中部导航子模块结束 -->
<div class="nav-item"> <!-- 中部导航子模块开始 -->
<span class="iconfont icon-liebiaodaohang_dongman"></span> <!-- 导航图标 -->
<div class="tag"> <!-- 导航名称 -->
<span>资讯</span>
<span>学习</span>
</div>
<div class="links"> <!-- 导航链接 -->
<a href="">器材</a>
<a href="">大师</a>
<a href="">学院</a>
<a href="">实战</a>
<a href="">大赛</a>
<a href="">裤子</a>
<a href="">影视</a>
<a href="">其他</a>
</div>
</div> <!-- 中部导航子模块结束 -->
<div class="nav-item"> <!-- 中部导航子模块开始 -->
<span class="iconfont icon-liebiaodaohang_dongman"></span> <!-- 导航图标 -->
<div class="tag"> <!-- 导航名称 -->
<span>资讯</span>
<span>学习</span>
</div>
<div class="links"> <!-- 导航链接 -->
<a href="">器材</a>
<a href="">大师</a>
<a href="">学院</a>
<a href="">实战</a>
<a href="">大赛</a>
<a href="">裤子</a>
<a href="">影视</a>
<a href="">其他</a>
</div>
</div> <!-- 中部导航子模块结束 -->
</div> <!-- 中部导航容器结束 -->
<div class="slider-ads"> <!-- 底部图片区域 -->
<div class="slider">
<a href=""><img src="static/images/2.jpg" alt="aa"></a>
</div>
<div class="ads">
<a href=""><img src="static/images/banner-right.jpg" alt=""></a>
</div>
</div>
</div> <!-- 页面整体容器结束 -->
</body>
</html>
效果图: