1 body{ 2 background: #CCC; 3 } 4 input{ 5 200px; 6 height: 100px; 7 background: green; 8 }
1 body{ 2 background: blue; 3 } 4 input{ 5 100px; 6 height: 50px; 7 background: yellow; 8 }
在网页
1 body{ 2 background: #CCC; 3 } 4 input{ 5 200px; 6 height: 100px; 7 background: green; 8 }
1 body{ 2 background: blue; 3 } 4 input{ 5 100px; 6 height: 50px; 7 background: yellow; 8 }
在网页