Commit 1eeccd4d authored by xishifeng's avatar xishifeng

样式修改

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