|
@@ -3,7 +3,7 @@
|
|
|
.mainWrap {
|
|
|
overflow: auto;
|
|
|
width: 100%;
|
|
|
- /*height: calc(100% - 208px);*/
|
|
|
+ height: calc(100% - 208px);
|
|
|
display: flex;
|
|
|
-webkit-box-pack: center;
|
|
|
justify-content: center;
|
|
@@ -516,6 +516,7 @@ body {
|
|
|
.mainWrap {
|
|
|
/*padding: 0;*/
|
|
|
/*height: calc(100% - 149.19px);*/
|
|
|
+ height: auto;
|
|
|
padding-bottom: 78px;
|
|
|
}
|
|
|
|
|
@@ -689,7 +690,7 @@ body {
|
|
|
max-width: 800px;
|
|
|
}
|
|
|
.mainWrap {
|
|
|
- min-height: 756px;
|
|
|
+ /*min-height: 756px;*/
|
|
|
}
|
|
|
.mainWrap .bus-bg > div img {
|
|
|
margin-left: 0.5rem;
|