步骤 1 : 效果 步骤 2 : 布局 步骤 3 : 纯html 步骤 4 : 加上样式 步骤 5 : 样式讲解 步骤 6 : 再整合在一起
完整的首页产品列表是在 模仿天猫首页 中,每个分类有5种首页推荐产品,一共17种分类。 为了讲解的便利性,只选取了其中的2个分类来分析样式。
如果屏幕分辨率比较小的话,会看到5个产品换行了,这是因为为了演示实际效果,放在了步骤栏里,压缩了宽度。 相同的代码,放在整个页面就不会换行了。 <!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.homepageCategoryProducts{
background-color: #F5F5F5;
padding: 50px 10px 50px 10px;
margin: 10px auto;
max-width: 1013px;
}
div.productItem{
width: 189px;
height: 285px;
border: 1px solid white;
background-color: white;
margin: 8px 4px;
float: left;
cursor: pointer;
}
div.productItem span.productItemDesc{
font-size: 12px;
color: #666666;
display: block;
padding: 16px;
}
div.productItem span.productPrice{
font-size: 16px;
color: #FF003A;
display: block;
padding-left: 16px;
margin-top: -10px;
}
div.productItem img{
width: 187px;
height: 190px;
}
div.productItem img:hover{
opacity: 0.7;
filter: alpha(opacity = 70);
}
div.eachHomepageCategoryProducts{
margin: 0px 0px 40px 0px;
}
a.productItemDescLink{
display: inline-block;
height: 66px;
text-decoration:none;
}
span.categoryTitle{
font-size: 16px;
margin-left: 30px;
color: #646464;
font-weight: bold;
}
div.left-mark{
display: inline-block;
height: 20px;
vertical-align: top;
width: 5px;
background-color: #19C8A9;
}
img.endpng{
display: block;
width: 82px;
margin: 0 auto;
}
</style>
<div class="homepageCategoryProducts">
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">太阳镜</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9543.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好先生同款墨镜孙红雷偏光男士太阳镜韩明星
</span>
</a>
<span class="productPrice">
97.50
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9532.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
陌森太阳眼镜男女2016偏光定制驾驶近视
</span>
</a>
<span class="productPrice">
518.70
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9521.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
帕莎Prsr太阳镜女偏光镜潮范冰冰同款女
</span>
</a>
<span class="productPrice">
624.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9510.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
变色眼镜男女款半框太阳镜大框潮流防辐射防
</span>
</a>
<span class="productPrice">
170.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9499.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新款男士偏光太阳镜日夜两用墨镜潮运动开车
</span>
</a>
<span class="productPrice">
551.00
</span>
</div>
<div style="clear:both"></div>
</div>
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">安全座椅</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10192.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新生儿婴儿提篮式安全座椅汽车用车载儿童安
</span>
</a>
<span class="productPrice">
882.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10181.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY汽车儿童安全座椅ISOFI
</span>
</a>
<span class="productPrice">
1,344.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10170.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY儿童安全座椅9个月-12岁
</span>
</a>
<span class="productPrice">
1,216.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10159.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好孩子汽车儿童安全座椅goodbaby9
</span>
</a>
<span class="productPrice">
1,199.40
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10148.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
惠尔顿儿童安全座椅isofix硬接口汽车
</span>
</a>
<span class="productPrice">
1,993.60
</span>
</div>
<div style="clear:both"></div>
</div>
<img src="https://how2j.cn/tmall/img/site/end.png" class="endpng" id="endpng">
</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="homepageCategoryProducts">
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">太阳镜</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9543.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好先生同款墨镜孙红雷偏光男士太阳镜韩明星
</span>
</a>
<span class="productPrice">
97.50
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9532.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
陌森太阳眼镜男女2016偏光定制驾驶近视
</span>
</a>
<span class="productPrice">
518.70
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9521.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
帕莎Prsr太阳镜女偏光镜潮范冰冰同款女
</span>
</a>
<span class="productPrice">
624.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9510.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
变色眼镜男女款半框太阳镜大框潮流防辐射防
</span>
</a>
<span class="productPrice">
170.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9499.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新款男士偏光太阳镜日夜两用墨镜潮运动开车
</span>
</a>
<span class="productPrice">
551.00
</span>
</div>
<div style="clear:both"></div>
</div>
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">安全座椅</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10192.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新生儿婴儿提篮式安全座椅汽车用车载儿童安
</span>
</a>
<span class="productPrice">
882.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10181.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY汽车儿童安全座椅ISOFI
</span>
</a>
<span class="productPrice">
1,344.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10170.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY儿童安全座椅9个月-12岁
</span>
</a>
<span class="productPrice">
1,216.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10159.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好孩子汽车儿童安全座椅goodbaby9
</span>
</a>
<span class="productPrice">
1,199.40
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10148.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
惠尔顿儿童安全座椅isofix硬接口汽车
</span>
</a>
<span class="productPrice">
1,993.60
</span>
</div>
<div style="clear:both"></div>
</div>
<img src="https://how2j.cn/tmall/img/site/end.png" class="endpng" id="endpng">
</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.homepageCategoryProducts{
background-color: #F5F5F5;
padding: 50px 10px 50px 10px;
margin: 10px auto;
max-width: 1013px;
}
div.productItem{
width: 189px;
height: 285px;
border: 1px solid white;
background-color: white;
margin: 8px 4px;
float: left;
cursor: pointer;
}
div.productItem span.productItemDesc{
font-size: 12px;
color: #666666;
display: block;
padding: 16px;
}
div.productItem span.productPrice{
font-size: 16px;
color: #FF003A;
display: block;
padding-left: 16px;
margin-top: -10px;
}
div.productItem img{
width: 187px;
height: 190px;
}
div.productItem img:hover{
opacity: 0.7;
filter: alpha(opacity = 70);
}
div.eachHomepageCategoryProducts{
margin: 0px 0px 40px 0px;
}
a.productItemDescLink{
display: inline-block;
height: 66px;
text-decoration:none;
}
span.categoryTitle{
font-size: 16px;
margin-left: 30px;
color: #646464;
font-weight: bold;
}
div.left-mark{
display: inline-block;
height: 20px;
vertical-align: top;
width: 5px;
background-color: #19C8A9;
}
img.endpng{
display: block;
width: 82px;
margin: 0 auto;
}
</style>
<div class="homepageCategoryProducts">
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">太阳镜</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9543.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好先生同款墨镜孙红雷偏光男士太阳镜韩明星
</span>
</a>
<span class="productPrice">
97.50
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9532.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
陌森太阳眼镜男女2016偏光定制驾驶近视
</span>
</a>
<span class="productPrice">
518.70
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9521.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
帕莎Prsr太阳镜女偏光镜潮范冰冰同款女
</span>
</a>
<span class="productPrice">
624.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9510.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
变色眼镜男女款半框太阳镜大框潮流防辐射防
</span>
</a>
<span class="productPrice">
170.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9499.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新款男士偏光太阳镜日夜两用墨镜潮运动开车
</span>
</a>
<span class="productPrice">
551.00
</span>
</div>
<div style="clear:both"></div>
</div>
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">安全座椅</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10192.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新生儿婴儿提篮式安全座椅汽车用车载儿童安
</span>
</a>
<span class="productPrice">
882.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10181.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY汽车儿童安全座椅ISOFI
</span>
</a>
<span class="productPrice">
1,344.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10170.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY儿童安全座椅9个月-12岁
</span>
</a>
<span class="productPrice">
1,216.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10159.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好孩子汽车儿童安全座椅goodbaby9
</span>
</a>
<span class="productPrice">
1,199.40
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10148.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
惠尔顿儿童安全座椅isofix硬接口汽车
</span>
</a>
<span class="productPrice">
1,993.60
</span>
</div>
<div style="clear:both"></div>
</div>
<img src="https://how2j.cn/tmall/img/site/end.png" class="endpng" id="endpng">
</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.homepageCategoryProducts{
background-color: #F5F5F5;
padding: 50px 10px 50px 10px;
margin: 10px auto;
max-width: 1013px;
}
div.productItem{
width: 189px;
height: 285px;
border: 1px solid white;
background-color: white;
margin: 8px 4px;
float: left;
cursor: pointer;
}
div.productItem span.productItemDesc{
font-size: 12px;
color: #666666;
display: block;
padding: 16px;
}
div.productItem span.productPrice{
font-size: 16px;
color: #FF003A;
display: block;
padding-left: 16px;
margin-top: -10px;
}
div.productItem img{
width: 187px;
height: 190px;
}
div.productItem img:hover{
opacity: 0.7;
filter: alpha(opacity = 70);
}
div.eachHomepageCategoryProducts{
margin: 0px 0px 40px 0px;
}
a.productItemDescLink{
display: inline-block;
height: 66px;
text-decoration:none;
}
span.categoryTitle{
font-size: 16px;
margin-left: 30px;
color: #646464;
font-weight: bold;
}
div.left-mark{
display: inline-block;
height: 20px;
vertical-align: top;
width: 5px;
background-color: #19C8A9;
}
img.endpng{
display: block;
width: 82px;
margin: 0 auto;
}
</style>
<div class="homepageCategoryProducts">
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">太阳镜</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9543.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好先生同款墨镜孙红雷偏光男士太阳镜韩明星
</span>
</a>
<span class="productPrice">
97.50
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9532.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
陌森太阳眼镜男女2016偏光定制驾驶近视
</span>
</a>
<span class="productPrice">
518.70
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9521.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
帕莎Prsr太阳镜女偏光镜潮范冰冰同款女
</span>
</a>
<span class="productPrice">
624.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9510.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
变色眼镜男女款半框太阳镜大框潮流防辐射防
</span>
</a>
<span class="productPrice">
170.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/9499.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新款男士偏光太阳镜日夜两用墨镜潮运动开车
</span>
</a>
<span class="productPrice">
551.00
</span>
</div>
<div style="clear:both"></div>
</div>
<div class="eachHomepageCategoryProducts">
<div class="left-mark"></div>
<span class="categoryTitle">安全座椅</span>
<br>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10192.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
新生儿婴儿提篮式安全座椅汽车用车载儿童安
</span>
</a>
<span class="productPrice">
882.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10181.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY汽车儿童安全座椅ISOFI
</span>
</a>
<span class="productPrice">
1,344.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10170.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
REEBABY儿童安全座椅9个月-12岁
</span>
</a>
<span class="productPrice">
1,216.00
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10159.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
好孩子汽车儿童安全座椅goodbaby9
</span>
</a>
<span class="productPrice">
1,199.40
</span>
</div>
<div class="productItem">
<a href="#nowhere"><img width="100px" src="https://how2j.cn/tmall/img/productSingle_middle/10148.jpg"></a>
<a href="#nowhere" class="productItemDescLink">
<span class="productItemDesc">[热销]
惠尔顿儿童安全座椅isofix硬接口汽车
</span>
</a>
<span class="productPrice">
1,993.60
</span>
</div>
<div style="clear:both"></div>
</div>
<img src="https://how2j.cn/tmall/img/site/end.png" class="endpng" id="endpng">
</div>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2022-06-23
productItem类少了一个悬停样式
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2020-08-03
我用vue那个组件写的 怎么写能减少代码量啊 这也太多了
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2020-06-10
总感觉那个产品列表居中有点难看,闲着没事调了居中
2020-04-06
要制作两个元素的间隔效果,是优先设置外边距还是内边距
2019-08-22
站长 这个问题有点搞不懂
提问太多,页面渲染太慢,为了加快渲染速度,本页最多只显示几条提问。还有 18 条以前的提问,请 点击查看
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|