-7

css を「テキスト」と「パスワード」に一緒に適用する方法。

4

1 に答える 1

2
input[type="text"] , input[type="password"] {
    /*css code*/   
}
于 2012-07-04T04:54:10.507 に答える