From f6ea728ea50706b1dfa75bc0d266fb6b5f13ef7f Mon Sep 17 00:00:00 2001
From: jazz <jazzxhunter@163.com>
Date: 星期二, 09 一月 2024 19:29:29 +0800
Subject: [PATCH] Merge branch 'xio_dev'

---
 src/assets/css/common.css |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/src/assets/css/common.css b/src/assets/css/common.css
index d7c43d4..f9ac968 100644
--- a/src/assets/css/common.css
+++ b/src/assets/css/common.css
@@ -211,9 +211,16 @@
 	box-sizing: border-box;
 	padding: 0 23px 42px 23px;
 }
-
+/* 閬垮厤Chrome娴忚鍣ㄧ湅鍒癝afari榛戝 */
+@supports (-webkit-touch-callout: none) {
+	.page {
+		/* The hack for Safari */
+		/* height: -webkit-fill-available; */
+		/* height: -webkit-fill-available; */
+	}
+}
 .page_header {
-	min-height: 100px;
+	height: 100px;
 }
 
 .page_header .left {
@@ -225,14 +232,20 @@
 	height: 45px;
 	display: block;
 }
-
+.page_logo_1 .img {
+	width: 100%;
+	height: 100%;
+}
 .page_logo_2 {
 	width: 132px;
 	height: 50px;
 	display: block;
 	margin-left: 10px;
 }
-
+.page_logo_2 .img {
+	width: 100%;
+	height: 100%;
+}
 .page_date {
 	line-height: 28px;
 	color: rgba(255,255,255,1);
@@ -257,7 +270,6 @@
 
 .page_container {
 	width: 100%;
-	height: calc( 100% - 100px );
 }
 
 .btn_ani {
@@ -271,7 +283,7 @@
 		scale: 1;
 	}
 	50% {
-		scale: 1.05;
+		scale: 1.1;
 	}
 	100% {
 		scale: 1;

--
Gitblit v1.8.0