王士厅

fix: 兴趣选择卡ui修改

... ... @@ -132,15 +132,18 @@ export struct ZhSingleColumn09 {
.width('100%')
.height('100%')
.borderRadius(3)
Row(){}
.width('100%')
.height('100%')
.backgroundColor('rgba(0, 0, 0, 1)')
.opacity(0.4)
.borderRadius(3)
Text(item.newsTitle)
.width('100%')
.height('100%')
.fontSize(14)
.textAlign(TextAlign.Center)
.fontColor(0xffffff)
.backgroundColor('rgba(0, 0, 0, 1)')
.opacity(0.4)
.borderRadius(3)
Image($r('app.media.icon_selected'))
.width(14)
.height(14)
... ...