background-size:cover,在手机uc和edge里面无效,但是在小米自带浏览器中有效

body{
background: url(/static/images/yingdi.png) no-repeat;

         background-attachment: fixed;
         background-size:cover;
         background-position: 50% 0px;

     }

在手机uc和edge里面图片会缩小,图片宽带为屏幕宽度,高为等比缩小的高度,下面为空白。

但是在小米自带浏览器中会占满屏幕

不要直接给body加,body里面再加个div,给这个div加背景