* {
margin:0;
}
#main {
width:60%;
min-width:500px;
position:relative;
left:calc(50% - 30%);
text-align:center;
}
.main_Car {
width:200px;
height:250px;
border:1px solid rgba(225,0,255,0.082);
margin:0 auto;
margin-top:20px;
}
.main_Car>div:first-child {
position:absolute;
width:200px;
top:calc(50% - 46px);
}
#text {
font-size:40px;
font-weight:bold;
}
.loadSty {
position:relative;
top:calc(100% - 2px);
height:2px;
width:100%;
background-color:chartreuse;
}
更新时间:2020-07-16 00:37:38
最近学习音标,没有一个展示音标然后进行速记的程序,所以想着自己来写一个,
后续还会更新比如拼写,选择题打分,
纯javascriptt代码,有注释,简易看懂,涉及到异步编程的基本概念,通俗易懂