Commit 5ddc1f21 authored by agping's avatar agping

手续费优化

parent ee3a829f
...@@ -205,6 +205,9 @@ ...@@ -205,6 +205,9 @@
clear: both; clear: both;
} }
/*css样式*/ /*css样式*/
#real_money2{
margin-top: 20px;
}
</style> </style>
<div id="page-content-wrapper"> <div id="page-content-wrapper">
<div class="container"> <div class="container">
...@@ -337,12 +340,9 @@ ...@@ -337,12 +340,9 @@
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="modal-body" id="del_msg">
实付金额:<input type="number" id='real_money' /> 实付金额:<input type="number" id='real_money' />
</div> <div class="clear"></div>
<div class="modal-body" id="del_msg">
手续费:&nbsp;&nbsp;&nbsp;<input type="number" id='real_money2' /> 手续费:&nbsp;&nbsp;&nbsp;<input type="number" id='real_money2' />
</div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭 <!--<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