Commit b109ac65 authored by 刘丹's avatar 刘丹 Committed by hujun

导航

parent f51e3c65
This diff is collapsed.
......@@ -7,6 +7,7 @@ body {
list-style:none;
padding-right:0px!important;
}
html { overflow-y: scroll; }
a:hover{
text-decoration:none;
}
......@@ -37,8 +38,6 @@ a:hover{
}
.dropdown{
float: right;
margin-top: 7px;
margin-right: 10px;
}
.dropdown-menu{
min-width:72px;
......@@ -126,23 +125,11 @@ a:hover{
top: 0;
-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;
width: 3px;
width: 0px;
z-index: -1;
}
.sidebar-nav li:first-child a {
background-color: #1a1a1a;
color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
background-color: #ff9419;
}
.sidebar-nav li:nth-child(3):before {
background-color: #ff9419;
}
.sidebar-nav li:nth-child(4):before {
background-color: #ff9419;
.sidebar-nav .dropdown-menu li:before {
background:rgba(255,148,25,0.1) !important;
}
.sidebar-nav li:hover:before {
......@@ -153,7 +140,7 @@ a:hover{
.sidebar-nav li a {
color: #dddddd;
display: block;
padding: 10px 15px 10px 30px;
padding: 13px 15px 13px 30px;
text-decoration: none;
}
.sidebar-nav li.open:hover before {
......@@ -162,15 +149,15 @@ a:hover{
width: 100%;
}
.sidebar-nav .dropdown-menu {
background-color: #222222;
border-radius: 0;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
background-color: #222222;
border-radius: 0;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
......@@ -186,58 +173,12 @@ a:hover{
height: 65px;
line-height: 44px;
}
/*-------------------------------*/
/* Dark Overlay */
/*-------------------------------*/
.overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.clickbg{
background: #ff9419!important;
}
.successModel{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
overflow: hidden;
outline: 0;
background:rgba(0,0,0,0.6);
display: none;
}
.successModel-center{
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
margin: 0 auto;
margin-top: 200px;
max-width: 280px;
.glyphicon-hand-down{
float: right;
}
.successModel-center p{
padding: 35px;
font-size: 16px;
color: #333;
text-align: center;
line-height: 28px;
.span-list{
margin-left: 6px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background:rgba(255,148,25,0.1) !important;
}
\ No newline at end of file
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