属性选择器在为不带有 class 或 id 的表单
导读:配置表单的名目 属性决议器在为不带有 class 或 id 的表单设置装备摆设名堂时额外有用: input[type="text"] { width:150px; display:block; margin-bottom...
配置表单的名目
属性决议器在为不带有 class 或 id 的表单设置装备摆设名堂时额外有用:
input[type="text"] { width:150px; display:block; margin-bottom:10px; background-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/668535.html