This commit is contained in:
TxZgX
2021-12-26 19:00:38 +08:00
parent c15750f0a3
commit d5b472614b
187 changed files with 2989 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
.container{
width: 227px;
height: 227px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.score{
text-align: center;
width: 70px;
height: 17px;
letter-spacing: 0px;
font-size: 11px;
margin-top: 1.8px;
margin-bottom:3px;
}
.best{
text-align: center;
width: 60px;
height: 17px;
font-size: 12px;
letter-spacing: 0px;
margin-top: 8.5px;
}
.tile-wrap{
width: 150px;
height: 150px;
flex-wrap: wrap;
background-color: #FFFFFF;
}
.tile{
width: 35px;
height: 35px;
margin-top: 2px;
margin-left: 2px;
justify-content: center;
align-items: center;
}
.btn{
width: 61.5px;
height: 20.5px;
background-color: #155ddc;
margin-top: 5px;
font-size: 13px;
margin-bottom: 3px;
}
.text{
font-size: 13px;
color: #000000;
}
.stack{
width: 150px;
height: 150px;
}
.subcontainer{
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
background-color: transparent;
}
.gameover{
font-size: 20px;
color: #FF7500;
}

View File

@@ -0,0 +1,65 @@
.container{
width: 227px;
height: 227px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.score{
text-align: center;
width: 70px;
height: 17px;
letter-spacing: 0px;
font-size: 11px;
margin-top: 1.8px;
margin-bottom:3px;
}
.best{
text-align: center;
width: 60px;
height: 17px;
font-size: 12px;
letter-spacing: 0px;
margin-top: 8.5px;
}
.tile-wrap{
width: 150px;
height: 150px;
flex-wrap: wrap;
background-color: #FFFFFF;
}
.tile{
width: 35px;
height: 35px;
margin-top: 2px;
margin-left: 2px;
justify-content: center;
align-items: center;
}
.btn{
width: 61.5px;
height: 20.5px;
background-color: #155ddc;
margin-top: 5px;
font-size: 13px;
margin-bottom: 3px;
}
.text{
font-size: 13px;
color: #000000;
}
.stack{
width: 150px;
height: 150px;
}
.subcontainer{
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
background-color: transparent;
}
.gameover{
font-size: 20px;
color: #FF7500;
}