add 上报

This commit is contained in:
lh_wang
2015-08-10 22:22:18 +08:00
parent 32d1ab1436
commit 8dfc6e8f39
4 changed files with 12 additions and 8 deletions
+7 -5
View File
@@ -457,9 +457,9 @@ textarea, div{
}
.common_close {
position: absolute;
width: 60px;
width: 35px;
height: 30px;
top: 0;
top: 5px;
right: 0;
z-index: 19999;
text-align:ccenter;
@@ -468,9 +468,10 @@ textarea, div{
color:#24BDFF;
}
.common_close img{
margin-left:5px;
margin-top:5px;
#common_div_iframe{
top:35px;
border:none;
}
/*----------------上报----------------------*/
@@ -510,6 +511,7 @@ textarea, div{
padding-left:5px;
resize:none;
border-radius:3px;
font-size:14px;
}
.shangbao_btn{
width:60px;
+2 -3
View File
@@ -39,9 +39,8 @@
<!--公共模块-->
<div id="common_div_main" class="common_div" style="display:none;">
<iframe id="common_div_iframe" class="common_div"></iframe>
<div class="common_close">
<!--<img src="img/iw-close.png"/>-->
回退>
<div class="common_close fr">
<img src="img/iw-close.png"/>
</div>
</div>
<!--上报-->
+2
View File
@@ -5,6 +5,8 @@ define('home/dashboard', function(require, exports, module) {
var charts_dash = $('#charts_dash');
$('.e_charts_arrow')
charts.on('click', function() {
if(charts_dash.css('display') === 'none'){
charts_dash.fadeIn();
+1
View File
@@ -82,5 +82,6 @@ define('home/tools', function(require, exports, module){
$('#tools_shangbao').on('click', function(){
$('.shangbao_div').fadeIn();
});
});