1 Star 0 Fork 5

刘陈厚/zcool2

forked from 林木森/zcool2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 30.47 KB
一键复制 编辑 原始数据 按行查看 历史
刘陈厚 提交于 2021-01-04 09:39 . 刘陈厚
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>林木森</title>
</head>
<style>
body, *{
margin: 0px;
padding: 0px;
}
.top{
width: 100%;
height: 50px;
border-top: 3px solid black;
background-image: linear-gradient(yellow, rgba(226, 226, 0, 0.733));
position: relative;
}
.top img{
float: left;
margin-left: 2%;
}
.top ul{
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
width: 600px;
height: 50px ;
margin: auto;
float: left;
}
.top ul li{
float: left;
list-style: none;
line-height:50px;
margin-left: 25px;
}
.top ul li img{
margin-left: 0px;
margin-top: 10px;
}
.top a{
color: black;
text-decoration: none;
}
.top a:hover{
color: red;
text-decoration: underline;
}
.img1{
margin-top: 12px;
width: 30px;
height: 25px;
}
.top p{
margin-left: 5%;
float: left;
line-height: 50px;
}
.top_right{
width: 200px;
height: 50px;
float: right;
}
</style>
<style>
.banner{
position: relative;/*相对定位 给绝对定位位置参考*/
width: 100%;
height: 300px;
float: left;
margin-top: 25px;
margin-bottom: 20px;
}
.banner .item{
display: none;/*隐藏元素*/
position: absolute;/* 绝对定位*/
width: 100%;
height: 300px;
top: 0;
left: 0;
}
ul{
list-style-type: none;/*清除默认列表样式 ....*/
margin: 0;
padding: 0;/*内外编剧清除*/
}
.lunbo{
width: 100%;
height: 300px;
}
/*左右按钮的属性设置*/
.lr-tab .btn{
position: absolute;
top: 120px;
width: 41px;
height: 69px;
background: url("img/8a.png");
}
.lr-tab .left{
left: 0px;
background-position-x: -83px;
}
.lr-tab .right{
right: 0px;
background-position-x: -125px;
}
/*左右按钮触碰事件*/
.lr-tab .left:hover{
background-position-x: 0px;
}
.lr-tab .right:hover{
background-position-x: -41px;
}
/*圆形按钮属性设定*/
.tab-btn{
position: absolute;
right: 40px;
bottom: 20px;
width: 120px;
height: 30px;
top: 270px;
}
.tab-btn .btn{
float: left;
width: 6px;
height: 6px;
background: #868686;
border: 2px solid #c3c3c3;/*边框*/
margin-left: 10px;
border-radius: 50%;
}
/*圆形按钮触碰事件*/
.tab-btn .btn:hover{
background: #e4e4e4;
border-color:#7f7f7f;
}
.tab-btn .active{
background: #e4e4e4;
border-color:#7f7f7f;
}
</style>
<style>
.middle_content{
clear: both;
width: 1400px;
margin-top: 25px;
margin: 0 auto;
text-align: center;
}
</style>
<style>
.navtion2{
width: 100%;
height: 50px;
border-bottom: 2px solid rgb(201, 201, 201);
position: relative;
}
.navtion2 ul{
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
position: absolute;
width: 500px;
height: 50px;
}
.navtion2 ul li{
width: 80px;
height: 50px;
text-align: center;
list-style: none;
float: left;
margin-left: 70px;
line-height: 50px;
}
.navtion2 li:hover{
border-bottom: 3px solid gray;
}
.navtion2 a{
color: black;
text-decoration: none;
}
.navtion2 a:hover{
text-decoration: underline;
color: red;
}
.navtion2_sup{
width: 80px;
height: 50px;
float: right;
position: relative;
}
.navtion2_sup a{
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
position: absolute;
width: 40px;
height: 25px;
}
.navtion2_sup:hover{
border-bottom: 3px solid rgb(129, 129, 129);
}
</style>
<style>
.middle{
width: 100%;
height: 350px;
background-color: rgba(175, 175, 175, 0.247);
position: relative;
}
.block1{
width: 220px;
height: 300px;
/* border: 1px solid red; */
background-color: rgba(255, 255, 255, 0.404);
}
.middle ul{
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
position: absolute;
width: 1200px;
height: 350px;
/* border: 1px solid red; */
}
.middle ul li{
list-style: none;
float: left;
margin-left: 15px;
}
.middle a{
font-size: 14px;
color: black;
text-decoration: none;
}
.middle a:hover{
color: red;
text-decoration: underline;
}
.font2{
font-size: 14px;
color: gray;
}
.block1_1{
width: 220px; height: 150px;
}
.block1_2{
width: 200 px;
height: 20px;
/* border: 1px solid red; */
padding: 5px;
}
.block1_2 img{
margin-top: 8px;
margin-right: 4px;
float: right;
}
.block1_3{
clear: both;
width: 200px;
height: 55px;
/* border: 1px solid red; */
padding: 10px;
}
.block1_4{
padding: 5px;
width: 210px;
height: 30px;
/* border: 1px solid black; */
position: relative;
}
.font3{
font-size: 14px;
color: gray;
}
.block1_4 img{
float: left;
}
.block1_4 a{
line-height: 30px;
margin-left: 5px;
}
.block1_4 span{
margin-top: 5px;
float: right;
}
</style>
<script type="text/javascript" src="js/jquery-3.3.1/jquery-3.3.1.min.js"></script>
<script type="text/javascript">
var index2 = 0;/*初始化一个变量 指向下彪*/
//点击点
$(".tab-btn .btn").click(function () {
index2 = $(this).index();//获取点击该元素下彪
$(this).addClass("active").siblings().removeClass("active");
$(".item").eq(index2).fadeIn().siblings().fadeOut();
});
//点击切换效果
$(".lr-tab .right").click(function () {
index2 ++;
if (index2 >4){ index2 = 0;}
$(".item").eq(index2).fadeIn().siblings().fadeOut();
$(".tab-btn .btn").eq(index2).addClass("active").siblings().removeClass("active");
});
$(".lr-tab .left").click(function () {
index2 --;
if(index2 < 0){index2 = 4;}
$(".item").eq(index2).fadeIn().siblings().fadeOut();
$(".tab-btn .btn").eq(index2).addClass("active").siblings().removeClass("active");
});
var time2 = setInterval(function () {
index2 ++;
if (index2 >4){ index2 = 0;}
$(".item").eq(index2).fadeIn().siblings().fadeOut();
$(".tab-btn .btn").eq(index2).addClass("active").siblings().removeClass("active");
},4000); //定时器 重复
</script>
<body>
<div class="top">
<a href="#"><img src="img/Logo.png" ></a>
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">发现</a></li>
<li><a href="#">商城</a></li>
<li><a href="#">职位</a></li>
<li><a href="#">活动</a></li>
<li><a href="#">正版素材</a></li>
<li><a href="#">课程</a></li>
<li><a href="#"><img src="img/dian.png"></a></li>
</ul>
<div class="top_right">
<a href="#" ><img class="img1" src="img/Socpo.png" ></a>
<a href="#" ><img class="img1" src="img/home.png" ></a>
<p><a href="#">登录</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href="#">注册</a></p>
</div>
</div>
<div class="banner" >
<div class="img-wrap">
<ul>
<li class="item" style="display: block">
<a href="#"><img src="img/img2.jpg" alt="" class="lunbo"></a>
</li>
<li class="item">
<a href="#"><img src="img/img3.jpg" alt="" class="lunbo"></a>
</li>
<li class="item">
<a href="#"><img src="img/img4.jpg" alt=""class="lunbo"></a>
</li>
<li class="item">
<a href="#"><img src="img/img5.jpg" alt="" class="lunbo"></a>
</li>
<li class="item">
<a href="#"><img src="img/img2.jpg" alt="" class="lunbo"></a>
</li>
</ul>
</div>
<div class="lr-tab">
<div class="left btn"></div>
<div class="right btn"></div>
</div>
<div class="tab-btn">
<ul>
<li class="btn"></li>
<li class="btn"></li>
<li class="btn"></li>
<li class="btn"></li>
<li class="btn"></li>
</ul>
</div>
</div>
<div class="middle_content">
<img src="img/middle_content1.png">
<img src="img/middle_content2.png">
<img src="img/middle_content3.png">
<img src="img/middle_content4.png">
<img src="img/middle_content5.png">
</div>
<div class="navtion2">
<ul>
<li><a href="#">首页推荐<img src="img/xiabiao.png" width="8px" height="8px" ></a></li>
<li><a href="#">我的关注</a></li>
<li><a href="#">全部推荐</a></li>
</ul>
<div class="navtion2_sup"><a href="#">筛选<img src="img/xiabiao2.png" width="8px" height="8px" ></a></div>
</div>
<div class="middle">
<ul>
<li class="block1">
<div class="block1_1">
<img src="img/background1.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">Midea Family Q版形象设计</a>
<img src="img/title1.png" width="11px" height="11px" >
<img src="img/title2.png" width="11px" height="11px" >
</div>
<div class="block1_3">
<span class="font2" >平面.吉祥物</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">10</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">2</span>
</div>
<div class="block1_4">
<img src="img/head1.png" width="25px" height="25px" >
<a href="#" >小芝麻77</a>
<span class="font3">20分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background2.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">2019字体设计年度总结</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >字画-字体/字形</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">121</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">8</span>
</div>
<div class="block1_4">
<img src="img/head2.png" width="25px" height="25px" >
<a href="#" >年小多</a>
<span class="font3" >25分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background3.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">品牌设计[文通冰室|好彩好...</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">1032</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">18</span>
</div>
<div class="block1_4">
<img src="img/head3.png" width="25px" height="25px" >
<a href="#" >Doodgrapy</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background4.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">ssco 2018-2019logo设计合集</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">209</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">3</span>
</div>
<div class="block1_4">
<img src="img/head4.png" width="25px" height="25px" >
<a href="#" >SSCO</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background5.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">双十一盛典攻略视频</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >三维-场景</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">153</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">4</span>
</div>
<div class="block1_4">
<img src="img/head5.png" width="25px" height="25px" >
<a href="#" >契会1</a>
<span class="font3" >1小时前</span>
</div>
</li>
</ul>
</div>
<div class="middle">
<ul>
<li class="block1">
<div class="block1_1">
<img src="img/background1.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">Midea Family Q版形象设计</a>
<img src="img/title1.png" width="11px" height="11px" >
<img src="img/title2.png" width="11px" height="11px" >
</div>
<div class="block1_3">
<span class="font2" >平面.吉祥物</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">10</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">2</span>
</div>
<div class="block1_4">
<img src="img/head1.png" width="25px" height="25px" >
<a href="#" >小芝麻77</a>
<span class="font3">20分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background2.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">2019字体设计年度总结</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >字画-字体/字形</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">121</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">8</span>
</div>
<div class="block1_4">
<img src="img/head2.png" width="25px" height="25px" >
<a href="#" >年小多</a>
<span class="font3" >25分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background3.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">品牌设计[文通冰室|好彩好...</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">1032</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">18</span>
</div>
<div class="block1_4">
<img src="img/head3.png" width="25px" height="25px" >
<a href="#" >Doodgrapy</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background4.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">ssco 2018-2019logo设计合集</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">209</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">3</span>
</div>
<div class="block1_4">
<img src="img/head4.png" width="25px" height="25px" >
<a href="#" >SSCO</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background5.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">双十一盛典攻略视频</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >三维-场景</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">153</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">4</span>
</div>
<div class="block1_4">
<img src="img/head5.png" width="25px" height="25px" >
<a href="#" >契会1</a>
<span class="font3" >1小时前</span>
</div>
</li>
</ul>
</div>
<div class="middle">
<ul>
<li class="block1">
<div class="block1_1">
<img src="img/background1.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">Midea Family Q版形象设计</a>
<img src="img/title1.png" width="11px" height="11px" >
<img src="img/title2.png" width="11px" height="11px" >
</div>
<div class="block1_3">
<span class="font2" >平面.吉祥物</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">10</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">2</span>
</div>
<div class="block1_4">
<img src="img/head1.png" width="25px" height="25px" >
<a href="#" >小芝麻77</a>
<span class="font3">20分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background2.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">2019字体设计年度总结</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >字画-字体/字形</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">121</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">8</span>
</div>
<div class="block1_4">
<img src="img/head2.png" width="25px" height="25px" >
<a href="#" >年小多</a>
<span class="font3" >25分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background3.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">品牌设计[文通冰室|好彩好...</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">1032</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">18</span>
</div>
<div class="block1_4">
<img src="img/head3.png" width="25px" height="25px" >
<a href="#" >Doodgrapy</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background4.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">ssco 2018-2019logo设计合集</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">209</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">3</span>
</div>
<div class="block1_4">
<img src="img/head4.png" width="25px" height="25px" >
<a href="#" >SSCO</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background5.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">双十一盛典攻略视频</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >三维-场景</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">153</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">4</span>
</div>
<div class="block1_4">
<img src="img/head5.png" width="25px" height="25px" >
<a href="#" >契会1</a>
<span class="font3" >1小时前</span>
</div>
</li>
</ul>
</div>
<div class="middle">
<ul>
<li class="block1">
<div class="block1_1">
<img src="img/background1.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">Midea Family Q版形象设计</a>
<img src="img/title1.png" width="11px" height="11px" >
<img src="img/title2.png" width="11px" height="11px" >
</div>
<div class="block1_3">
<span class="font2" >平面.吉祥物</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">10</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">2</span>
</div>
<div class="block1_4">
<img src="img/head1.png" width="25px" height="25px" >
<a href="#" >小芝麻77</a>
<span class="font3">20分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background2.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">2019字体设计年度总结</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >字画-字体/字形</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">121</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">1</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">8</span>
</div>
<div class="block1_4">
<img src="img/head2.png" width="25px" height="25px" >
<a href="#" >年小多</a>
<span class="font3" >25分钟前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background3.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">品牌设计[文通冰室|好彩好...</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">1032</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">18</span>
</div>
<div class="block1_4">
<img src="img/head3.png" width="25px" height="25px" >
<a href="#" >Doodgrapy</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background4.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">ssco 2018-2019logo设计合集</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >平面-品牌</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">209</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">3</span>
</div>
<div class="block1_4">
<img src="img/head4.png" width="25px" height="25px" >
<a href="#" >SSCO</a>
<span class="font3" >1小时前</span>
</div>
</li>
<li class="block1">
<div class="block1_1">
<img src="img/background5.png" width="220PX" height="150">
</div>
<div class="block1_2">
<a href="#">双十一盛典攻略视频</a>
<img src="img/title2.png" width="10px" height="10px" >
</div>
<div class="block1_3">
<span class="font2" >三维-场景</span><br><br>
<img src="img/eye.png" width="15px" height="15px" ><span class="font2">153</span>
<img src="img/kuang.png" width="15px" height="15px" ><span class="font2">0</span>
<img src="img/qi.png" width="15px" height="15px" ><span class="font2">4</span>
</div>
<div class="block1_4">
<img src="img/head5.png" width="25px" height="25px" >
<a href="#" >契会1</a>
<span class="font3" >1小时前</span>
</div>
</li>
</ul>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu_chen_hou/zcool2.git
git@gitee.com:liu_chen_hou/zcool2.git
liu_chen_hou
zcool2
zcool2
master

搜索帮助