解决代码如下:
VUE-页面:
<template>
<view :class="'content ' + Skin">
<image class="img_background"></image>
CSS-样式:
.img_background{
z-index: -1;
width: 100%;
height: 100%;
position: fixed;
top: 0;
background-color: #1e2c35; // 其它颜色
// 背景图片
/* background: url('http://m.360buyimg.com/marketingminiapp/jfs/t23068/25/834363295/3013355/77286696/5b459faaN3f3bc27f.png') no-repeat; */
/* background-size: cover; */
}
修改前后对照(看附件):