您的位置:首页 > Web前端 > JavaScript

js当月水电气简单计算器

2018-10-12 13:52 381 查看
body{
font-size:12px;
text-align: center;
}
td{font-size:12px;
}
.outtab
{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}
#main
{
border: 1px solid #CCCCCC;
width:600px;
height:200px;
text-align: left;
padding: 10px;
}

  • 水:起度 止度 单价 附加
  • 电:起度 止度 单价 附加
  • 气:起度 止度 单价 附加
  • 说明:输入各项后,在页面任意空白处点击鼠标,页面自动计算一次结果!
名称 起度(吨/度/方) 止度(吨/度/方) 数量(吨/度/方) 单价(元) 附加金额(元) 总金额(元)
           
           
           
合计(元)  

您可能感兴趣的文章:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: