recherche

Maison  >  Questions et réponses  >  le corps du texte

html - hotcss.js 使用过程中 border:.02133rem solid #000;在安卓不显示,iphone正常

项目开发使用了hotcss,所以页面已rem未单位

<p class="sss"></p>
<style>
    .sss{  
        width:10rem;
        height: 10rem;
        border:.02133rem solid #000;  /*此rem是由px2rem(1)hotcss转化后得到,尽量不修改*/
    }
</style>

以上代码,在安卓下面边框不显示,iphone正常显示,这个问题要怎么处理?

PHP中文网PHP中文网2771 Il y a quelques jours712

répondre à tous(1)je répondrai

  • 天蓬老师

    天蓬老师2017-04-17 17:28:10

    1px 请不要使用px2rem转换。

    répondre
    0
  • Annulerrépondre