25 lines
371 B
Plaintext
25 lines
371 B
Plaintext
.container{
|
|
font-family: "microsoft yahei"
|
|
}
|
|
.text{
|
|
color:white;
|
|
font-size:26rpx;
|
|
text-align: center;
|
|
padding-top:10vh;
|
|
}
|
|
.text text{
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 40rpx;
|
|
line-break: 40rpx;
|
|
}
|
|
.img{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.tip-btn{
|
|
width:80%;
|
|
margin-top:10vh;
|
|
} |