|
@@ -200,7 +200,7 @@ page {
|
|
|
// background-image:linear-gradient(124deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
|
|
|
background-color: #D6D6D6;
|
|
|
box-sizing: border-box;
|
|
|
- z-index: 9;
|
|
|
+ z-index: 11;
|
|
|
font-family: "Verdana Bold";
|
|
|
font-weight: 700;
|
|
|
font-size: 30px;
|
|
@@ -327,4 +327,18 @@ page {
|
|
|
width: 40px;
|
|
|
height: 39px;
|
|
|
}
|
|
|
+}
|
|
|
+@media screen and (max-height: 750px){
|
|
|
+ .master-pic{
|
|
|
+ height:850px!important;
|
|
|
+ }
|
|
|
+ .bottom-view{
|
|
|
+ height: calc(100vh - 790px)!important;
|
|
|
+ }
|
|
|
+ .question{
|
|
|
+ bottom: 140px!important;
|
|
|
+ }
|
|
|
+ .bottom-btn{
|
|
|
+ bottom: 30px!important;
|
|
|
+ }
|
|
|
}
|