press-pix
Version:
42 lines • 832 B
text/less
.prompt-content{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.prompt-text1,.prompt-text2{
width: 4.56rem;
text-align: center;
font-size: .24rem;
color: #0C32A6;
font-family: GameFont;
}
.prompt-text{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 2.2rem;
}
.prompt-text2{
margin-top: .1rem;
}
.prompt-light{
color: #E7692B;
}
.btn-yellow{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 2.24rem;
height: .88rem;
font-family: 'Fonteditor';
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/btn-yellow.png);
background-size: 100%;
background-repeat: no-repeat;
}
.btn-yellow-text{
font-size: .28rem;
color: #010101;
}