|
@@ -328,7 +328,7 @@ border-radius: 10px 10px 10px 10px;
|
|
|
}
|
|
|
.main_model{
|
|
|
width: 100%;
|
|
|
- height:calc(100vh - .9531rem) ;
|
|
|
+ height:100%;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -447,6 +447,7 @@ margin-top: -6px;
|
|
|
.femFooter {
|
|
|
position: absolute;
|
|
|
/* position: fixed; */
|
|
|
+ min-height: 300px;
|
|
|
width: 100%;
|
|
|
bottom: 0px;
|
|
|
}
|
|
@@ -469,13 +470,13 @@ margin-top: -6px;
|
|
|
}
|
|
|
.main_model{
|
|
|
width: 100%;
|
|
|
- /* height: 80vh; */
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
|
|
|
}
|
|
|
.main_container{
|
|
|
width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
.maxh221{
|
|
|
height: calc(100vh - 1.8802rem);
|