Commit 5e208a51 authored by agping's avatar agping

样式优化

parent 0f6081af
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
} }
.tab-content{ .tab-content{
border: none ; border: none ;
height: 1300px!important; height: 850px!important;
overflow-y: auto;
} }
......
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
margin-left: 50px; margin-left: 50px;
margin-top: -200px; margin-top: -150px;
overflow: hidden; overflow: hidden;
display: none; display: none;
} }
......
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
width: 100px; width: 100px;
height: 100px; height: 100px;
margin-left: 50px; margin-left: 50px;
margin-top: -200px;; margin-top: -150px;;
overflow: hidden; overflow: hidden;
display: none; display: none;
} }
......
...@@ -24,7 +24,8 @@ iframe > html > body { ...@@ -24,7 +24,8 @@ iframe > html > body {
} }
html { html {
overflow-y: scroll; height: 100%;
/*overflow-y: scroll;*/
} }
a:hover{ a:hover{
...@@ -34,6 +35,7 @@ a:hover{ ...@@ -34,6 +35,7 @@ a:hover{
background: #ff9419; background: #ff9419;
width: 100%; width: 100%;
height: 40px; height: 40px;
margin-bottom: 15px!important;
} }
.container-fluid{ .container-fluid{
float: left; float: left;
...@@ -89,7 +91,7 @@ a:hover{ ...@@ -89,7 +91,7 @@ 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: 1500px;*/ /*height: 1300px;*/
transition: all 0.5s ease; transition: all 0.5s ease;
width: 98%!important; width: 98%!important;
} }
......
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