wangliang_wd

feat:调整人民号主页UI,调整搜索人民号头像展示

... ... @@ -78,7 +78,9 @@ struct PeopleShipHomePage {
///1-this.topOpacity 联动上滑
.height(this.topOpacity>1?0:120*(1-this.topOpacity))
.objectFit(ImageFit.Cover)
}
Stack({ alignContent: Alignment.Top }){
Row()
.height(px2vp(this.topSafeHeight))
.width("100%")
... ...
... ... @@ -66,7 +66,7 @@ export struct PeopleShipHomePageTopComponent {
.layoutWeight(1)
.margin({
left: '12vp',
bottom: '10vp',
bottom: '20vp',
right: '12vp'
})
}
... ...
... ... @@ -23,12 +23,15 @@ export struct SearchCreatorComponent{
.alt($r('app.media.icon_default_head_mater'))
.height('92lpx')
.margin({bottom:'15lpx'})
.borderWidth(1)
.borderColor('#EDEDED')
.borderRadius(50)
Row(){
Image(this.item.authIcon)
.width('32lpx')
.height('32lpx')
.objectFit(ImageFit.Cover)
.margin({bottom:5})
}.width('92lpx')
.justifyContent(FlexAlign.End)
}.width('92lpx')
... ...