* {
padding:0;
margin:0;
}
ul,li {
list-style:none;
}
.big {
width:1000px;
height:500px;
border:1px solid black;
margin:0 auto;
}
.container {
width:800px;
height:200px;
margin:0 auto;
border:1px solid red;
padding-top:85px;
box-sizing:border-box;
}
.container>li {
float:left;
width:100px;
height:30px;
line-height:30px;
text-align:center;
border:1px solid blue;
box-sizing:border-box;
}
.container>li:nth-child(1) {
margin-left:150px;
}
.container>li:nth-child(6) {
border:0;
}
.pause {
width:60px;
outline:none;
display:none;
margin-left:28px;
margin-top:5px;
}
input {
outline:none;
width:100px;
}
.big>label:nth-child(1) {
margin-left:260px;
}
.button_1 {
width:60px;
outline:none;
}
.button_2 {
width:60px;
outline:none;
margin-left:20px;
margin-top:5px;
/*display:none;
*/
}
自己输入时间点击确定后点击开始就行了,因为没有写太多的样式,使用者可以按照自己的喜好添加和修改样式,使用之前请引入jquery文件