evoxwht 4 лет назад
Родитель
Сommit
6061349249
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      crmeb/public/install/css/install.css

+ 5 - 0
crmeb/public/install/css/install.css

@@ -191,6 +191,11 @@ section {
 ===================
 */
 body{
+	display: flex;
+	align-items: center;
+	flex-direction: column;
+	justify-content: center;
+	height: 100vh;
 	font:12px/1.5 Arial,Microsoft Yahei,Simsun;
 	color:#333;
 	background:url(../images/install/bg.png);