常用的新闻列表代码(ul/li布局方式)

时间,渐渐带走了年少轻狂,也慢慢沉淀了冷暖自知。成功的道路上,肯定会有失败;对于失败,我们要正确地看待和对待,不怕失败者,则必成功;怕失败者,则一无是处,会更失败。
复制代码
代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
<!--
#items {
width:900px;
height:auto;
margin:0 auto;
padding:5px 0;
clear:both;
}
#items ul, #items li {
list-style:none;
}
#items li {
width:800px;
height: 28px;
text-align: right;
background-image: url(../images/icon_text.gif);
background-repeat: no-repeat;
background-position: 50px center;
padding-left: 0px;
line-height:28px;
color:#CCC;
border-bottom:dashed 1px #CCC;
}
#items li a {
float:left;
text-align:left;
line-height:28px;
color:#666;
text-decoration:none;
}
#items li a:hover {
color:#F00;
}
-->
</style>
</head>
<body>
<div id="items">
<ul>
<li><a rel="nofollow noopener noreferrer" href="#">新闻标题新闻标题新闻标题新题新闻标题新闻标新闻标新闻标题</a>2010-04-03</li>
<li><a rel="nofollow noopener noreferrer" href="#">新闻标题新闻标题闻闻标题新闻标新标新闻标题</a>2010-04-03</li>
<li><a rel="nofollow noopener noreferrer" href="#">新闻标题新闻标题新闻闻标题新闻标新新闻新闻标题</a>2010-04-03</li>
<li><a rel="nofollow noopener noreferrer" href="#">新闻标题新闻标题题新闻标标题新闻标新新闻标题新闻标题</a>2010-04-03</li>
<li><a rel="nofollow noopener noreferrer" href="#">新闻标题新闻标题新闻标题新标题新闻标新新闻题新闻标题</a>2010-04-03</li>
</ul>
</div>
</body>
</html>

到此这篇关于常用的新闻列表代码(ul/li布局方式)就介绍到这了。做人聪不聪明其实不重要,甚至情商不高也没关系,但一定得够大气。做人线条粗一点不是坏事,千万不要几句嘲讽就让你垂头丧气、一点打击就让你万念俱灰。人生永远是这个道理:在意的越多,遇到的麻烦就会越多。什么都不在乎的人,反倒一点麻烦都没有。更多相关常用的新闻列表代码(ul/li布局方式)内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

您可能有感兴趣的文章
修改UL和LI间隔的简单方法

ul li内容宽度的问题的如何解决方案

ul设置列表为一行2条的方法

ul li列表中显示文字强制不换行大于li宽度的文字自动隐藏

ul和li如何实现分两列(多列)布局显示