@charset "UTF-8"; /* 哈哈哈哈 */ h1 { color: red; } h2 { width: 400px; height: 300px; color: purple !important; color: blue; border: 2px solid #f00; } ul li { color: red; font-size: 40px; font-weight: bold; } ul li:first-child { color: #0f0; } /* 声明: @function xx(形参) { @return 表达式; } 使用: 函数名(实参) */ .one { width: 600px; height: 300px; color: white; border: 2px solid #00f; }