为了账号安全,请及时绑定邮箱和手机立即绑定

/*请问此处 .topList em 与 .topList li em 有什么区别*/

<!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=gb2312" />
<title>3.10新闻中心制作评测题</title>
<style type="text/css">

/*在此定义相关CSS样式*/
*{
	margin:0px;
	padding:0px;
}
.topList{
    width:300px;
    height:180px;
    border:1px solid #E8E8E8;
	margin:0 auto;
	font-size:12px;
}
.topList li{
	list-style-type:none;
	padding:5px;
	line-height:16px;
}
/*请问此处  .topList em 与 .topList li em 有什么区别*/
.topList em{
	display:block;
	width:20px;
	height:16px;
	text-align:center;
	font-style:normal;
	color:#333;
	background:#CCC; 
	float:left;
	font-size: 13px;
}

.topList li a:link,.topList li a:visited{
	text-decoration:none;
	color:#000;
}
.topList li a:hover,.topList li a:active{
	text-decoration:none;
	color:#F00;
}
.top em{
    background: url(http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg) no-repeat;
    color: white;
}




</style>
</head>

<body>
    <div class="topList">
        <ul>
            <li class="top"><em>01</em>
           		 <p><a href="http://www.imooc.com/" >【慕客访谈用户篇】“有为屌丝”在路上</a></p>
            </li>
            <li class="top"><em>02</em>
           	      <p><a href="http://www.imooc.com/">【有奖活动】给父亲的三行书信</a></p>
            </li>
            <li class="top"><em>03</em>
          		  <p><a href="http://www.imooc.com/">《程序猿,请晒出你的童年》活动获奖公告</a></p>
            </li>
            <li><em>04</em>
          		  <p><a href="http://www.imooc.com/">【慕课访谈】破茧成蝶——美女程序员的蜕变史</a></p>
            </li>
            <li><em>05</em>
            		<p><a href="http://www.imooc.com/">【获奖公告】追“球”巅峰,争当“预言帝”</a></p>
            </li>
            <li><em>06</em>
            		<p><a href="http://www.imooc.com/">【问卷调查】慕课网用户学习情况大调查</a></p>
            </li>
        </ul>
    </div>
</body>
</html>


正在回答

1 回答

/*请问此处  .topList em 与 .topList li em 有什么区别*/

这个在你的页面上的区别就是权重了,后面的一个权重要大于前面的一个



0 回复 有任何疑惑可以回复我~
#1

强力胶 提问者

非常感谢!
2015-12-02 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

/*请问此处 .topList em 与 .topList li em 有什么区别*/

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信