收藏
回答

Android真机cover-view不能设置透明度背景色

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android Android HUAWEI-VKYAL00 6.7.3

- 当前 Bug 的表现(可附上截图)




- 预期表现

 background-color: #3333339d;  Android支持带有透明度的背景色

- 复现路径







- 提供一个最简复现 Demo


<map></map>

<cover-view  class='tips-container'>

   <cover-view class='tips-des'>1111111</cover-view>

   <cover-view class='tips-des'>2222222</cover-view>

 </cover-view>



.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;

}












回答关注问题邀请回答
收藏

2 个回答

  • 2018-11-06

    试过很多Android机子,都有这个问题,你试下有没有

    2018-11-06
    有用
    回复
  • 是小白啊
    是小白啊
    2018-11-06

    提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2018-11-06
    有用
    回复 3
登录 后发表内容