You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
< div class = " modal bs-maildetail-modal-lg " tabindex = " -1 " role = " dialog " aria - labelledby = " myLargeModalLabel " aria - hidden = " true " >
< style type = " text/css " >
. mailtext - box img { max - width : 100 % ;}
. mailtext - box span { font - size : 13 pt ! important ; color : #555 !important;font-family: "Verdana","sans-serif" !important;}
</ style >
< div class = " modal-dialog modal-lg " style = " margin:0 auto; " >
< div class = " modal-content clearfix " style = " border:none;min-height:720px; " >
< div class = " modal-header btn-danger " >
< h4 class = " modal-title text-center " >
< button type = " button " class = " btn btn-danger btn-sm pull-left closebtn visible-xs " > 返回 </ button >
邮件内容
< button type = " button " class = " btn btn-danger btn-sm pull-right closebtn hidden-xs " > 返回 </ button >
</ h4 >
</ div >
< div class = " list-group mailtext-box text-left " style = " padding:10px; " >
< h4 >< ? php echo $maildetail -> MAI_Subject ; ?> </h4>
<p class="small text-muted">发送时间: <?php echo $maildetail->MAI_SendDate; ?></p>
<?php echo $maildetail->MAI_BlobContent; ?>
</div>
<div class="col-xs-24 text-center">
<button type="button" class="btn btn-default closebtn">返回邮件列表</button>
<div class="col-xs-24 btn-sm"></div>
</div>
</div>
</div>
<script type="text/javascript">
$('.closebtn').click(function (e) {
$('.modal-backdrop').remove();
$('<div class="modal-backdrop in"></div>').appendTo("body");
$('.bs-maildetail-modal-lg').remove();
});
</script>
</div>