提示信息颜色改变:
input::-webkit-input-placeholder{
color:lightgreen;
}
输入框的焦点取消:
input{
/*设置输入框的内容缩进*/
padding-left: 10px;
/*设置输入框边框颜色*/
border:1px solid red;
/*取消输入框选中后的焦点框(不要焦点框)*/
outline:none;
color:green;
}
标签:padding web 颜色 log blog 选中 gpo out red
提示信息颜色改变:
input::-webkit-input-placeholder{
color:lightgreen;
}
输入框的焦点取消:
input{
/*设置输入框的内容缩进*/
padding-left: 10px;
/*设置输入框边框颜色*/
border:1px solid red;
/*取消输入框选中后的焦点框(不要焦点框)*/
outline:none;
color:green;
}
标签:padding web 颜色 log blog 选中 gpo out red
原文地址:http://www.cnblogs.com/shen9449/p/8097829.html