Commit 976619b0 authored by xishifeng's avatar xishifeng

成交信息相关暂存1

parent 47efc73e
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
<a href="javascript:;" class="btn btn-default">开票税费</a> <a href="javascript:;" class="btn btn-default">开票税费</a>
</h4> </h4>
</div> </div>
<div class="div-seat"></div>
<div class="modal-body detail-modal-body"> <div class="modal-body detail-modal-body">
<div> <div>
<div class="detail-modal-body-sec"> <div class="detail-modal-body-sec">
......
.modal-header{
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: white;
z-index: 1;
}
.div-seat{
height: 64px;
width: 100%;
}
.detail-modal-body { .detail-modal-body {
height: 660px; height: 724px;
overflow-y: scroll; overflow-y: scroll;
} }
.detail-modal-body-sec+.detail-modal-body-sec{ .detail-modal-body-sec+.detail-modal-body-sec{
...@@ -89,6 +101,10 @@ ...@@ -89,6 +101,10 @@
margin: 0 auto; margin: 0 auto;
} }
#bargaininfo_beizhu{
border: 1px solid #ccc;
}
/*详情弹出框,分佣提成*/ /*详情弹出框,分佣提成*/
.detail-modal-maid-top-btn-area{ .detail-modal-maid-top-btn-area{
padding: 0 10px 10px; padding: 0 10px 10px;
......
This diff is collapsed.
This diff is collapsed.
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