美文网首页
小技能点

小技能点

作者: ShineaSYR | 来源:发表于2019-11-11 23:15 被阅读0次

    1. Firefox的input兼容问题

    情况描述:type="number"时会出现上下小箭头
    解决办法

    input[type="number"] {
        -moz-appearance: textfield;
    }
    

    2. 图片的错误处理

    图片有问题时,可以对其添加onerror事件,更多说明→

    <img src="'一个错误的链接" onerror="this.src='https://bookcover.yuewen.com/qdbimg/349573/1012902516/180'" alt="picture">
    

    相关文章

      网友评论

          本文标题:小技能点

          本文链接:https://www.haomeiwen.com/subject/oxwtictx.html