标签: 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;}