*{display:block; margin:0 auto; }为何会输出整个css的代码? 财富值9

2016-10-15 14:09发布

<html> <meta charset="UTF-8"> <head> <style> *{     display:block;      margin:0 auto; } body{          width:900px;     height:50px;     border:solid 4px green;   }     #d2{         width:100%;     height:auto; } #d21,#d22,#d23{     width:33%;     float:left;     border:1px solid red; } select,input{     width:150px;     height:auto; }     </style> </head> <body> <div id="d2">     <div id="d21">         <select id="id_select"  name="s1">             <option>==> please select <==</option>         </select>     </div>     <div id="d22">         <input  type="button" value="start" onclick="start()">     </div>     <div id="d23">         <input   type="button" value="stop" onclick="stop()">    </div> </div> </body> </html>  请看结果 

*{display:block; margin:0 auto; }为何会输出整个css的代码?

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
1条回答

看错了,暂时没看出什么问题。

一周热门 更多>