步骤 1 : 效果 步骤 2 : 布局 步骤 3 : 纯html 步骤 4 : 加上样式 步骤 5 : 样式讲解 步骤 6 : 再整合在一起
分类菜单和产品列表效果。
产品列表平时是隐藏起来的,只有鼠标放上来的时候,才会显示出来。 为了讲解产品列表中的样式,在这里是默认把产品列表显示出来的。 <!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.categoryMenu{
width: 200px;
background-color: #e2e2e3;
margin-left: 20px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.categoryMenu a{
color: #000;
}
div.categoryMenu a:hover{
color: lightskyblue;
text-decoration: none;
}
div.productsAsideCategorys{
width: 800px;
height: 510px;
background-color: white;
margin-left: 220px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.productsAsideCategorys div.row{
margin: 20px 80px 0px 80px;
}
div.productsAsideCategorys div.row div.seperator{
margin-top: 20px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #e7e7e7;
}
div.productsAsideCategorys a{
color: #999;
font-size: 14px;
margin: 8px;
}
div.productsAsideCategorys a:hover{
color: #C40000;
text-decoration: none;
}
div.eachCategory{
line-height: 30px;
padding-left: 10px;
font-size: 14px;
}
div.eachCategory span{
margin-right: 10px;
}
div.eachCategory:hover{
background-color: white;
}
</style>
<div class="categoryWithCarousel">
<div style="position: relative">
<div class="categoryMenu ">
<div class="eachCategory" cid="83">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平板电视
</a>
</div>
<div class="eachCategory" cid="82">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
马桶
</a>
</div>
<div class="eachCategory" cid="81">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
沙发
</a>
</div>
<div class="eachCategory" cid="80">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
电热水器
</a>
</div>
<div class="eachCategory" cid="79">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平衡车
</a>
</div>
<div class="eachCategory" cid="78">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
扫地机器人
</a>
</div>
<div class="eachCategory" cid="77">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
原汁机
</a>
</div>
<div class="eachCategory" cid="76">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
冰箱
</a>
</div>
<div class="eachCategory" cid="75">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
空调
</a>
</div>
<div class="eachCategory" cid="74">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
女表
</a>
</div>
<div class="eachCategory" cid="73">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男表
</a>
</div>
<div class="eachCategory" cid="72">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士手拿包
</a>
</div>
<div class="eachCategory" cid="71">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士西服
</a>
</div>
<div class="eachCategory" cid="69">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
时尚男鞋
</a>
</div>
<div class="eachCategory" cid="68">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
品牌女装
</a>
</div>
<div class="eachCategory" cid="64">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
太阳镜
</a>
</div>
<div class="eachCategory" cid="60">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
安全座椅
</a>
</div>
</div>
</div>
<div style="position: relative;left: 0;top: 0;">
<div class="productsAsideCategorys" cid="83">
<div class="row ">
<a href="#nowhere">
屏大影院
</a>
<a href="#nowhere">
周末
</a>
<a href="#nowhere">
新品特惠
</a>
<a href="#nowhere">
32吋电视机
</a>
<a href="#nowhere">
智能网络
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
USB高清解
</a>
<a href="#nowhere">
芒果TV在线
</a>
<a href="#nowhere">
抢购价
</a>
<a href="#nowhere">
USB解码
</a>
<a href="#nowhere">
32英吋
</a>
<a href="#nowhere">
10核
</a>
<a href="#nowhere">
TCL品牌日
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
不要赠品
</a>
<a href="#nowhere">
新品上市
</a>
<a href="#nowhere">
4K硬屏
</a>
<a href="#nowhere">
领100元券
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
智能高清
</a>
<a href="#nowhere">
8月,酷暑
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
8月大促
</a>
<a href="#nowhere">
天猫定制
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<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 class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
热销爆款
</a>
<a href="#nowhere">
4K全高清
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
六核智能
</a>
<a href="#nowhere">
14核4K
</a>
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
YUNOS
</a>
<a href="#nowhere">
64位处理器
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere">
微信电视
</a>
<a href="#nowhere">
4k超清
</a>
<a href="#nowhere">
64位真4K
</a>
<a href="#nowhere">
10核机芯
</a>
<a href="#nowhere">
V字黑釉底座
</a>
<a href="#nowhere">
4K超清
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
64位14核
</a>
<a href="#nowhere">
海量影视
</a>
<a href="#nowhere">
人气爆款
</a>
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
真4K屏
</a>
<a href="#nowhere">
65吋巨屏
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
4K超清视界
</a>
<a href="#nowhere">
限时特惠
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
55寸旗舰
</a>
<a href="#nowhere">
4K机皇
</a>
<a href="#nowhere">
曲面机皇
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
轻薄4K
</a>
<div class="seperator"></div>
</div>
</div>
</div>
<div style="height:510"></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 class="categoryWithCarousel">
<div style="position: relative">
<div class="categoryMenu ">
<div class="eachCategory" cid="83">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平板电视
</a>
</div>
<div class="eachCategory" cid="82">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
马桶
</a>
</div>
<div class="eachCategory" cid="81">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
沙发
</a>
</div>
<div class="eachCategory" cid="80">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
电热水器
</a>
</div>
<div class="eachCategory" cid="79">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平衡车
</a>
</div>
<div class="eachCategory" cid="78">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
扫地机器人
</a>
</div>
<div class="eachCategory" cid="77">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
原汁机
</a>
</div>
<div class="eachCategory" cid="76">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
冰箱
</a>
</div>
<div class="eachCategory" cid="75">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
空调
</a>
</div>
<div class="eachCategory" cid="74">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
女表
</a>
</div>
<div class="eachCategory" cid="73">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男表
</a>
</div>
<div class="eachCategory" cid="72">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士手拿包
</a>
</div>
<div class="eachCategory" cid="71">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士西服
</a>
</div>
<div class="eachCategory" cid="69">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
时尚男鞋
</a>
</div>
<div class="eachCategory" cid="68">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
品牌女装
</a>
</div>
<div class="eachCategory" cid="64">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
太阳镜
</a>
</div>
<div class="eachCategory" cid="60">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
安全座椅
</a>
</div>
</div>
</div>
<div style="position: relative;left: 0;top: 0;">
<div class="productsAsideCategorys" cid="83">
<div class="row ">
<a href="#nowhere">
屏大影院
</a>
<a href="#nowhere">
周末
</a>
<a href="#nowhere">
新品特惠
</a>
<a href="#nowhere">
32吋电视机
</a>
<a href="#nowhere">
智能网络
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
USB高清解
</a>
<a href="#nowhere">
芒果TV在线
</a>
<a href="#nowhere">
抢购价
</a>
<a href="#nowhere">
USB解码
</a>
<a href="#nowhere">
32英吋
</a>
<a href="#nowhere">
10核
</a>
<a href="#nowhere">
TCL品牌日
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
不要赠品
</a>
<a href="#nowhere">
新品上市
</a>
<a href="#nowhere">
4K硬屏
</a>
<a href="#nowhere">
领100元券
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
智能高清
</a>
<a href="#nowhere">
8月,酷暑
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
8月大促
</a>
<a href="#nowhere">
天猫定制
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<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 class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
热销爆款
</a>
<a href="#nowhere">
4K全高清
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
六核智能
</a>
<a href="#nowhere">
14核4K
</a>
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
YUNOS
</a>
<a href="#nowhere">
64位处理器
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere">
微信电视
</a>
<a href="#nowhere">
4k超清
</a>
<a href="#nowhere">
64位真4K
</a>
<a href="#nowhere">
10核机芯
</a>
<a href="#nowhere">
V字黑釉底座
</a>
<a href="#nowhere">
4K超清
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
64位14核
</a>
<a href="#nowhere">
海量影视
</a>
<a href="#nowhere">
人气爆款
</a>
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
真4K屏
</a>
<a href="#nowhere">
65吋巨屏
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
4K超清视界
</a>
<a href="#nowhere">
限时特惠
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
55寸旗舰
</a>
<a href="#nowhere">
4K机皇
</a>
<a href="#nowhere">
曲面机皇
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
轻薄4K
</a>
<div class="seperator"></div>
</div>
</div>
</div>
<div style="height:510"></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.categoryMenu{
width: 200px;
background-color: #e2e2e3;
margin-left: 20px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.categoryMenu a{
color: #000;
}
div.categoryMenu a:hover{
color: lightskyblue;
text-decoration: none;
}
div.productsAsideCategorys{
width: 800px;
height: 510px;
background-color: white;
margin-left: 220px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.productsAsideCategorys div.row{
margin: 20px 80px 0px 80px;
}
div.productsAsideCategorys div.row div.seperator{
margin-top: 20px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #e7e7e7;
}
div.productsAsideCategorys a{
color: #999;
font-size: 14px;
margin: 8px;
}
div.productsAsideCategorys a:hover{
color: #C40000;
text-decoration: none;
}
div.eachCategory{
line-height: 30px;
padding-left: 10px;
font-size: 14px;
}
div.eachCategory span{
margin-right: 10px;
}
div.eachCategory:hover{
background-color: white;
}
</style>
<div class="categoryWithCarousel">
<div style="position: relative">
<div class="categoryMenu ">
<div class="eachCategory" cid="83">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平板电视
</a>
</div>
<div class="eachCategory" cid="82">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
马桶
</a>
</div>
<div class="eachCategory" cid="81">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
沙发
</a>
</div>
<div class="eachCategory" cid="80">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
电热水器
</a>
</div>
<div class="eachCategory" cid="79">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平衡车
</a>
</div>
<div class="eachCategory" cid="78">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
扫地机器人
</a>
</div>
<div class="eachCategory" cid="77">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
原汁机
</a>
</div>
<div class="eachCategory" cid="76">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
冰箱
</a>
</div>
<div class="eachCategory" cid="75">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
空调
</a>
</div>
<div class="eachCategory" cid="74">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
女表
</a>
</div>
<div class="eachCategory" cid="73">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男表
</a>
</div>
<div class="eachCategory" cid="72">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士手拿包
</a>
</div>
<div class="eachCategory" cid="71">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士西服
</a>
</div>
<div class="eachCategory" cid="69">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
时尚男鞋
</a>
</div>
<div class="eachCategory" cid="68">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
品牌女装
</a>
</div>
<div class="eachCategory" cid="64">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
太阳镜
</a>
</div>
<div class="eachCategory" cid="60">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
安全座椅
</a>
</div>
</div>
</div>
<div style="position: relative;left: 0;top: 0;">
<div class="productsAsideCategorys" cid="83">
<div class="row ">
<a href="#nowhere">
屏大影院
</a>
<a href="#nowhere">
周末
</a>
<a href="#nowhere">
新品特惠
</a>
<a href="#nowhere">
32吋电视机
</a>
<a href="#nowhere">
智能网络
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
USB高清解
</a>
<a href="#nowhere">
芒果TV在线
</a>
<a href="#nowhere">
抢购价
</a>
<a href="#nowhere">
USB解码
</a>
<a href="#nowhere">
32英吋
</a>
<a href="#nowhere">
10核
</a>
<a href="#nowhere">
TCL品牌日
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
不要赠品
</a>
<a href="#nowhere">
新品上市
</a>
<a href="#nowhere">
4K硬屏
</a>
<a href="#nowhere">
领100元券
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
智能高清
</a>
<a href="#nowhere">
8月,酷暑
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
8月大促
</a>
<a href="#nowhere">
天猫定制
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<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 class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
热销爆款
</a>
<a href="#nowhere">
4K全高清
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
六核智能
</a>
<a href="#nowhere">
14核4K
</a>
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
YUNOS
</a>
<a href="#nowhere">
64位处理器
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere">
微信电视
</a>
<a href="#nowhere">
4k超清
</a>
<a href="#nowhere">
64位真4K
</a>
<a href="#nowhere">
10核机芯
</a>
<a href="#nowhere">
V字黑釉底座
</a>
<a href="#nowhere">
4K超清
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
64位14核
</a>
<a href="#nowhere">
海量影视
</a>
<a href="#nowhere">
人气爆款
</a>
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
真4K屏
</a>
<a href="#nowhere">
65吋巨屏
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
4K超清视界
</a>
<a href="#nowhere">
限时特惠
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
55寸旗舰
</a>
<a href="#nowhere">
4K机皇
</a>
<a href="#nowhere">
曲面机皇
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
轻薄4K
</a>
<div class="seperator"></div>
</div>
</div>
</div>
<div style="height:510"></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.categoryMenu{
width: 200px;
background-color: #e2e2e3;
margin-left: 20px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.categoryMenu a{
color: #000;
}
div.categoryMenu a:hover{
color: lightskyblue;
text-decoration: none;
}
div.productsAsideCategorys{
width: 800px;
height: 510px;
background-color: white;
margin-left: 220px;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
div.productsAsideCategorys div.row{
margin: 20px 80px 0px 80px;
}
div.productsAsideCategorys div.row div.seperator{
margin-top: 20px;
border-bottom-style: dashed;
border-bottom-width: 1px;
border-bottom-color: #e7e7e7;
}
div.productsAsideCategorys a{
color: #999;
font-size: 14px;
margin: 8px;
}
div.productsAsideCategorys a:hover{
color: #C40000;
text-decoration: none;
}
div.eachCategory{
line-height: 30px;
padding-left: 10px;
font-size: 14px;
}
div.eachCategory span{
margin-right: 10px;
}
div.eachCategory:hover{
background-color: white;
}
</style>
<div class="categoryWithCarousel">
<div style="position: relative">
<div class="categoryMenu ">
<div class="eachCategory" cid="83">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平板电视
</a>
</div>
<div class="eachCategory" cid="82">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
马桶
</a>
</div>
<div class="eachCategory" cid="81">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
沙发
</a>
</div>
<div class="eachCategory" cid="80">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
电热水器
</a>
</div>
<div class="eachCategory" cid="79">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
平衡车
</a>
</div>
<div class="eachCategory" cid="78">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
扫地机器人
</a>
</div>
<div class="eachCategory" cid="77">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
原汁机
</a>
</div>
<div class="eachCategory" cid="76">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
冰箱
</a>
</div>
<div class="eachCategory" cid="75">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
空调
</a>
</div>
<div class="eachCategory" cid="74">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
女表
</a>
</div>
<div class="eachCategory" cid="73">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男表
</a>
</div>
<div class="eachCategory" cid="72">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士手拿包
</a>
</div>
<div class="eachCategory" cid="71">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
男士西服
</a>
</div>
<div class="eachCategory" cid="69">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
时尚男鞋
</a>
</div>
<div class="eachCategory" cid="68">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
品牌女装
</a>
</div>
<div class="eachCategory" cid="64">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
太阳镜
</a>
</div>
<div class="eachCategory" cid="60">
<span class="glyphicon glyphicon-link"></span>
<a href="#nowhere">
安全座椅
</a>
</div>
</div>
</div>
<div style="position: relative;left: 0;top: 0;">
<div class="productsAsideCategorys" cid="83">
<div class="row ">
<a href="#nowhere">
屏大影院
</a>
<a href="#nowhere">
周末
</a>
<a href="#nowhere">
新品特惠
</a>
<a href="#nowhere">
32吋电视机
</a>
<a href="#nowhere">
智能网络
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
USB高清解
</a>
<a href="#nowhere">
芒果TV在线
</a>
<a href="#nowhere">
抢购价
</a>
<a href="#nowhere">
USB解码
</a>
<a href="#nowhere">
32英吋
</a>
<a href="#nowhere">
10核
</a>
<a href="#nowhere">
TCL品牌日
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
不要赠品
</a>
<a href="#nowhere">
新品上市
</a>
<a href="#nowhere">
4K硬屏
</a>
<a href="#nowhere">
领100元券
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
智能高清
</a>
<a href="#nowhere">
8月,酷暑
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
8月大促
</a>
<a href="#nowhere">
天猫定制
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<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 class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
热销爆款
</a>
<a href="#nowhere">
4K全高清
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
六核智能
</a>
<a href="#nowhere">
14核4K
</a>
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
YUNOS
</a>
<a href="#nowhere">
64位处理器
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
YUNOS
</a>
<a href="#nowhere">
微信电视
</a>
<a href="#nowhere">
4k超清
</a>
<a href="#nowhere">
64位真4K
</a>
<a href="#nowhere">
10核机芯
</a>
<a href="#nowhere">
V字黑釉底座
</a>
<a href="#nowhere">
4K超清
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
64位14核
</a>
<a href="#nowhere">
海量影视
</a>
<a href="#nowhere">
人气爆款
</a>
<a href="#nowhere">
限时特惠
</a>
<a href="#nowhere">
真4K屏
</a>
<a href="#nowhere">
65吋巨屏
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
4K超清视界
</a>
<a href="#nowhere">
限时特惠
</a>
<div class="seperator"></div>
</div>
<div class="row ">
<a href="#nowhere">
55寸旗舰
</a>
<a href="#nowhere">
4K机皇
</a>
<a href="#nowhere">
曲面机皇
</a>
<a href="#nowhere" style="color: rgb(135, 206, 250);">
轻薄4K
</a>
<div class="seperator"></div>
</div>
</div>
</div>
<div style="height:510"></div>
</div>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2020-08-19
想问问最后一个div是干嘛用的
2 个答案
汪小旭666 跳转到问题位置 答案时间:2020-08-23 多谢站长大大0.0 可是这里只是设置了一个空div的高度而不是设置最外层div容器的高度,那就算展示预览应该也只是这个空白div吧?
how2j 跳转到问题位置 答案时间:2020-08-20 为了教程显示预览的时候至少有510的高度。。。
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2020-08-13
和轮播图贴在一起的代码能贴出来吗
2019-09-24
要怎么把这个和轮播图合在一起呢
2019-05-24
绝对定位没设置偏移,为什么加到了div后面,设置偏移0 就加到了顶部呢
2019-05-20
站长,我问一下,绝对定位和相对定位的问题。
提问太多,页面渲染太慢,为了加快渲染速度,本页最多只显示几条提问。还有 37 条以前的提问,请 点击查看
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|