* { margin:0; padding:0; } .box { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; } .box .times>span { font-size:16px; } .start { border:none; outline:none; font-size:16px; padding:4px 10px; border-radius:6px; background:greenyellow; } .end { border:none; outline:none; font-size:16px; padding:4px 10px; border-radius:6px; background:orangered; } .reset { border:none; outline:none; font-size:16px; padding:4px 10px; border-radius:6px; background:skyblue; } .times { width:100%; text-align:center; padding:10px 0; display:flex; justify-content:center; align-items:center; } .con { display:flex; justify-content:space-around; width:100%; }
更新时间:2019-11-27 09:41:16
更新说明:当点两次'开始'的时候,停止不管用bug修复
更新时间:2019-11-26 14:17:55