微信小程序怎么设置成这样的背景,文字浮在图片上面,然后背景很清楚不模糊。
<view class="model">test</view>
<style>
.model{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background:rgba(0,0,0,.5);//透明背景
color:#fff;
}
</style>
background: rgba(0, 0, 0, .1)