Html
    Css
    Js

    
                        
#box {
	margin:50px auto;
	padding:2px;
	background-color:#ebebeb;
}
#title {
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
input[type="button"] {
	width:60px;
	height:45px;
	line-height:20px;
	text-align:center;
}
.num {
	border:0px;
	background-color:#fafafa;
}
.symbol {
	background-color:#f3f3f3;
	border:0px;
}
#zhi {
	height:40px;
	width:250px;
	text-align:right;
	border:0px;
	background-color:#ebebeb;
	font-size:30px;
	font-weight:bold;
}
#count {
	height:20px;
	width:250px;
	text-align:right;
	border:0px;
	background-color:#ebebeb;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

js逼真的计算器

新手可以拿这个练练手喔,挺不错的,也实用

0