wuyanan

ref |> 更新启动页,启动广告页,登录页,关于页人民日报logo

... ... @@ -61,9 +61,9 @@ export struct AboutPageUI {
CustomTitleUI({titleName:'关于',percent:this.percent})
Image($r('app.media.setting_about_logo'))
.width(`${this.calcHeight(278)}lpx`)
.height(`${this.calcHeight(154)}lpx`)
.margin({ top: `${this.calcHeight2(173)}lpx`, bottom: `${this.calcHeight2(154)}lpx` })
.width(`${this.calcHeight(376)}lpx`)
.height(`${this.calcHeight(160)}lpx`)
.margin({ top: `${this.calcHeight2(180)}lpx`, bottom: `${this.calcHeight2(160)}lpx` })
.gesture(
TapGesture({ count: 2 })
.onAction((event: GestureEvent) => {
... ...
... ... @@ -151,7 +151,7 @@ struct LoginPage {
//注册内容
Column() {
Image($r("app.media.login_logo"))
.width(120)
.width(155)
.height(66)
.margin({ top: 78 + px2vp(this.topSafeHeight) })
.align(Alignment.Center)
... ...
... ... @@ -91,7 +91,7 @@ struct OneKeyLoginPage {
this.CloseRow()
Image($r("app.media.login_logo"))
.width(120)
.width(155)
.height(66)
.margin({ top: 34, bottom: 64})
.align(Alignment.Center)
... ...
... ... @@ -166,8 +166,8 @@ struct LaunchPage {
Stack({alignContent:Alignment.Bottom}){
Image($r('app.media.LaunchPage_logo'))
.width(150)
.height(72)
.width(188)
.height(80)
.objectFit(ImageFit.Auto)
.margin({
bottom:24
... ...