SOURCE

console 命令行工具 X clear

                    
>
console
<input class="ljj-input"/>
.ljj-input{
    height: 30px;
    width: 250px;
     border-radius: 5px;
}

.ljj-input:focus{
    border-color: rgb(0 165 235);

    /* 画边框阴影,阴影的不透明度为20% */
    box-shadow: 0 0 0 2px rgb(0 165 235 / 20% );
    outline:0;
    border-radius: 5px;
}

.ljj-input:hover{
     border-color: rgb(0 165 235);
     border-radius: 5px;
}