yangchenggong1_wd

fix |> 20476 图文详情页,视频播放完成后的重播按钮,不应半透明

@@ -315,8 +315,7 @@ export struct WdWebLocalComponent { @@ -315,8 +315,7 @@ export struct WdWebLocalComponent {
315 315
316 Text('重播').fontColor(Color.White).fontSize(14) 316 Text('重播').fontColor(Color.White).fontSize(14)
317 } 317 }
318 - .backgroundColor(Color.Black)  
319 - .opacity(0.5) 318 + .backgroundColor("#80000000")
320 .justifyContent(FlexAlign.Center) 319 .justifyContent(FlexAlign.Center)
321 .width(this.positionWidth) 320 .width(this.positionWidth)
322 .height(this.positionHeight) 321 .height(this.positionHeight)