修改弹出界面样式
This commit is contained in:
parent
d61eb60aba
commit
70495af3ef
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="popbox">
|
<div id="popbox">
|
||||||
<div class="alert" style="position: fixed;">
|
<!--<div class="alert" style="position: fixed;">-->
|
||||||
<div>
|
<!--<div>-->
|
||||||
|
|
||||||
<span class="close" style="display: block;" onclick="hideModal(this)"></span>
|
<!--<span class="close" style="display: block;" onclick="hideModal(this)"></span>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
</div> <!---- alert end---->
|
<!--</div> <!–-- alert end--–>-->
|
||||||
<div class="ping_con">
|
<div class="ping_con">
|
||||||
<h2>科大校园助手最终提交文档及源码</h2>
|
<h2>科大校园助手最终提交文档及源码</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'show') %>');
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'show') %>');
|
||||||
showModal('ajax-modal', '510px');
|
showModal('ajax-modal', '503px');
|
||||||
$('#ajax-modal').css('height','500px');
|
$('#ajax-modal').css('height','569px');
|
||||||
|
|
Loading…
Reference in New Issue