cleey
望着那一丝海线,若隐若现。落日下的海霞,数不尽的美,看不完的醉
css >大于符号
让我来诠释一下关于 css的大于符号 >:
意义:作用于子标签;
举个例子来看看:

css:
div span{color:red;}

html:
<div>
<span>hello</span>
<span>niu</span>
<span>lang</span>
</div>


如果html代码为这样:
html:


hello


niu
lang

这样字体是全红的,如果你想第一个标签字体颜色不变颜色,那么css为这样:
div > span{color:red;}

这样的话,标签内的字体颜色就不是红色了,‘>’ 是作用于子标签,如果不写就是,儿子,孙子标签都会受到影响;
<< 上一篇 Mysql:You can't specify target table 'c_software' for update in FROM clause js跨域问题,jsonp 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |