Commit 21fc30d6 authored by agping's avatar agping

后台样式优化

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