wuyanan

ref |> 调整横屏直播底部播放控制层背景渐变

@@ -363,7 +363,7 @@ export struct PlayUIComponent { @@ -363,7 +363,7 @@ export struct PlayUIComponent {
363 363
364 } 364 }
365 .alignItems(VerticalAlign.Center) 365 .alignItems(VerticalAlign.Center)
366 - .linearGradient({ angle: 0, colors: [['#99000000', 0], ['#00000000', 1]] }) 366 + .linearGradient({ angle: 0, colors: [['#80000000', 0],['#50000000', 0.5] ,['#00000000', 1]] })
367 .width('100%') 367 .width('100%')
368 .padding({ 368 .padding({
369 left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', 369 left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp',