王士厅

fix: 早晚报详情中,语音播报动效,背景色看不清楚,特别是在白色图片上

... ... @@ -101,6 +101,7 @@ struct Index {
}
build() {
Column(){
Stack({ alignContent: Alignment.End }) {
Progress(
{
... ... @@ -115,7 +116,7 @@ struct Index {
.backgroundColor($r('app.color.white'))
.width("100%")
.height(3)
.margin({ top: 57 })
.margin({ top: 56 })
.visibility(this.isExpand ? Visibility.Visible : Visibility.Hidden)
Stack({ alignContent: Alignment.End }) {
Column() { //标题 时间 进度条
... ... @@ -166,7 +167,7 @@ struct Index {
left: 10,
right: 0
})
.width(243)
.width(247)
.height(60)
.justifyContent(FlexAlign.Start)
// .onClick(() => {
... ... @@ -255,6 +256,15 @@ struct Index {
)
)
.borderRadius(4)
.shadow({
radius: vp2px(5),
color: 'rgba(0, 0, 0, 0.10)',
offsetX: 0,
offsetY: 1
}) // 设
.backgroundColor(Color.White)
}
.padding(1)
}
}
\ No newline at end of file
... ...