小程序view 设置背景图片无法显示,网络图片,整个view的背景
.page {
width: 100%;
height: 100%;
background: url(http://img.weiye.me/zcimgdir/album/file_597701fe8e3d9.png) no-repeat;
background-size: cover;
text-align: center;
font-size: 14px;
background-attachment: fixed;
}
<view class=“page”>
</view>
自适应的形式,无法明确知道手机的宽和高,不设置height:**rpx;就无法显示,有解决的方法吗