wuyanan

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

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