步骤 1 : 完整效果 步骤 2 : 效果 步骤 3 : 布局 步骤 4 : 纯html 步骤 5 : 加上样式 步骤 6 : 样式讲解 步骤 7 : 再整合在一起
首先是一个完整的页脚,不过我们本知识点只学习上面图片和中间这部分,下面的内容放在页脚二中学习,分开得小一点,大家好消化一些。
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
</head>
<style>
body{
font-size: 12px;
font-family: Arial;
}
a{
color:#999;
}
a:hover{
text-decoration:none;
color: #C40000;
}
div.footer div.copyright div.white_link a {
color: white;
padding: 0px 5px;
}
img.cateye {
margin-left: 20px;
}
div.footer_desc div.descColumn {
width: 20%;
float: left;
padding-left: 15px;
}
div.license div.copyRightYear {
margin: 10px 0px;
color: #686868;
}
div.copyright span.slash {
color: white;
}
div.footer {
margin: 0px 0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: solid;
border-top-color: #e7e7e7;
}
div.license span {
color: #A4A4A4;
}
div.license {
margin-left: 10px;
padding-bottom: 30px;
}
div.footer_desc a {
display: block;
padding-top: 3px;
}
div.copyright {
background-color: black;
border-top-style: solid;
border-top-width: 2px;
border-top-color: solid;
border-top-color: #C40000;
}
div.footer div.copyright div.white_link {
padding: 10px 0px;
margin-left: 10px;
}
div.footer_ensure {
margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}
div.footer_desc {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
padding-top: 30px;
margin: 0px 20px;
}
div.footer_desc div.descColumn span.descColumnTitle {
color: #646464;
font-weight: bold;
font-size: 16px;
}
</style>
<div style="display: block;" class="footer" id="footer">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
<img src="https://how2j.cn/tmall/img/site/cateye.png" class="cateye" id="cateye">
<div class="copyright" id="copyright">
<div class="white_link">
<a href="#nowhere">关于天猫</a>
<a href="#nowhere"> 帮助中心</a>
<a href="#nowhere">开放平台</a>
<a href="#nowhere"> 诚聘英才</a>
<a href="#nowhere">联系我们</a>
<a href="#nowhere">网站合作</a>
<a href="#nowhere">法律声明</a>
<a href="#nowhere">知识产权</a>
<a href="#nowhere"> 廉正举报 </a>
</div>
<div class="white_link">
<a href="#nowhere"> 阿里巴巴集团</a><span class="slash">|</span>
<a href="#nowhere"> 淘宝网</a><span class="slash">|</span>
<a href="#nowhere">天猫 </a><span class="slash">|</span>
<a href="#nowhere"> 聚划算</a><span class="slash">|</span>
<a href="#nowhere">全球速卖通</a><span class="slash">|</span>
<a href="#nowhere">阿里巴巴国际交易市场</a><span class="slash">|</span>
<a href="#nowhere">1688</a><span class="slash">|</span>
<a href="#nowhere">阿里妈妈</a><span class="slash">|</span>
<a href="#nowhere"> 阿里旅行·去啊 </a><span class="slash">|</span>
<a href="#nowhere"> 阿里云计算 </a><span class="slash">|</span>
<a href="#nowhere"> 阿里通信 </a><span class="slash">|</span>
<a href="#nowhere"> YunOS </a><span class="slash">|</span>
<a href="#nowhere"> 阿里旅行·去啊 </a><span class="slash">|</span>
<a href="#nowhere"> 万网 </a><span class="slash">|</span>
<a href="#nowhere"> 高德 </a><span class="slash">|</span>
<a href="#nowhere"> 优视 </a><span class="slash">|</span>
<a href="#nowhere"> 友盟 </a><span class="slash">|</span>
<a href="#nowhere"> 虾米 </a><span class="slash">|</span>
<a href="#nowhere"> 天天动听 </a><span class="slash">|</span>
<a href="#nowhere"> 来往 </a><span class="slash">|</span>
<a href="#nowhere"> 钉钉 </a><span class="slash">|</span>
<a href="#nowhere"> 支付宝 </a>
</div>
<div class="license">
<span>增值电信业务经营许可证: 浙B2-20110446</span>
<span>网络文化经营许可证:浙网文[2015]0295-065号</span>
<span>互联网医疗保健信息服务 审核同意书 浙卫网审【2014】6号 </span>
<span>互联网药品信息服务资质证书编号:浙-(经营性)-2012-0005</span>
<div class="copyRightYear">© 2003-2016 TMALL.COM 版权所有</div>
<div>
<img src="https://how2j.cn/tmall/img/site/copyRight1.jpg">
<img src="https://how2j.cn/tmall/img/site/copyRight2.jpg">
</div>
</div>
</div>
</div>
这是本知识点学习的内容
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
</head>
<style>
div.footer{
margin: 0px 0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
}
div.footer_ensure{
margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}
div.footer_desc{
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
padding-top: 30px;
margin: 0px 20px;
}
div.footer_desc div.descColumn{
width: 20%;
float: left;
padding-left: 15px;
}
div.footer_desc div.descColumn span.descColumnTitle{
color: #646464;
font-weight: bold;
font-size: 16px;
}
div.footer_desc a{
display: block;
padding-top: 3px;
}
body{
font-size: 12px;
font-family: Arial;
}
a{
color:#999;
}
a:hover{
text-decoration:none;
color: #C40000;
}
</style>
<div style="display: block;" class="footer" id="footer">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
</div>
增值内容,请先登录
模仿天猫前端,单纯使用Html和CSS实现天猫官网, 大大提升前端技术与能力,积累宝贵前端项目经验。总计28张页面布局分析图, 33个js交互代码讲解, 395个选择器,1150个样式(每个均有注释), 涵盖全部68个知识点,267个学习步骤,包含一共21个讲解视频,累计时长11小时44分25秒,大小1.97G,为简历加上一个有吸引力的砝码。
学习期间,遇到本项目任何问题,都可以得到我的专业指导。 (购买一次,即可访问天猫前端所有知识点)
增值内容,点击购买
使用爬虫已经被系统记录,请勿使用爬虫,增大封号风险。 如果是误封 ,请联系站长,谢谢
增值内容,请先登录
模仿天猫前端,单纯使用Html和CSS实现天猫官网, 大大提升前端技术与能力,积累宝贵前端项目经验。总计28张页面布局分析图, 33个js交互代码讲解, 395个选择器,1150个样式(每个均有注释), 涵盖全部68个知识点,267个学习步骤,包含一共21个讲解视频,累计时长11小时44分25秒,大小1.97G,为简历加上一个有吸引力的砝码。
学习期间,遇到本项目任何问题,都可以得到我的专业指导。 (购买一次,即可访问天猫前端所有知识点)
增值内容,点击购买
使用爬虫已经被系统记录,请勿使用爬虫,增大封号风险。 如果是误封 ,请联系站长,谢谢
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
</head>
<div style="display: block;" class="footer" id="footer">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
</div>
增值内容,请先登录
模仿天猫前端,单纯使用Html和CSS实现天猫官网, 大大提升前端技术与能力,积累宝贵前端项目经验。总计28张页面布局分析图, 33个js交互代码讲解, 395个选择器,1150个样式(每个均有注释), 涵盖全部68个知识点,267个学习步骤,包含一共21个讲解视频,累计时长11小时44分25秒,大小1.97G,为简历加上一个有吸引力的砝码。
学习期间,遇到本项目任何问题,都可以得到我的专业指导。 (购买一次,即可访问天猫前端所有知识点)
增值内容,点击购买
使用爬虫已经被系统记录,请勿使用爬虫,增大封号风险。 如果是误封 ,请联系站长,谢谢
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
</head>
<style>
div.footer{
margin: 0px 0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
}
div.footer_ensure{
margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}
div.footer_desc{
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
padding-top: 30px;
margin: 0px 20px;
}
div.footer_desc div.descColumn{
width: 20%;
float: left;
padding-left: 15px;
}
div.footer_desc div.descColumn span.descColumnTitle{
color: #646464;
font-weight: bold;
font-size: 16px;
}
div.footer_desc a{
display: block;
padding-top: 3px;
}
body{
font-size: 12px;
font-family: Arial;
}
a{
color:#999;
}
a:hover{
text-decoration:none;
color: #C40000;
}
</style>
<div style="display: block;" class="footer" id="footer">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
</div>
增值内容,请先登录
模仿天猫前端,单纯使用Html和CSS实现天猫官网, 大大提升前端技术与能力,积累宝贵前端项目经验。总计28张页面布局分析图, 33个js交互代码讲解, 395个选择器,1150个样式(每个均有注释), 涵盖全部68个知识点,267个学习步骤,包含一共21个讲解视频,累计时长11小时44分25秒,大小1.97G,为简历加上一个有吸引力的砝码。
学习期间,遇到本项目任何问题,都可以得到我的专业指导。 (购买一次,即可访问天猫前端所有知识点)
增值内容,点击购买
使用爬虫已经被系统记录,请勿使用爬虫,增大封号风险。 如果是误封 ,请联系站长,谢谢
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
</head>
<style>
div.footer{
margin: 0px 0px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
}
div.footer_ensure{
margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}
div.footer_desc{
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e7e7e7;
padding-top: 30px;
margin: 0px 20px;
}
div.footer_desc div.descColumn{
width: 20%;
float: left;
padding-left: 15px;
}
div.footer_desc div.descColumn span.descColumnTitle{
color: #646464;
font-weight: bold;
font-size: 16px;
}
div.footer_desc a{
display: block;
padding-top: 3px;
}
body{
font-size: 12px;
font-family: Arial;
}
a{
color:#999;
}
a:hover{
text-decoration:none;
color: #C40000;
}
</style>
<div style="display: block;" class="footer" id="footer">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
</div>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2021-04-05
上面这一栏没有用图片做了一下
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2020-12-14
有无bootstrap的时候边框宽度对于div内容宽度的影响?
2 个答案
qq338386625 跳转到问题位置 答案时间:2020-12-28 <script>
alert("你好,我是一个警告框!");
</script>
<script> alert("你好,我是一个警告框!"); </script> how2j 跳转到问题位置 答案时间:2020-12-17 是的bootstrap 会自带边框数据,这个需要考虑进去,否则就挤占了。
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2020-02-20
关于图片下面的div 如何控制在同一高度 以及他们之间的间距的解决办法
2020-01-28
站长你好,问题:按照你的代码,页脚一下面五个浮动的div没有居中啊,看图
2019-12-09
模仿天猫首页的页脚和这个不一样啊
提问太多,页面渲染太慢,为了加快渲染速度,本页最多只显示几条提问。还有 43 条以前的提问,请 点击查看
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|