Explorar el Código

#IQRV #comment [Module] 错误页禁止滚动

陈良瑜80374463 hace 4 años
padre
commit
8d15430e64
Se han modificado 1 ficheros con 13 adiciones y 2 borrados
  1. 13 2
      addin/res/ManagerDesktop/css/ininPsd.css

+ 13 - 2
addin/res/ManagerDesktop/css/ininPsd.css

@@ -212,7 +212,7 @@ input[type="number"]{
 nav{
 	padding: 0px 40px;
 	height: 120px;
-	margin-bottom: 120px;
+	margin-bottom: 100px;
 	display: flex;
 	align-items: center;
 }
@@ -260,12 +260,12 @@ nav ul li:nth-child(5)::before{
 }
 .imgDiv{
 	text-align: center;
-	margin-bottom: 30px;
 }
 
 .errPage p{
 	text-align: center;
 	margin: 8px 0px;
+	padding: 0 30px;
 }
 
 .errPage .coverBg {
@@ -295,12 +295,23 @@ nav ul li:nth-child(5)::before{
 	margin-bottom: 20px;
 }
 
+#SuspensionTxt{
+	max-height: 200px;
+	overflow-y: scroll;
+	overflow-x: hidden;
+	margin-bottom: 15px;
+}
+
 @media screen and (min-device-width: 1920px) {
 	
 	.errPage .modal{
 		width: 30%;
 		left: 33%;
 	}
+	#SuspensionTxt{
+		max-height: 100px;
+	}
+
 	}
 
 /******************************* errPage *******************************/