Commit 1eeccd4d authored by xishifeng's avatar xishifeng

样式修改

parent d93bea2b
......@@ -2,8 +2,8 @@ body {
/*width: 1335px !important;*/
/*min-width: 1335px !important;*/
width: 1200px !important;
min-width:1200px !important;
width: 980px !important;
min-width:980px !important;
margin: 0;
margin: 0 auto;
background-color: #F2F2F2;
......@@ -88,8 +88,8 @@ a:hover{
overflow-x: hidden;
overflow-y: auto;
transition: all 0.5s ease;
/*width: 220px;*/
width: 14%;
width: 136px;
/*width: 14%;*/
z-index: 1000;
float: left;
}
......@@ -116,7 +116,8 @@ a:hover{
float: right;
}
.width-136-hide{
width: 14%;
width: 136px;
/*width: 14%;*/
height: 36px;
color: #fff;
line-height: 36px;
......@@ -129,28 +130,20 @@ a:hover{
}
/*菜单图标的样式*/
#icon_more_menu{
width: 13px;
width: 9px;
height: 14px;
margin-left: 10px;
float: right;
margin-top: 2px;
background-image: url(/resource/image/icon_more@2x.png);
background-position: center;
background-repeat: no-repeat;
background-size: 13px 14px;
background: url(/resource/image/icon_more@2x.png) no-repeat center center/9px 9px;
}
.open>a #icon_more_menu{
width: 14px;
height: 11px;
width: 9px;
height: 7px;
margin-left: 10px;
float: right;
margin-top: 2px;
background-image: url(/resource/image/icon_down02@2x.png);
background-position: center;
background-repeat: no-repeat;
background-size: 14px 11px;
background: url(/resource/image/icon_down02@2x.png) no-repeat center center/9px 7px;
}
.glyphicon-zhanwei{
margin-left:10px;
......@@ -179,13 +172,15 @@ a:hover{
margin: 0;
padding: 0;
top: 10px;
width: 136px;
/*width: 220px;*/
}
.sidebar-nav li {
display: inline-block;
line-height: 20px;
position: relative;
width: 100%;
/*width: 100%;*/
width: 136px;
}
.sidebar-nav li:before {
background-color: #ff9419;
......@@ -214,7 +209,7 @@ a:hover{
padding: 13px 15px 13px 15px;
text-decoration: none;
font-weight: 700;
font-size: 14px;
font-size: 12px;
}
.sidebar-nav .open a{
font-weight: 400;
......
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