wangliang_wd

feat:优化早晚报和电子报UI

... ... @@ -379,7 +379,7 @@ export struct MorningEveningPaperComponent {
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_audio_pause_svg") : $r("app.media.icon_audio_playing_svg"))
.width(20)
.height(20)
.margin({ left: 10 })// .alignSelf(ItemAlign.Center)
.margin({ left: this.currentStatus === PlayerConstants.STATUS_START ?6:9 })// .alignSelf(ItemAlign.Center)
.objectFit(ImageFit.Contain)
.onClick(() => {
console.log("TAG", "cj compInfoBean onClick1 = " + this.isAudioPlaying)
... ...
... ... @@ -194,8 +194,8 @@ export struct ENewspaperListDialog {
Column() {
if (positionItem.shortTitle) {
Text(positionItem.shortTitle)
.fontSize($r('app.float.font_size_17'))
.lineHeight(25)
.fontSize($r('app.float.font_size_14'))
.lineHeight(21)
.fontColor($r('app.color.color_222222'))
.fontWeight(600)// .maxLines(2)
.margin({
... ... @@ -205,9 +205,10 @@ export struct ENewspaperListDialog {
if (positionItem.title) {
Text(positionItem.title)
.fontSize($r('app.float.font_size_16'))
.fontSize($r('app.float.font_size_17'))
.fontColor($r('app.color.color_222222'))
.fontWeight(600)
.lineHeight(25)
.margin({
bottom: 8
})
... ...