This commit is contained in:
田梓萱 2021-12-24 21:16:46 +08:00
parent 66ed8a2bc7
commit 120a2b3141
4 changed files with 56 additions and 52 deletions

View File

@ -5,13 +5,13 @@ apply plugin: 'com.huawei.ohos.app'
ohos { ohos {
signingConfigs { signingConfigs {
debug { debug {
storeFile file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.p12') storeFile file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.p12')
storePassword '00000018DD9439DF3A05ECAD0575EFDD00A6D4C321C19ADA324DC74615798DBD1AA11AC134A63B38' storePassword '000000188550E520D1D35E8FA4F11D913FBD84D3F631AB50FAD45494E67F834DC8EBADEC664EB7BF'
keyAlias = 'debugKey' keyAlias = 'debugKey'
keyPassword '000000186497247FD778A61E93DDFC948BAE20D577AEDA2080FCE510D83DF6470EA3F375DABD28A7' keyPassword '000000183BB9640897FE212C7B0BBB75A795F44DC2B183C86F3420C3404261768A94E422D7582A45'
signAlg = 'SHA256withECDSA' signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.p7b') profile file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.p7b')
certpath file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.cer') certpath file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.cer')
} }
} }
compileSdkVersion 5 compileSdkVersion 5

View File

@ -4,13 +4,13 @@ apply plugin: 'com.huawei.ohos.decctest'
ohos { ohos {
signingConfigs { signingConfigs {
debug { debug {
storeFile file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.p12') storeFile file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.p12')
storePassword '00000018ABED8099CAAA6EC570D4E456ABF55BBB47D8D1BE27C2F7E7A55EB2A5D81A3ECD28278B1C' storePassword '0000001856EA9B72DCD12C677995573A97D0C716FC9BB7125E89E37CF6A53AAF1671950486A02D87'
keyAlias = 'debugKey' keyAlias = 'debugKey'
keyPassword '000000182BFA80CB83594170D6A068FA249C80099F9B45A3650D15571AC7AA6789CBEA5CAAEEDF58' keyPassword '0000001864EF071721F6AA68EE1B417DC789469C2CD5E46B0BBF6CA9B91450990764CAC390EE3A7C'
signAlg = 'SHA256withECDSA' signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.p7b') profile file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.p7b')
certpath file('C:\\Users\\honor\\.ohos\\config\\auto_debug_myapplication_56657123.cer') certpath file('C:\\Users\\lenovo\\.ohos\\config\\auto_debug_myapplication_56657123.cer')
} }
} }
compileSdkVersion 7 compileSdkVersion 7

View File

@ -1,67 +1,71 @@
.container{ .container{
width: 227px; width: 100%;
height: 227px; height: 100%;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.score{ .score{
text-align: center; text-align: center;
width: 70px; width: 30.5%;
height: 17px; height: 7.4%;
letter-spacing: 0px; letter-spacing: 0px;
font-size: 11.5px; font-size: 11.5px;
margin-top: 1px; margin-top: 0.5%;
margin-bottom:3px; margin-bottom:1%;
color: #eb0bc7f6; color: #eb0bc7f6;
} }
.best{ .best{
text-align: center; text-align: center;
width: 60px; width: 26%;
height: 17px; height: 7.4%;
font-size: 12.5px; font-size: 12.5px;
letter-spacing: 0px; letter-spacing: 0px;
margin-top: 8.3px; margin-top: 3.6%;
color: #64f6f3; color: #64f6f3;
} }
.tile-wrap{ .tile-wrap{
width: 150px; width: 75%;
height: 150px; height: 86.5%;
justify-content: center;
align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
.tile{ .tile{
width: 35px; width: 24.4%;
height: 35px; height: 24.4%;
margin-top: 2px; margin-top: 0.5%;
margin-left: 2px; margin-left: 0.5%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.btn{ .btn{
width: 61.5px; width: 26.7%;
height: 20.5px; height: 9%;
background-color: #155ddc; background-color: #155ddc;
margin-top: 5px; margin-top: 2%;
margin-bottom:10%;
font-size: 13px; font-size: 13px;
margin-bottom: 3px;
} }
.text{ .text{
font-size: 13px; font-size: 13px;
color: #000000; color: #000000;
} }
.stack{ .stack{
width: 150px; width: 75%;
height: 150px; height: 86.5%;
justify-content: center;
align-items: center;
} }
.subcontainer{ .subcontainer{
width: 150px; width: 75%;
height: 150px; height: 86.5%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background-color: black; background-color: black;
} }
.gameover{ .gameover{
font-size: 30px; font-size: 32px;
color: #FF7500; color: #FF7500;
} }

View File

@ -1,42 +1,42 @@
.container{ .container{
width: 227px; width: 100%;
height: 227px; height: 100%;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.title { .title {
text-align: center; text-align: center;
width: 140px; width: 62%;
height: 62px; height: 22%;
letter-spacing: 0px; letter-spacing: 0px;
font-size: 19px; font-size: 19px;
margin-top: 40px; margin-top: 20%;
margin-bottom:3px; margin-bottom:2%;
color: #eb0750cb; color: #eb0750cb;
} }
.title1 { .title1 {
text-align: center; text-align: center;
width: 180px; width: 78%;
height: 150px; height: 65%;
font-size: 15.5px; font-size: 15.5px;
margin-top: 5px; margin-top: 2%;
margin-bottom:5px; margin-bottom:1%;
color: #eb0597bb; color: #eb0597bb;
} }
.btn{ .btn{
width: 65.5px; width: 28.5%;
height: 35.5px; height: 15.5%;
background-color: #155ddc; background-color: #155ddc;
margin-top: 5px; margin-top: 20%;
font-size: 13px; font-size: 13px;
margin-bottom: 3px; margin-bottom: 15%;
} }
.btn1{ .btn1{
width: 65.5px; width: 28.5%;
height: 35.5px; height: 15.5%;
background-color: #155ddc; background-color: #155ddc;
margin-top: 5px; margin-top: 15%;
font-size: 13px; font-size: 13px;
margin-bottom: 5px; margin-bottom: 35%;
} }