学校住宿缴费系统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>
相关推荐
悟能不能悟2 分钟前
如何打开2个notepad++
ide
前端大卫25 分钟前
Vue3 + Element-Plus 自定义虚拟表格滚动实现方案【附源码】
前端
却尘41 分钟前
Next.js 请求最佳实践 - vercel 2026一月发布指南
前端·react.js·next.js
ccnocare42 分钟前
浅浅看一下设计模式
前端
Lee川1 小时前
🎬 从标签到屏幕:揭秘现代网页构建与适配之道
前端·面试
Ticnix1 小时前
ECharts初始化、销毁、resize 适配组件封装(含完整封装代码)
前端·echarts
纯爱掌门人1 小时前
终焉轮回里,藏着 AI 与人类的答案
前端·人工智能·aigc
twl1 小时前
OpenClaw 深度技术解析
前端
崔庆才丨静觅1 小时前
比官方便宜一半以上!Grok API 申请及使用
前端
星光不问赶路人2 小时前
vue3使用jsx语法详解
前端·vue.js