问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug Android Android HUAWEI-VKYAL00 6.7.3
- 当前 Bug 的表现(可附上截图)
- 预期表现
background-color: #3333339d; Android支持带有透明度的背景色
- 复现路径
- 提供一个最简复现 Demo
1111111
2222222
.tips-container {
position: absolute;
top: 10%;
left: 0%;
background-color: #3333339d;
padding: 20rpx 40rpx;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 55%;
border-radius: 50rpx;
font-size: 30rpx;
color: white;
}
.tips-des {
background: #3333339d;
color: saddlebrown;
}
微信小程序开发问题解答
微信小程序开发者回答:
试过很多Android机子,都有这个问题,你试下有没有
微信小程序开发者回答:
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
微信小程序开发者回答:
wechatide://minicode/FsLlNImB7435
微信小程序开发者回答:
设置为rgba试试?
本文网址:http://www.91bianli.com/weixinxiaochengxu/36843.html