运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<style>
div {height:50px;width:100%;}
</style>
<body>
<h1>可以为所有光源使用相同的值设置灰度</h1>
<div style="background-color:#000000"></div>
<div style="background-color:#404040"></div>
<div style="background-color:#808080"></div>
<div style="background-color:#c0c0c0"></div>
<h1 style="color:#000000">标题</h1>
<h1 style="color:#404040">标题</h1>
<h1 style="color:#808080">标题</h1>
<h1 style="color:#c0c0c0">标题</h1>
</body>
</html>
×

报个问题: