JavaScript网页设计:制作计算器
计算器实现 加、减、乘、除以及 取余
代码如下:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>计算器</title>
<style>
#jsq{
width: 300px;
height: 460px;
margin: auto;
background-color: brown;
border: 1px solid brown;
border-radius: 23px; /*设置圆角边框属性*/
}
#txt{
width: 88%;
height: 80px;
margin: 15px 10px;/*复合属性:上右下左*/
border: 5px solid bisque;
background: brown;
border-radius: 15px; /*设置圆角边框属性*/
color: white;
}
input{
width: 56px;
height: 56px;
margin-top: 10px;
margin-left: 13px;
border-radius: 10px; /*设置圆角边框属性*/
background: bisque;
font-family: