下载地址https://chuenst.lanzous.com/i7hlggnl6vc
将样式引入到我们HTML页面文件中
<link rel="stylesheet" href="./style.css">
*{
margin: 0;
padding: 0;
}
ul{
list-style: none;
}
.top{
width: 1200px;
height: 100px;
margin:0 auto ;
}
<img src="./images/logo.png" alt="">
.top img{
float: left;
margin-top: 29px;
width: 195px;
height: 42px;
}
<ul>
<li class="jihuo"><a href="">首页a>li>
<li><a href="">课程a>li>
<li><a href="">职业规划a>li>
ul>
.top ul{
float: left;
margin-left: 59px;
}
.top li{
float: left;
padding: 10px 12px;
margin: 28px 13px;
}
<input type="text"> <button>button>
.top input{
float: left;
height: 38px;
width: 360px;
margin-top: 29px ;
margin-left: 70px;
border: 2px solid #00a4ff;
border-right: none;
}
.top button{
float: left;
width: 50px;
height: 42px;
border: none;
margin-top: 29px;
background-color: #00a4ff;
background-image: url(./images/fa-search.png);
background-repeat: no-repeat;
background-position: center center ;
}
<div class="toplast">
<img src="./images/头像.png" alt="">
<span>初辰span>
div>
.toplast{
float: left;
width: 120px;
height: 30px;
margin-top: 35px;
margin-left: 30px;
}
.toplast img{
margin: 0;
float: left;
height: 30px;
width: 30px;
border-radius: 50% 50%;
}
.toplast span{
vertical-align: middle;
padding-left:5px;
}
注意,要求里面的 4个盒子 必须都浮动
.nav{
width: 100%;
height: 420px;
background-color:#1c036c;
}
.navbox{
width: 1200Px;
height: 420px;
margin: 0 auto;
background-image: url(./images/banner2.png);
}
.navbox .u1{
width: 190px;
height: 420px;
float: left;
background-color: rgba(19,1,75,0.5) ;
background-repeat: no-repeat;
}
.kebiao{
margin-top: 50px;
width: 228px;
height: 300px;
background-color: white;
float: right;
}
.navbox a,.navbox li{
background-color: rgba(0, 0, 0, 0) ;
background-repeat: no-repeat;
color: white;
}
.navbox li{
margin: 23px;
}
.kebiao{
width: 228px;
height: 300px;
float: right;
}
<div class="kebiao">
<h3>我的课程表h3>
<ul>
<li>
<span class="kbs1">继续学习 程序语言span><br>
<span class="kbs2">正在学习span>
li>
<li>
<span class="kbs1">继续学习 程序语言span><br>
<span class="kbs2">正在学习span>
li>
<li>
<span class="kbs1">继续学习 程序语言span><br>
<span class="kbs2">正在学习span>
li>
<li class="lastli">
<button>全部课程button>
li>
ul>
div>
.kebiao h3{
margin: 0 ;
padding: 0;
line-height: 48px;
height: 48px;
width: 228px;
text-align: center;
background-color: #9bceea;
}
.kbs1{
color: #000;
background-repeat: no-repeat;
background-color: white;
}
.kbs2{
font-size: smaller;
color: slategrey;
background-repeat: no-repeat;
background-color: white;
}
.kebiao ul{
height: 252px;
width: 228px;
margin: 0;
padding: 0;
background-repeat: no-repeat;
background-color: white;
}
.kebiao li{
padding:9px 0;
margin:0 20px;
height: 45px;
width: 192px;
border-bottom: 1px solid rgb(203, 206, 209);
}
项目未完待续。。。(详情见下篇)
源码下载地址https://chuenst.lanzous.com/iJXVHgnq8fi