设置全局font-family之后,text框变小
设置全局font-family之后
HTML{
font-family: MS Pゴシック;
}
text框变小了,请问这个应该怎么办?
------解决方案--------------------
/* 全局样式 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-size:12px; margin-top:5px;font-family:"SimSun","Arial Narrow";}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
这样就不会设置到 input 大小了