From 583e1038163d7b95f7927f83b19d81f6eac32020 Mon Sep 17 00:00:00 2001
From: jazz <jazzxhunter@163.com>
Date: 星期四, 28 十二月 2023 19:35:44 +0800
Subject: [PATCH] update_202312281935_单个治疗室多个客人的逻辑编写v1

---
 src/assets/css/common.css |   45 ++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 38 insertions(+), 7 deletions(-)

diff --git a/src/assets/css/common.css b/src/assets/css/common.css
index 7601764..f9ac968 100644
--- a/src/assets/css/common.css
+++ b/src/assets/css/common.css
@@ -35,6 +35,7 @@
 	flex: 1;
 	-webkit-flex: 1;
 }
+.flex-1-w1 {width: 1px;}
 .w1{width: 0.0732vw;}.h1{height: 0.0732vw;}
 
 .flex-center {
@@ -43,7 +44,21 @@
 	align-items: center;
 	-webkit-align-items: center;
 }
-
+/* 姘村钩灞呬腑 */
+.flex-align-center{
+	justify-content: center;
+	-webkit-justify-content: center;
+}
+/* 姘村钩灞呭乏 */
+.flex-align-start{
+	justify-content: start;
+	-webkit-justify-content: start;
+}
+/* 姘村钩灞呭彸 */
+.flex-align-end{
+	justify-content: end;
+	-webkit-justify-content: end;
+}
 .flex-ver {-webkit-align-items: center;align-items: center;}
 .flex-col {-webkit-flex-flow: column;flex-flow: column;}
 .flex-end{
@@ -196,9 +211,20 @@
 	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 {
+	cursor: pointer;
 }
 
 .page_logo_1 {
@@ -206,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);
@@ -238,7 +270,6 @@
 
 .page_container {
 	width: 100%;
-	height: calc( 100% - 100px );
 }
 
 .btn_ani {
@@ -252,7 +283,7 @@
 		scale: 1;
 	}
 	50% {
-		scale: 1.05;
+		scale: 1.1;
 	}
 	100% {
 		scale: 1;

--
Gitblit v1.8.0