Showing
1 changed file
with
7 additions
and
7 deletions
| @@ -268,8 +268,8 @@ struct MineHomePage { | @@ -268,8 +268,8 @@ struct MineHomePage { | ||
| 268 | .height('42lpx') | 268 | .height('42lpx') |
| 269 | .maxLines(1) | 269 | .maxLines(1) |
| 270 | .id("rightText") | 270 | .id("rightText") |
| 271 | - .fontSize('35lpx') | ||
| 272 | - .fontWeight('400lpx') | 271 | + .fontSize('31lpx') |
| 272 | + .fontWeight(400) | ||
| 273 | .fontColor($r('app.color.white') ) | 273 | .fontColor($r('app.color.white') ) |
| 274 | .lineHeight('42lpx') | 274 | .lineHeight('42lpx') |
| 275 | .alignRules({ | 275 | .alignRules({ |
| @@ -324,10 +324,10 @@ struct MineHomePage { | @@ -324,10 +324,10 @@ struct MineHomePage { | ||
| 324 | .height('42lpx') | 324 | .height('42lpx') |
| 325 | .maxLines(1) | 325 | .maxLines(1) |
| 326 | .id("title") | 326 | .id("title") |
| 327 | - .fontSize('35lpx') | ||
| 328 | - .fontWeight('400lpx') | 327 | + .fontSize('27lpx') |
| 328 | + .fontWeight(400) | ||
| 329 | .fontColor($r('app.color.color_222222')) | 329 | .fontColor($r('app.color.color_222222')) |
| 330 | - .lineHeight('42lpx') | 330 | + .lineHeight('31lpx') |
| 331 | .alignRules({ | 331 | .alignRules({ |
| 332 | center: { anchor: "__container__", align: VerticalAlign.Center }, | 332 | center: { anchor: "__container__", align: VerticalAlign.Center }, |
| 333 | left: { anchor: "head_icon", align: HorizontalAlign.End } | 333 | left: { anchor: "head_icon", align: HorizontalAlign.End } |
| @@ -338,8 +338,8 @@ struct MineHomePage { | @@ -338,8 +338,8 @@ struct MineHomePage { | ||
| 338 | .height('42lpx') | 338 | .height('42lpx') |
| 339 | .maxLines(1) | 339 | .maxLines(1) |
| 340 | .id("rightText") | 340 | .id("rightText") |
| 341 | - .fontSize('35lpx') | ||
| 342 | - .fontWeight('400lpx') | 341 | + .fontSize('31lpx') |
| 342 | + .fontWeight(400) | ||
| 343 | .fontColor($r('app.color.color_222222')) | 343 | .fontColor($r('app.color.color_222222')) |
| 344 | .lineHeight('42lpx') | 344 | .lineHeight('42lpx') |
| 345 | .alignRules({ | 345 | .alignRules({ |
-
Please register or login to post a comment