• 取消chrome浏览器下input和textarea的默认样式;html5默认input内容清除“×”按钮去除办法


    取消chrome浏览器下input和textarea的默认样式:

    outline:none;/*清空chrome中input的外边框*/

    html5默认input内容清除“×”按钮去除办法:

    input::-ms-clear {
        display: none;
    }
  • 相关阅读:
    百斯特
    C++
    转载
    转载+整理
    转载
    转载
    转载
    C++
    转载
    CodeForces
  • 原文地址:https://www.cnblogs.com/dige1993/p/5860883.html
Copyright © 2020-2023  润新知