0
点赞
收藏
分享

微信扫一扫

uni-app背景gif图(通过css消除背景色)


uni-app背景gif图(通过css消除背景色)_小程序

uni-app背景gif图(通过css消除背景色)_小程序_02

 

直接上代码

.bg-ware {
position: absolute;
left: 0;
bottom: -2rpx;
width: 100%;
mix-blend-mode: screen;
height: 120rpx;
}


举报

相关推荐

0 条评论