Commit 990ad61f authored by agping's avatar agping

后样式优化

parent 3be5edc0
......@@ -213,19 +213,12 @@
text-align: center;
cursor: pointer
}
#phone_title2 {
font-weight: 600;
font-size: 36px;
}
/*客户动态*/
.followup-modal-list-area {
height: 450px;
overflow-y: scroll;
}
/*客户详情 头像*/
#user_pic {
width: 30px;
height: 30px;
......@@ -235,6 +228,21 @@
/*.datetimepicker{
opacity: 0;
}*/
/*拨打电话样式*/
.modal-body-width {
width: 460px;
}
#phone_title2{
width: 100%;
height: 186px;
line-height: 186px;
text-align: center;
font-weight: 600;
font-size: 43px;
}
#phone_title{
font-weight: 600;
}
</style>
<!--导航star-->
......@@ -898,7 +906,7 @@
<!--拨打手机号-->
<div class="modal fade" id="modal-call" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-content modal-body-width">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
&times;
......@@ -910,11 +918,9 @@
的手机拨打该虚拟号
</h4>
</div>
<div class="modal-body">
<div class="modal-body">
<!--<input type="hidden " value=" " id="delete_id " />-->
<span id="phone_title2">
</span>
<div id="phone_title2">
</div>
</div>
<div class="modal-footer">
......
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