chenjun3_wd

早晚报UI微调

... ... @@ -36,12 +36,14 @@ export struct topicInfoView {
.fontSize(16)
.fontColor($r('app.color.white'))
.maxLines(1)
.backgroundColor($r('app.color.color_99636363'))
.borderRadius(2)
Image($r('app.media.more'))
.height($r('app.float.top_arrow_size'))
.width(20)
}
.margin({ top: 10 })
.margin({ top: 10, left: 16, right: 16 })
// .backgroundColor(Color.Red)
.alignRules({
left: { anchor: "__container__", align: HorizontalAlign.Start },
... ...
... ... @@ -115,8 +115,10 @@
{
"name": "color_transparent",
"value": "#00000000"
},
{
"name": "color_99636363",
"value": "#99636363"
}
]
}
\ No newline at end of file
... ...