当input有焦点时,使用伪类:Focus突出条目效果


.problem input:focus{
    border-style:solid;
    border-color: #f00;
	box-shadow: 0 0 10px #0f0;
}

 

你可能感兴趣的:(css)