js实现显示隐藏输入的密码

        .box {
            position: relative;
            width: 400px;
            border-bottom: 1px solid #ccc;
            margin: 100px auto;
        }

            .box input {
                width: 370px;
                height: 30px;
                border: 0;
                outline: none;
            }

            .box img {
                position: absolute;
                top: 2px;
                right: 2px;
                width: 24px;
            }


       
       
   

   

你可能感兴趣的:(前端,html,javascript)