.box {
width:300px;
text-align:center;
border:1px solid rebeccapurple;
margin:100px auto;
}
.time {
height:20px;
font-size:20px;
}
button {
width:80px;
height:30px;
cursor:pointer;
border-radius:20px;
}
.reset,.stop {
visibility:hidden;
border-radius:20px;
background-color:aqua;
}
.abc {
display:none;
}
更新时间:2022-12-04 23:37:19