为不带有 class 或 id 的表单设置样式
导读:设置表单的技俩 属性决意器在为不带有 class 或 id 的表单设置技俩时分外有效: input[type="text"] { width:150px; display:block; margin-bottom:10p...
设置表单的技俩
属性决意器在为不带有 class 或 id 的表单设置技俩时分外有效:
input[type="text"]
{
width:150px;
display:block;
margin-bottom:10px;
bac千克round-color:yellow;
font-family: Verdana, Arial;
}
input[type="button"]
{
width:120px;
margin-left:35px;
display:block;
font-family: Verdana, Arial;
}
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: 为不带有 class 或 id 的表单设置样式
本文地址: https://pptw.com/jishu/665296.html
