Commit 5ddc1f21 authored by agping's avatar agping

手续费优化

parent ee3a829f
......@@ -205,6 +205,9 @@
clear: both;
}
/*css样式*/
#real_money2{
margin-top: 20px;
}
</style>
<div id="page-content-wrapper">
<div class="container">
......@@ -337,12 +340,9 @@
</h4>
</div>
<div class="modal-body">
<div class="modal-body" id="del_msg">
实付金额:<input type="number" id='real_money' />
</div>
<div class="modal-body" id="del_msg">
<div class="clear"></div>
手续费:&nbsp;&nbsp;&nbsp;<input type="number" id='real_money2' />
</div>
</div>
<div class="modal-footer">
<!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment