Commit 21fc30d6 authored by agping's avatar agping

后台样式优化

parent 3032f359
<!DOCTYPE html>
<html lang="en-us" class="main-index-liu">
<html lang="en-us" class="main-index-liu" style="overflow-y: auto;">
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
......
......@@ -51,6 +51,7 @@
}
.tab-content{
border: none ;
height: 1300px!important;
}
......@@ -81,7 +82,7 @@
<div class="tab-pane active" style="width:100%;" id="bTabs_indexperformanceRanking">
<div id="page-content-wrapper">
<div class="container">
<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;overflow-x:hidden" src="/index/PerformanceRanking">
<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;overflow-y:auto" src="/index/PerformanceRanking">
</iframe>
......
......@@ -89,8 +89,9 @@ a:hover{
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
padding-left: 0;
height: 770px;
/*height: 1500px;*/
transition: all 0.5s ease;
width: 98%!important;
}
#wrapper.toggled {
}
......@@ -114,6 +115,7 @@ a:hover{
width: 14%;
z-index: 1000;
float: left;
height: 850px;
/*animation: show-mulu-action 1.3s;*/
/*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/
}
......@@ -158,6 +160,7 @@ a:hover{
#page-content-wrapper {
width: 100%;
float: left;
background: #fff;
}
/*隐藏按钮 样式*/
#hide_menu{
......@@ -224,7 +227,7 @@ a:hover{
border: none;
}
.container{
width: 100%;
width: 97%;
padding:0px !important;
}
/*-------------------------------*/
......@@ -812,6 +815,6 @@ p{margin: 0;}
padding-right: 28px;
}
.panel-body{
padding-right: 28px;
padding-right: 15px;
padding-top: 10px;
}
......@@ -132,7 +132,7 @@
openTabs.push(tabId);
var openIframe = function(){
$(content).append('<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;" src="'+url+'"></iframe>');
$(content).append('<iframe frameborder="0" class="iframe-type" scrolling="yes" style="width:100%;height:100%;border:0px;overflow-y:auto" src="'+url+'"></iframe>');
};
//进行登录验证
if(loginCheck && $.isFunction(loginCheck)){
......
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