房贷计算器。在左侧输入数据,点击“开始计算”后,右侧右侧计算出结果后直接显示出来。

该博客展示了一个简单的房贷计算器,用户在左侧输入房屋面积和单价,点击计算后,右侧会实时显示计算结果。计算器功能目前仅限于根据面积和单价进行初步计算。
摘要由CSDN通过智能技术生成

这是代码:

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <script src="vue.js"></script>
<style>
#bian{
    width: 620px;
    margin: 0 auto 7px;
    height: 865px;
    background-color: rgb(179, 237, 255);
}    
#top{
    height: 86px;
    width: 580px;
   
    margin: 0 auto 7px;
    text-align:center;
}
#zong{
    height: 450px;
    width: 580px;
    margin: 0 auto ;
    font-size: small;
    
    border-bottom:1px solid rgb(92, 173, 240);
    border-left:1px solid rgb(92, 173, 240);
    border-right:1px solid rgb(92, 173, 240);
    border-top:1px solid rgb(92, 173, 240);
}
#app{
    float: left;
    width: 330px;
    height: 100%;
    background-color:rgb(230, 255, 230);
}    
#daikuanleibie{
    border-bottom:1px dotted #999;
}
#two{
    margin-top: 2px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
#three{
    margin-top: 2px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
#four{
    margin-top: 2px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
#five{
    margin-top: 2px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
#six{
    margin-top: 2px;
    border-top:1px dotted #999;
}
#you{
    float:left;
    background-color: rgb(242, 253, 242);
    width: 250px;   
    height: 100%; 
}
#xia{
    width: 580px;
    margin: 0 auto ;
    font-size: small;
    border-bottom:1px solid rgb(92, 173, 240);
    border-left:1px solid rgb(92, 173, 240);
    border-right:1px solid rgb(92, 173, 240);
    background-color: rgb(198, 226, 250);
}
</style>    
</head>

<body>
<di
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值