代码拉取完成,页面将自动刷新
同步操作将从 Nico.Sun/打字练习小游戏 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
html,body{
width: 100%;
height: 100%;
overflow: hidden;
background-color: #f5f5f5;
}
.circle{
position: fixed;
border-radius: 50%;
text-align: center;
color: white;
}
.anime1{
animation: appear 0.5s linear forwards;
}
.anime2{
animation: disappear 0.5s linear forwards;
}
.info{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 0 20px;
}
#score_box{
font-size: 24px;
}
#time_box{
font-size: 24px;
}
.cover{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #f5f5f5;
text-align: center;
z-index: 10;
padding: 100px 200px;
box-sizing: border-box;
}
.game_info{
font-size: 20px;
}
.btn_box{
width: 200px;
margin: 10px auto;
display: flex;
flex-direction: column;
text-align: center;
}
.difficult{
width: 120px;
height: 40px;
border: none;
border-radius: 20px;
background-color: #66ccff;
color: white;
font-size: 22px;
margin: 10px auto;
cursor: pointer;
}
.ready{
width: 300px;
height: 300px;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
background-color: #dddddd;
color: white;
font-size: 150px;
font-family: "黑体";
text-align: center;
line-height: 300px;
border-radius: 50%;
z-index: 9;
}
.countdown{
width: 300px;
height: 300px;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 150px);
background-color: #dddddd;
color: white;
font-size: 250px;
font-family: "黑体";
text-align: center;
line-height: 300px;
border-radius: 50%;
}
.index1{
z-index: 8;
}
.index2{
z-index: 7;
}
.index3{
z-index: 6;
}
.index4{
font-size: 150px;
z-index: 5;
}
@keyframes disappear {
0%{
transform: scale(1);
opacity: 0.9;
}
10%{
transform: scale(1.2);
opacity: 0.9;
}
25%{
transform: scale(1);
opacity: 0.9;
}
60%{
transform: scale(0.5);
opacity: 0.6;
}
100%{
transform: scale(0);
opacity: 0;
}
}
@keyframes appear {
0%{
transform: scale(0);
opacity: 0;
}
40%{
transform: scale(0.5);
opacity: 0.6;
}
75%{
transform: scale(1);
opacity: 0.9;
}
90%{
transform: scale(1.2);
opacity: 0.9;
}
100%{
transform: scale(1);
opacity: 0.9;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。