将相同的样式应用于不同类的相同类型的元素

时间:2015-03-18 19:32:36

标签: css asp.net web-applications

.class_a {
background-color:lightblue; 
}

.class_b {
background-color: antiquewhite; 
}

我们如何将以下3行合并为一行?感谢。

.class_a input[type=text] {width:70px;}
.class_b input[type=text] {width:70px;}
.class_c input[type=text] {width:70px;}

0 个答案:

没有答案