|
@@ -71,7 +71,8 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
.infos {
|
|
|
height: 100%;
|
|
|
overflow-y: auto;
|
|
|
- padding: 0 60px 0 0;
|
|
|
+ /*padding: 0 60px 0 0;*/
|
|
|
+ width: calc(100% - 250px);
|
|
|
}
|
|
|
|
|
|
.infos>div {
|
|
@@ -123,10 +124,11 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
right:15px;
|
|
|
top: 0;
|
|
|
margin-right: 14px;
|
|
|
- overflow: auto;
|
|
|
+ overflow-y: auto;
|
|
|
background-color: #EDFAFF;
|
|
|
padding: 25px 0;
|
|
|
- /*height: 100%;*/
|
|
|
+ height: calc(100% - 50px);
|
|
|
+ overflow-x: hidden;
|
|
|
}
|
|
|
|
|
|
.anchors ul {
|
|
@@ -163,7 +165,9 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
z-index: 1;
|
|
|
}
|
|
|
.anchors .a-circle:last-child{
|
|
|
- bottom: 22px;
|
|
|
+ position: unset;
|
|
|
+ margin-left: 41px;
|
|
|
+ margin-top: -16px;
|
|
|
}
|
|
|
.anchors i {
|
|
|
position: absolute;
|
|
@@ -327,7 +331,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
|
|
|
}
|
|
|
.footer{
|
|
|
width: 100%;
|
|
|
- height: 100px;
|
|
|
+ height: 75px;
|
|
|
background: #172238;
|
|
|
padding-top: 25px;
|
|
|
position: absolute;
|