|
@@ -196,7 +196,7 @@ body{
|
|
|
float: left;
|
|
float: left;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
height: 140px;
|
|
height: 140px;
|
|
|
- width: 200px;
|
|
|
|
|
|
|
+ width: 240px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
border-right: 1px solid #435e76;
|
|
border-right: 1px solid #435e76;
|
|
|
}
|
|
}
|
|
@@ -207,7 +207,7 @@ body{
|
|
|
border-right: none;
|
|
border-right: none;
|
|
|
}
|
|
}
|
|
|
.adv .adv-list p{
|
|
.adv .adv-list p{
|
|
|
- margin: 30px auto 16px;
|
|
|
|
|
|
|
+ margin: 22px auto 12px;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
@@ -1684,19 +1684,19 @@ li.active a {
|
|
|
#sidebar{
|
|
#sidebar{
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
z-index: 100;
|
|
z-index: 100;
|
|
|
- right: 20px;
|
|
|
|
|
- top: 0;
|
|
|
|
|
|
|
+ right: -42px;
|
|
|
|
|
+ top: 10%;
|
|
|
width: 68px;
|
|
width: 68px;
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ height: 85%;
|
|
|
}
|
|
}
|
|
|
#sidebar .sidebar-content{
|
|
#sidebar .sidebar-content{
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- right: 55px;
|
|
|
|
|
|
|
+ right: 70px;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ width: 100%
|
|
|
}
|
|
}
|
|
|
#sidebar .sidebar-content li{
|
|
#sidebar .sidebar-content li{
|
|
|
position: relative;
|
|
position: relative;
|