该部分计算器设置借鉴于网络 本人对部分代码进行修改优化 仅供参考
body{
background:#CDC673;
}
.open{
margin-top: 50px;
}
#show input{
width:511px;
height:60px;
text-align:right;
font-size:30px;
background-color: #fff;
border:1px solid black;
}
input[type="button"]{
width: 100px;
height: 70px;
font-size: 28px;
}
/*设置鼠标悬浮在按钮上的背景色*/
input[type="button"]:hover{
background: lightgray;
}