<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="./font_3768142_4gzrggk0t76/iconfont.css">
<style>
.iconfont{
font-size: 30px;
}
.n2{
margin: auto;
border: 1px solid red;
width: 280px;
height: 385px;
}
.n3{
border: 1px solid rebeccapurple;
width: 280px;
height: 220px;
background-image: url(https://gd2.alicdn.com/imgextra/i4/2664176869/O1CN01VRMPSj20c3LW8Pr8y_!!2664176869.jpg);
background-size: 280px 220px;
position: relative;
}
.n3 > div:first-child{
border: 1px solid white;
width: 140px;
height: 30px;
line-height: 30px;
position: absolute;
background-color: red;
font-weight: bold;
text-align: center;
bottom: 0px;
}
.n3 > div:last-child{
border: 1px solid white;
width: 140px;
height: 30px;
line-height: 30px;
position: absolute;
background-color: red;
font-weight: bold;
text-align: center;
bottom: 0px;
right: 0px;
}
.n3 a,a{
text-decoration: none;
color: darkblue;
}
.n3 div{
display: none;
}
.n3:hover > div{
display: block;
}
</style>
</head>
<body>
<div class="n2">
<div class="n3">
<div><a href="#">找同款</a></div>
<div><a href="#">找相似</a></div>
</div>
<span style="color: darkgrey">哥哥家同款短袖,让你打篮球犹如哥哥附体!!!</span><br>
<span style="color: red; font-size: 22px; font-weight: bold;">¥270.00</span>
<span> <del style="color: darkgray;">¥999</del></span><br><br>
<span class="iconfont icon-taobao"><span style="font-size: 20px; color: darkgray;"> 小黑子专卖店</span></span>
<span><hr width="250px"></span>
<div style="float: right;color: darkgrey;">月销 10W+</div>
</div>
</body>
</html>
Web作业
最新推荐文章于 2024-10-28 15:18:39 发布