|
@@ -1,8 +1,7 @@
|
|
|
/*building SAAS 0.1*/
|
|
|
/*bootstrap 初始化*/
|
|
|
body {
|
|
|
- font-size: 0.9rem;
|
|
|
- overflow: hidden;
|
|
|
+ font-size: 0.9rem
|
|
|
}
|
|
|
.dropdown-menu {
|
|
|
font-size: 0.9rem
|
|
@@ -27,12 +26,12 @@ body {
|
|
|
width:100%;
|
|
|
z-index: 999
|
|
|
}
|
|
|
-.in-1{padding-left:0px!important}
|
|
|
-.in-2{padding-left:21px!important}
|
|
|
-.in-3{padding-left:42px!important}
|
|
|
-.in-4{padding-left:63px!important}
|
|
|
-.in-5{padding-left:84px!important}
|
|
|
-.in-6{padding-left:105px!important}
|
|
|
+.in-1{padding-left:0rem!important}
|
|
|
+.in-2{padding-left:1rem!important}
|
|
|
+.in-3{padding-left:1.5rem!important}
|
|
|
+.in-4{padding-left:2rem!important}
|
|
|
+.in-5{padding-left:2.5rem!important}
|
|
|
+.in-6{padding-left:3rem!important}
|
|
|
.main {
|
|
|
position: relative;
|
|
|
background: #f7f7f9;
|
|
@@ -63,12 +62,7 @@ body {
|
|
|
background: #fff;
|
|
|
color: #333
|
|
|
}
|
|
|
-.main-nav .nav-tabs{
|
|
|
- border-bottom: none
|
|
|
-}
|
|
|
.content {
|
|
|
- border-left: 1px solid #ccc;
|
|
|
- margin-left: 29px;
|
|
|
background: #fff
|
|
|
}
|
|
|
.tools-btn {
|
|
@@ -79,22 +73,29 @@ body {
|
|
|
background: #f7f7f9;
|
|
|
}
|
|
|
.main-side {
|
|
|
- border-top: 1px solid #ccc;
|
|
|
- border-left: 1px solid #ccc;
|
|
|
- overflow-y: hidden;
|
|
|
+ border-right: 1px solid #ccc;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
-.sidebar-bottom,.sidebar-bottom .col-lg-6,.sidebar-bottom .col-lg-12 {
|
|
|
- height:200px
|
|
|
+.main-side .tab-bar {
|
|
|
+ padding:5px 10px;
|
|
|
+ height:38px;
|
|
|
+ position:fixed;
|
|
|
+}
|
|
|
+.main-side .tab-content {
|
|
|
+ margin-top: 38px
|
|
|
}
|
|
|
.top-content, .fluid-content {
|
|
|
- overflow: auto;
|
|
|
+ overflow: hidden;
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
}
|
|
|
-.bottom-content .nav {
|
|
|
+.warp-p2 {
|
|
|
+ padding: 2px
|
|
|
+}
|
|
|
+.bottom-content .nav,.top-content .nav {
|
|
|
background: #f7f7f9;
|
|
|
padding:0 0 0 2px
|
|
|
}
|
|
|
-.bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link {
|
|
|
+.bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link,.top-content .nav-tabs .nav-link {
|
|
|
border-radius: 0;
|
|
|
padding: 0.2em 0.5em
|
|
|
}
|
|
@@ -211,13 +212,14 @@ body {
|
|
|
transform: translateX(10px);
|
|
|
}
|
|
|
}
|
|
|
+.bottom-content {
|
|
|
+ height: 370px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
.bottom-content .tab-content .main-data-bottom{
|
|
|
- height: 200px;
|
|
|
+ height: 340px;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
-.bottom-content .tab-content .ovf-hidden{
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
.form-signin {
|
|
|
max-width: 500px;
|
|
|
margin: 150px auto;
|
|
@@ -226,13 +228,9 @@ body {
|
|
|
overflow: auto;
|
|
|
}
|
|
|
.poj-list span.poj-icon {
|
|
|
- padding-right:7px;
|
|
|
+ padding-right:10px;
|
|
|
color:#ccc
|
|
|
}
|
|
|
-.poj-list a.tree-open,.poj-list a.tree-close{
|
|
|
- width:15px;
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
.print-toolsbar{
|
|
|
padding:5px
|
|
|
}
|
|
@@ -268,7 +266,10 @@ body {
|
|
|
width:inherit;
|
|
|
height: inherit;
|
|
|
}
|
|
|
-.modal-fixed-height {
|
|
|
- height: 400px;
|
|
|
- overflow-y: auto;
|
|
|
+.codeList{
|
|
|
+ max-height: 200px;
|
|
|
+ overflow:auto;
|
|
|
+}
|
|
|
+.main-data-top,.main-data-bottom,.main-data{
|
|
|
+ overflow: auto;
|
|
|
}
|