admin 管理员组

文章数量: 1184232


2024年1月10日发(作者:metainf文件夹)

input[type="password"] { background-image:url(); }

input[type="submit"] {

color:white; }

input[type="reset"] {

color:white; }

input[type="radio"] { /*In FF,Some radio style like background-color not been supported*/ margin:10px; }

input[type="checkbox"] { /*In FF,Some checkbox style like background-color not been supported*/ margin:10px; }

input[type="button"] {

}

This is submit button:
This is reset button:
This is radio:
This is checkbox:
This is normal button:
代码: