
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>计算器</title>
<style>
body{
padding-top: 80px;
}
#main{
width: 400px;
height: 600px;
margin: auto;
padding-top: 10px;
border-radius: 7px;
background-color: chocolate;
}
#show{
width: 380px;
height: 40px;
margin: 0 10px;
background-color: #ffdb05;
}
#show input{
width: 100%;
height: 100%;
font-size: 25px;
border-width: 0;
background-colo