From 248ef3ba3de9994dc83d2b36690542893f9fb6e6 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 28 十一月 2024 16:26:06 +0800
Subject: [PATCH] #

---
 static/css/wms.css/wms.css |   44 ++++++++++++++++++++++++++++++++++----------
 1 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 6147bc4..ee54200 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -2,11 +2,13 @@
 	display: flex;
 	min-height: 80rpx;
 	background-color: #FFF;
-	margin-top: 20rpx;
-	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
+	margin: 20rpx 20rpx;
+	padding: 20rpx;
+	border-radius: 20rpx;
+	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
 }
 .list:first-child {
-	margin-top: 310rpx;
+	margin-top: 340rpx;
 }
 .list:last-child {
 	margin-bottom: 120rpx;
@@ -14,28 +16,33 @@
 .list-left {
 	display: flex;
 	flex-direction: column;
-	margin-left: 20rpx;
 	width: 80vw;
 }
 .list-left-item {
 	min-height: 40rpx;
 	line-height: 40rpx;
 	display: flex;
+	padding: 2rpx;
 }
 .desc {
-	width: 20%;
+	min-height: 40rpx;
+	display: flex;
+	align-items: center;
 }
 .left-item {
 	display: flex;
 	flex-wrap: wrap;
-	width: 75%;
+	/* color: #409EFF; */
+}
+.left-item input {
+	border-bottom: 1px solid #cecece;
 }
 .list-right {
 	display: flex;
-	width: 20vw;
+	/* width: 20vw; */
 	justify-content: space-between;
 	align-items: center;
-	margin-right: 20rpx;
+	/* margin-right: 20rpx; */
 }
 .buttom {
 	width: 100%;
@@ -47,7 +54,7 @@
 	justify-content: space-between;
 	height: 100rpx;
 	background-color: #FFF;
-	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ;
+	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
 }
 .popup {
 	width: 80vw;
@@ -61,7 +68,7 @@
 	width: 100%;
 	color: #606266;
 	text-align: center;
-	font-size: 18px;
+	font-size: 16px;
 }
 .popup-item {
 	height: 80rpx;
@@ -112,3 +119,20 @@
 	align-items: center;
 	color: #409EFF;
 }
+/* 鎼滅储妗� */
+.search-bar {
+	background-color: #f8f8f8;
+}
+
+
+.keyboard{
+	width: 40px;height: 40px;background-size: 100%;position: absolute;z-index: 99;
+		top: 5px;right: 5px; border-radius: 50%;
+		display: flex;align-items: center;justify-content: center;
+}
+.kb-bgtr {
+	background-color: #55557f;
+}
+.kb-bgfa {
+	background-color: #00aeec;
+}
\ No newline at end of file

--
Gitblit v1.9.1