学校住宿缴费系统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 分钟前
VUE3入门很简单(4)---组件通信(props)
前端·javascript·vue.js
2501_944711432 分钟前
Vue-路由懒加载与组件懒加载
前端·javascript·vue.js
雨季66628 分钟前
Flutter 三端应用实战:OpenHarmony “心流之泉”——在碎片洪流中,为你筑一眼专注的清泉
开发语言·前端·flutter·交互
换日线°31 分钟前
前端3D炫酷展开效果
前端·3d
广州华水科技39 分钟前
大坝变形监测的单北斗GNSS技术应用与发展分析
前端
Dontla43 分钟前
浏览器localStorage共享机制介绍(持久化客户端存储方案)本地存储冲突、iframe、XSS漏洞、命名空间隔离
前端·网络·xss
●VON1 小时前
React Native for OpenHarmony:构建高性能、高体验的 TextInput 输入表单
javascript·学习·react native·react.js·von
●VON1 小时前
React Native for OpenHarmony:ActivityIndicator 动画实现详解
javascript·学习·react native·react.js·性能优化·openharmony
霍理迪1 小时前
JS其他常用内置对象
开发语言·前端·javascript
tao3556671 小时前
HTML-03-HTML 语义化标签
前端·html