Commit 990ad61f authored by agping's avatar agping

后样式优化

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