mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add 上报
This commit is contained in:
+7
-5
@@ -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
@@ -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>
|
||||
<!--上报-->
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -82,5 +82,6 @@ define('home/tools', function(require, exports, module){
|
||||
$('#tools_shangbao').on('click', function(){
|
||||
$('.shangbao_div').fadeIn();
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user