Files
ClassContent/历届学生/front-end-team/项目练习/学生项目/缪虎/moxing.html
2024-09-27 02:06:13 +08:00

124 lines
3.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
.recommend {}
.recommend.title {
font-size: 0.32rem;
color: #333333;
margin-top: 0.32rem;
margin-bottom: 0.37rem;
}
.recommend.title .text {
display: flex;
overflow-x: scroll;
height: 100%;
margin-left: 0.24rem;
margin-bottom: 0.4rem;
}
.recommend.title .text .a {
}
.recommend.title .text .a.photo {
position: relative;
}
.recommend.title .text .a.photo img {
width: 2.74rem;
height: 1.56rem;
border-radius: 0.04rem;
padding-right: 0.1rem;
}
.recommend.title .text .a.photo span {
font-size: 0.22rem;
color: #ffffff;
position: absolute;
right: 0;
bottom: 0;
}
.recommend.title .text .a span {
font-size: 0.28rem;
color: #d0302c;
}
</style>
<body>
<div class="recommend">
<div class="title">相关推荐</div>
<ul class="text">
<li class="a">
<div class="photo">
<img src="./在包河vue/static/img/[S82LTTKXSNVVJ$[35@4ER2.png" alt="" />
<span>03:07</span>
</div>
<span>一生中总要有个夏天 给海岛,我的9天8夜</span>
</li>
<li>
<div class="photo">
<img src="./在包河vue/static/img/[S82LTTKXSNVVJ$[35@4ER2.png" alt="" />
<span>03:07</span>
</div>
<span>特朗普说他有绝对权 利命令美企退出中国 </span>
</li>
<li>
<div class="photo">
<img src="./在包河vue/static/img/[S82LTTKXSNVVJ$[35@4ER2.png" alt="" />
<span>03:07</span>
</div>
<span>七岁孩子被欺负了, 爸爸的做法引起关注...</span>
</li>
<li>
<div class="photo">
<img src="" alt="" />
<span>03:07</span>
</div>
<span>七岁孩子被欺负了, 爸爸的做法引起关注...</span>
</li>
<li>
<div class="photo">
<img src="" alt="" />
<span>03:07</span>
</div>
<span>七岁孩子被欺负了, 爸爸的做法引起关注...</span>
</li>
<li>
<div class="photo">
<img src="" alt="" />
<span>03:07</span>
</div>
<span>七岁孩子被欺负了, 爸爸的做法引起关注...</span>
</li>
<li>
<div class="photo">
<img src="" alt="" />
<span>03:07</span>
</div>
<span>七岁孩子被欺负了, 爸爸的做法引起关注...</span>
</li>
</ul>
</div>
</body>
</html>