detail 레이아웃 작업 및 indicator추가 TButton BackKey props 추가

This commit is contained in:
고동영
2024-02-15 09:56:18 +09:00
parent a9c3c5a0ea
commit 64a18c7d77
18 changed files with 419 additions and 14 deletions

View File

@@ -15,4 +15,18 @@
font-size: 42px;
margin-left: 61px;
}
}
.button {
.size(@w: 60px, @h: 60px);
background-size: cover;
background-position: center;
background-image: url('../../../assets/button/60x60/btn-60-bk-back-nor@3x.png');
border: none;
margin-right: -49px;
}