我正在为我的内部网编写一个登录页面。我的css有问题:选择框(选择用户名)在Safari 8.0上无法正常呈现(它有光泽,它不应该是。有关详细信息,请参见屏幕截图)和密码表单在iOS 8上的Mobile Safari上存在大小问题。
CSS:
#login #container form {
width: 10rem;
margin: 2rem auto auto auto;
color: #2C2C2C;
}
#login #container form select {
width: inherit;
border: 0;
background-color: #171717;
color: inherit;
}
#login #container form input {
width: inherit;
margin: 0.75rem auto auto auto;
border: 0;
background-color: #171717;
text-align: center;
color: inherit;
}