<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
body{
background: skyblue;
}
.box{
width: 800px;
margin: 0 auto;
text-align: center;
}
.box h2{
height: 60px;
line-height: 60px;
}
.box hr{
margin: 20px 0;
}
.box input[type="number"]{
width: 240px;
height: 28px;
margin: 0 10px;
}
.box input[type="button"]{
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
*{
margin: 0;
padding: 0;
}
body{
background: skyblue;
}
.box{
width: 800px;
margin: 0 auto;
text-align: center;
}
.box h2{
height: 60px;
line-height: 60px;
}
.box hr{
margin: 20px 0;
}
.box input[type="number"]{
width: 240px;
height: 28px;
margin: 0 10px;
}
.box input[type="button"]{