use*_*010 3 css css-selectors
如何为所有文本框添加css规则? 我知道 :
input{}
是所有的输入,但如果我特别想要type ="text"?
Qua*_*cal 11
使用属性选择器:
input[type="text"] { /* ... */ }
sbe*_*v01 6
input[type="text"] { color: orange; }
归档时间:
14 年 前
查看次数:
481 次
最近记录:
13 年,12 月 前