<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>计算器</title>
<style type="text/css">
body{
font-size:12px;
font-family:Arial,Georgia, "Times New Roman", Times, serif;
color:#00F;
text-align:center;
background-color:#6F6;}
h6{
margin:0;
font-size:12px;}
#calculator{
width:240px;
height:auto;
overflow:hidden;
margin:10px auto;
border:#fff 1px solid;
padding-bottom:10px;
background-color:#9CF;}
#calculator div{
clear:both;}
#calculator ul{
padding:0;
margin:5px 14px;
border:#fff 1px solid;
height:auto;
overflow:hidden;}
#calculator li{
list-style:none;
float:left;
width:32px;
height:32px;
margin:5px;
display:inline;
line-height:32px;
font-size:14px;
background-color:#C36;}
#calculator li.tool{
background-color:#0FC;}
#calculator li:hover{
background-color:#993;
cursor:pointer;}
#calculator li:active{
background-color:#F00;
cursor:pointer;}
#calculator li.tool:active{
background-color:#906;
cursor:pointer;}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>计算器</title>
<style type="text/css">
body{
font-size:12px;
font-family:Arial,Georgia, "Times New Roman", Times, serif;
color:#00F;
text-align:center;
background-color:#6F6;}
h6{
margin:0;
font-size:12px;}
#calculator{
width:240px;
height:auto;
overflow:hidden;
margin:10px auto;
border:#fff 1px solid;
padding-bottom:10px;
background-color:#9CF;}
#calculator div{
clear:both;}
#calculator ul{
padding:0;
margin:5px 14px;
border:#fff 1px solid;
height:auto;
overflow:hidden;}
#calculator li{
list-style:none;
float:left;
width:32px;
height:32px;
margin:5px;
display:inline;
line-height:32px;
font-size:14px;
background-color:#C36;}
#calculator li.tool{
background-color:#0FC;}
#calculator li:hover{
background-color:#993;
cursor:pointer;}
#calculator li:active{
background-color:#F00;
cursor:pointer;}
#calculator li.tool:active{
background-color:#906;
cursor:pointer;}