学校住宿缴费系统h5-——东方仙盟——仙盟创梦IDE

代码:

复制代码
<div class="form-group">
            <h4 style="color: #006400; margin-bottom: 15px;">费用明细   <input name="room_unit_price" id="room_unit_price" type="number" value="" style="width:65px;" onchange="cyberwin_rk_days_change();" readonly="readonly">元/月&nbsp; </h4>
            <table class="fee-table">
                <tbody><tr>
                    <th style="width:60px;">项目</th>
                    <th style="width:60px;">金额</th>
                     <th style="width:60px;">项目</th>
                    <th style="width:50px;">金额</th>
                </tr>
                <tr>
                    <td>住宿费</td>
                    <td><span id="accommodation">	 <input class="ant-input ant-input-lg" size="5" maxlength="5" name="room_price" id="room_price" type="number" value="" style="width:55px;" onkeyup="recalc_totalprice()" readonly="readonly"> </span></td>
                
                    <td>押金</td>
                    <td><span id="deposit">	<input name="deposit_price" id="deposit_price" type="" value="0" style="width:45px;" onkeyup="recalc_totalprice()" readonly="readonly"></span></td>
                </tr>
                <tr>
                    <td>水费</td>
                    <td><span id="water">	 
		 <input class="ant-input ant-input-lg cl_handle_data_prepayment_water" name="prepayment_water" id="prepayment_water" type="number" value="0" style="width:45px;" onkeyup="recalc_totalprice()" readonly="readonly">
	 
		</span></td>
                
                    <td>电费</td>
                    <td><span id="electricity"> <input class="ant-input ant-input-lg cl_handle_data_Prepayment_electric" size="20" name="Prepayment_electric" id="Prepayment_electric" type="number" value="0" onkeyup="recalc_totalprice()" style="width:45px;" readonly="readonly"></span></td>
                </tr>
                <tr class="total-row">
                    <td colspan="2">合计金额:</td>
                    <td colspan="2"><span class="total-amount">¥
                    	 
            			
            			 <input name="total_price" id="total_price" type="text" value="0" style="width:100px; color:red !important;" readonly="readonly"> 
            			 </span></td>
                </tr>
            </tbody></table>
        </div>
相关推荐
超级大只老咪18 分钟前
何为“类”?(Java基础语法)
java·开发语言·前端
weixin_436525072 小时前
Gitee - IDEA 主支 master 和分支 dev 的使用
java·ide·intellij-idea
你的人类朋友3 小时前
快速搭建redis环境并使用redis客户端进行连接测试
前端·redis·后端
小蕾Java3 小时前
Java 开发工具,最新2025 IDEA 使用
java·ide·intellij-idea
是席木木啊3 小时前
Idea升级到2024版本:“marketplace plugins are not loaded”解决方案
java·ide·intellij-idea
胚芽鞘6813 小时前
博客标题:解密 IntelliJ IDEA 调试:当你的 List 不仅仅是 List
java·ide·intellij-idea
HezhezhiyuLe3 小时前
IDEA中Add New Configuration找不到Tomcat
java·ide·intellij-idea
深蓝电商API3 小时前
实战破解前端渲染:当 Requests 无法获取数据时(Selenium/Playwright 入门)
前端·python·selenium·playwright
bestcxx4 小时前
(二十七)、k8s 部署前端项目
前端·容器·kubernetes
鲸落落丶4 小时前
webpack学习
前端·学习·webpack