做这个复习了学习的html,css内容
基于pink老师讲的,定位也加上去了
页面如下
html代码
学成在线首页
前端学习者
精品推荐
查看全部
-
Think PHP 5.0 博客系统实战项目演练
高级 • 1125人在学习
-
Android 网络图片加载框架详解
高级 • 1125人在学习
-
Angular 2 最新框架+主流技术+项目实战
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Think PHP 5.0 博客系统实战项目演练
高级 • 1125人在学习
-
Android 网络图片加载框架详解
高级 • 1125人在学习
-
Angular 2 最新框架+主流技术+项目实战
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Kami2首页界面切换效果
高级 • 1125人在学习
-
Unity Profiler入门
高级 • 1125人在学习
-
Cocos2d-x 引擎源码中的纹理优化
高级 • 1125人在学习
-
Kami2首页界面切换效果
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Cocos2d-x 引擎源码中的纹理优化
高级 • 1125人在学习
-
Unity Profiler入门
高级 • 1125人在学习
-
微软人工智能-数据分析平台
高级 • 1125人在学习
-
Kami2首页界面切换效果
高级 • 1125人在学习
-
Android Hybrid APP开发实战 H5+原生!
高级 • 1125人在学习
-
Cocos2d-x 引擎源码中的纹理优化
高级 • 1125人在学习
-
Unity Profiler入门
高级 • 1125人在学习
css代码
* {
margin: 0;
padding: 0;
}
body {
background-color: #f3f5f7;
}
.w {
width: 1200px;
margin: auto;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
.header {
margin: 30px auto;
height: 42px;
}
.logo {
float: left;
margin-right: 33px;
height: 42px;
width: 195px;
}
.header nav {
display: inline-block;
margin-left: 40px;
line-height: 42px;
text-decoration: none;
}
.nav ul li {
float: left;
}
.nav ul li a {
display: block;
line-height: 42px;
margin-left: 40px;
font-size: 18px;
color: #050505;
}
.nav ul li a:hover {
background: url(../img/logo1.png) no-repeat center bottom;
}
.header .search {
float: left;
margin-left: 94px;
width: 412px;
height: 40px;
}
.search input {
float: left;
width: 342px;
height: 40px;
border: 1px solid #00a4ff;
border-right: 0;
color: #bfbfbf;
font-size: 14px;
padding-left: 18px;
}
.search button {
float: left;
width: 50px;
height: 42px;
border: 0;
background: url(../img/logo2.png);
}
.user {
float: right;
margin-right: 50px;
line-height: 42px;
}
.user img {
position: relative;
top: 8px;
right: 3px;
}
.banner {
height: 420px;
background-color: #1c036c;
}
.banner .w {
position: relative;
height: 420px;
background: url(../img/logo4.png) no-repeat top center;
}
.banner .w em {
position: absolute;
bottom: 10px;
left: 520px;
}
.zuo {
float: left;
padding: 12px 0;
margin: 0 auto;
height: 396px;
width: 190px;
background-color: rgba(0, 0, 0, .3);
}
.zuo ul li {
height: 44px;
line-height: 44px;
margin: 0 20px;
}
.zuo ul li a {
color: white;
font-size: 14px;
}
.zuo ul li a:hover {
color: #0393d9;
}
.zuo ul li a span {
float: right;
}
.course {
float: right;
margin: 60px auto;
height: 300px;
width: 228px;
background-color: white;
}
.course h2 {
height: 48px;
background-color: #9bceea;
line-height: 48px;
text-align: center;
font-size: 18px;
color: white;
}
.course .bd {
padding: 0px 20px 0;
}
.course .bd ul li {
border-bottom: 1px solid #efefef;
padding: 14px 0;
}
.course .bd ul li h4 {
font-size: 16px;
font-weight: 400;
}
.course .bd ul li p {
font-size: 12px;
color: #a5a5a5;
}
.course .bd a {
display: block;
margin: 5px auto;
text-align: center;
height: 38px;
line-height: 38px;
color: #00a4ff;
border: 1px solid #22b0ff;
}
.course .bd a:hover {
background-color: beige;
}
.goods {
height: 60px;
line-height: 60px;
margin-top: 8px;
background-color: white;
box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}
.goods h3 {
float: left;
margin: 0 30px;
font-size: 16px;
color: #00a4ff;
}
.goods .item {
float: left;
}
.goods .item ul {
float: left;
}
.goods .item ul li {
float: left;
}
.goods .item ul li a {
padding: 0 30px;
border-left: 1px solid #bfbfbf;
color: black;
}
.goods .item ul li a:hover {
color: #00A4FF;
}
.goods .mod {
float: right;
margin-right: 30px;
font-size: 16px;
color: #00a4ff;
}
.goods .mod:hover {
color: pink;
}
.box {
margin-top: 30px;
overflow: hidden;
}
.box-hd {
height: 45px;
}
.box-hd h3 {
float: left;
font-weight: 400;
font-size: 20px;
}
.box-hd a {
float: right;
font-size: 12px;
color: #a5a5a5;
margin-top: 10px;
margin-right: 30px;
}
.box-bd ul {
width: 1225px;
}
.box-bd ul li {
position: relative;
float: left;
width: 228px;
height: 270px;
background-color: #fff;
margin-right: 15px;
margin-bottom: 15px;
}
.box-bd ul li em {
position: absolute;
top: 3px;
right: -4px;
}
.box-bd ul li>img {
width: 100%;
}
.box-bd ul li h3 {
margin: 20px 20px 20px 25px;
font-size: 14px;
font-weight: 400;
color: #050505;
}
.box-bd ul li div {
margin: 0 20px 0 25px;
font-size: 12px;
color: #999;
}
.box-bd ul li div span {
color: #ff7c2d;
}
.introduction {
margin-top: 30px;
overflow: hidden;
}
.in-hd {
height: 45px;
line-height: 45px;
}
.in-hd h3 {
float: left;
font-weight: 400;
font-size: 20px;
}
.in-hdz {
float: left;
width: 416px;
margin-left: 314px;
}
.in-hd .in-hdz ul {
float: left;
}
.in-hd .in-hdz li {
float: left;
}
.in-hd .in-hdz li a {
padding: 0 36px;
color: #b6b7b8;
}
.in-hd .in-hdz li a:hover {
color: #00a4ff;
}
.in-hd>a {
float: right;
font-size: 12px;
color: #a5a5a5;
margin-top: 10px;
margin-right: 30px;
}
.introduction .in-bd {
margin-top: 12px;
}
.in-bd .in-left {
float: left;
width: 228px;
height: 392px;
margin-right: 15px;
}
.introduction .in-bd .in-left img {
width: 100%;
}
.in-right {
float: left;
width: 957px;
}
.in-right .in-top img {
width: 100%;
height: 100px;
margin-bottom: 22px;
}
.in-bottom ul {
width: 968px;
}
.in-bottom ul li {
float: left;
height: 266px;
width: 228px;
margin-right: 14px;
background-color: #fff;
}
.in-bottom ul li img {
width: 100%;
}
.in-bottom ul li h3 {
margin: 20px 20px 20px 25px;
font-size: 14px;
font-weight: 400;
color: #050505;
}
.in-bottom ul li div {
margin: 0 20px 0 25px;
font-size: 12px;
color: #999;
}
.in-bottom ul li div span {
color: #ff7c2d;
}
.introduction1 {
margin-top: 30px;
overflow: hidden;
}
.introduction1 .in-hd {
height: 45px;
line-height: 45px;
}
.introduction1 .in-hd h3 {
float: left;
font-weight: 400;
font-size: 20px;
}
.introduction1 .in-hdz {
float: left;
width: 416px;
margin-left: 314px;
}
.introduction1 .in-hd .in-hdz ul {
float: left;
}
.introduction1 .in-hd .in-hdz li {
float: left;
}
.introduction1 .in-hd .in-hdz li a {
padding: 0 36px;
color: #b6b7b8;
}
.introduction1 .in-hd .in-hdz li a:hover {
color: #00a4ff;
}
.introduction1 .in-hd>a {
float: right;
font-size: 12px;
color: #a5a5a5;
margin-top: 10px;
margin-right: 30px;
}
.introduction1 .in-bd {
margin-top: 12px;
overflow: hidden;
}
.introduction1 .in-top img {
width: 100%;
height: 100px;
margin-bottom: 22px;
}
.introduction1 .in-bottom ul {
width: 1210px;
}
.introduction1 .in-bottom ul li {
float: left;
height: 266px;
width: 228px;
margin-right: 14px;
background-color: #fff;
}
.introduction1 .in-bottom ul li img {
width: 100%;
}
.introduction1 .in-bottom ul li h3 {
margin: 20px 20px 20px 25px;
font-size: 14px;
font-weight: 400;
color: #050505;
}
.introduction1 .in-bottom ul li div {
margin: 0 20px 0 25px;
font-size: 12px;
color: #999;
}
.introduction1 .in-bottom ul li div span {
color: #ff7c2d;
}
.footer {
height: 300px;
margin-top: 40px;
background-color: #fff;
}
.footer .w {
padding-top: 35px;
}
.footer .w .copyright {
float: left;
}
.footer .w .links {
float: right;
}
.footer .w .copyright img {
margin-left: 20px;
}
.footer .w .copyright p {
font-size: 12px;
color: #666;
margin: 20px 0 15px 20px;
}
.footer .w .copyright .app {
float: left;
margin-left: 20px;
padding: 10px 26px;
color: #00a4ff;
border: 1px solid #00a4ff;
}
.footer .w .copyright .app:hover {
background-color: gainsboro;
}
.footer .links dl {
float: left;
margin-left: 110px;
}
.footer .links dl dt {
margin-bottom: 5px;
color: #333333;
font-size: 16px;
}
.footer .links dl a {
color: #333333;
font-size: 12px;
}
.footer .links dl a:hover {
color: #00A4FF;
}