var style = document.createElement('style')
    style.type = 'text/css'
    style.appendChild(document.createTextNode('input[type="checkbox"]:checked {\n' +
      '  /* background-position: -48px 0; */\n' +
      '  background: url(' + require('../../assets/select.png') + ') no-repeat center;\n' +
      '  background-size: contain;\n' +
      '}'))
    var head = document.getElementsByTagName('head')[0]
    head.appendChild(style)

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐