|
@@ -93,12 +93,12 @@ export struct FindAlbumDetail {
|
|
|
@Builder
|
|
@Builder
|
|
|
private buildHeroTag(text: string) {
|
|
private buildHeroTag(text: string) {
|
|
|
Text(text)
|
|
Text(text)
|
|
|
- .fontSize(11)
|
|
|
|
|
- .fontWeight(FontWeight.Medium)
|
|
|
|
|
|
|
+ .fontSize(15)
|
|
|
|
|
+ .fontWeight(FontWeight.Bold)
|
|
|
.fontColor('#F8FFFFFF')
|
|
.fontColor('#F8FFFFFF')
|
|
|
.padding({ left: 10, right: 10, top: 6, bottom: 6 })
|
|
.padding({ left: 10, right: 10, top: 6, bottom: 6 })
|
|
|
.backgroundColor('#24FFFFFF')
|
|
.backgroundColor('#24FFFFFF')
|
|
|
- .borderRadius(999)
|
|
|
|
|
|
|
+ .borderRadius(100)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Builder
|
|
@Builder
|
|
@@ -175,7 +175,7 @@ export struct FindAlbumDetail {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
.width(132)
|
|
.width(132)
|
|
|
- .height(48).clickEffect({ level: ClickEffectLevel.MIDDLE, scale: 0.96 })
|
|
|
|
|
|
|
+ .height(48).clickEffect({ level: ClickEffectLevel.MIDDLE, scale: 0.9 })
|
|
|
.border({ width: 1, color: '#30FFFFFF', radius: 20 })
|
|
.border({ width: 1, color: '#30FFFFFF', radius: 20 })
|
|
|
.onClick(() => {
|
|
.onClick(() => {
|
|
|
this.onRandomPlay()
|
|
this.onRandomPlay()
|
|
@@ -187,7 +187,7 @@ export struct FindAlbumDetail {
|
|
|
|
|
|
|
|
@Builder
|
|
@Builder
|
|
|
private buildHeroHeader() {
|
|
private buildHeroHeader() {
|
|
|
- Stack({ alignContent: Alignment.BottomEnd }) {
|
|
|
|
|
|
|
+ Stack({ alignContent: Alignment.Bottom }) {
|
|
|
Image(this.getAlbumCover())
|
|
Image(this.getAlbumCover())
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
.height(320)
|
|
.height(320)
|
|
@@ -198,7 +198,7 @@ export struct FindAlbumDetail {
|
|
|
|
|
|
|
|
Column({ space: 14 }) {
|
|
Column({ space: 14 }) {
|
|
|
Text(this.albumTitle)
|
|
Text(this.albumTitle)
|
|
|
- .fontSize(26)
|
|
|
|
|
|
|
+ .fontSize(22)
|
|
|
.fontWeight(FontWeight.Bold)
|
|
.fontWeight(FontWeight.Bold)
|
|
|
.textAlign(TextAlign.Center)
|
|
.textAlign(TextAlign.Center)
|
|
|
.fontColor('#FFFFFFFF')
|
|
.fontColor('#FFFFFFFF')
|
|
@@ -225,6 +225,7 @@ export struct FindAlbumDetail {
|
|
|
}
|
|
}
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
.height(320)
|
|
.height(320)
|
|
|
|
|
+ .justifyContent(FlexAlign.End)
|
|
|
.padding({ left: 18, right: 18, top: this.topSafeHeight + 8, bottom: 26 })
|
|
.padding({ left: 18, right: 18, top: this.topSafeHeight + 8, bottom: 26 })
|
|
|
}
|
|
}
|
|
|
.width('100%')
|
|
.width('100%')
|