学校住宿缴费系统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>
相关推荐
jqq666几秒前
Vue3脚手架实现(十、补之前配置)
前端·javascript·vue.js
fatsheep洋3 分钟前
XSS-DOM-1
java·前端·xss
MX_93593 分钟前
使用Nginx部署前端项目
运维·前端·nginx
斯~内克4 分钟前
前端CSS重绘与重排深度解析:从原理到优化实战
前端·css
srrsheng9 分钟前
电商前端Nginx访问日志收集分析实战
运维·前端·nginx
飏旎11 分钟前
对于前端闭包的详细理解
前端·状态模式
拾光拾趣录13 分钟前
前端的单元测试
前端·单元测试
风清云淡_A1 小时前
【Flutter3.8x】flutter从入门到实战基础教程(四):自定义实现一个自增的StatefulWidget组件
前端·flutter
curdcv_po1 小时前
🔥 Three.js 一个项目用到:轨道控制器、动画与GUI交互
前端
琹箐1 小时前
CSS font-weight:500不生效
前端·css