input点击焦点后阴影

        input[type=text]:focus {
            outline: none;
            border-color: rgba(82, 168, 236, 0.8);
            
            box-shadow:inset 0 1px 1px 0px skyblue,0 0 8px skyblue;
        }
posted on 2022-03-09 16:16  Steven_YF  阅读(48)  评论(0编辑  收藏  举报