微信小程序怎么设置成这样的背景,文字浮在图片上面,然后背景很清楚不模糊。
2条回答 默认 最新
- 你好!机器人 2021-12-19 11:41关注
<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>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用