|
@@ -158,7 +158,7 @@ table {
|
|
|
}
|
|
|
.leftBtn{
|
|
|
position: absolute;
|
|
|
- left:45px;
|
|
|
+ left:175px;
|
|
|
color: #2c3e50;
|
|
|
cursor: pointer;
|
|
|
transition: 0.5s all;
|
|
@@ -171,7 +171,7 @@ table {
|
|
|
content: "\4f";
|
|
|
}
|
|
|
.leftBtnc{
|
|
|
- left:165px;
|
|
|
+ left:55px;
|
|
|
}
|
|
|
.leftBtnc:before{
|
|
|
content: "\50";
|
|
@@ -182,14 +182,14 @@ table {
|
|
|
height:100%;
|
|
|
left:0;
|
|
|
/*width:60px;*/
|
|
|
- width: 55px;
|
|
|
+ width: 175px;
|
|
|
background:#222;
|
|
|
color: #fff;
|
|
|
overflow: hidden;
|
|
|
transition: 0.5s all;
|
|
|
}
|
|
|
.leftContentShow{
|
|
|
- width: 175px;
|
|
|
+ width: 55px;
|
|
|
}
|
|
|
.logo{
|
|
|
width:100%;
|
|
@@ -316,13 +316,13 @@ table {
|
|
|
color:#ccc;
|
|
|
}
|
|
|
.mainWrapper{
|
|
|
- margin:0 0 0 65px;
|
|
|
+ margin:0 0 0 185px;
|
|
|
background:#fff;
|
|
|
overflow: hidden;
|
|
|
transition: 0.5s all;
|
|
|
}
|
|
|
.mainWrapperShow{
|
|
|
- margin: 0 0 0 185px;
|
|
|
+ margin: 0 0 0 65px;
|
|
|
}
|
|
|
.mainWrapperSma{
|
|
|
margin:0 0 0 45px;
|