<!DOCTYPE ><html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> new document </title> <meta name="generator" content="editplus" /> <meta name="author" content="" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <style type="text/css"> .d{ .s{ color:red; } } /*.d .s{ color:red; }*/ </style> </head> <body> <div id="" class="d"> <span class="s">hello !</span> </div> </body></html>
CSS没有嵌套的写法
CSS没有嵌套的写法
是less啊
这不是原生的css,是LESS的格式,要加载一个less.js编译器将 LESS 文件编译生成静态 CSS 文件,并在 HTML 文档中应用。
你可以看看这个
http://www.ibm.com/developerworks/cn/web/1207_zhaoch_lesscss/
是less啊
这不是原生的css,是LESS的格式,要加载一个less.js编译器将 LESS 文件编译生成静态 CSS 文件,并在 HTML 文档中应用。
你可以看看这个
http://www.ibm.com/developerworks/cn/web/1207_zhaoch_lesscss/