From ebcd994e8ed533619f99181bd1d9538c426fac11 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 23 三月 2023 11:00:03 +0800
Subject: [PATCH] #

---
 static/css/wms.css/wms.css |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 6147bc4..7b90e87 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -3,7 +3,7 @@
 	min-height: 80rpx;
 	background-color: #FFF;
 	margin-top: 20rpx;
-	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
+	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
 }
 .list:first-child {
 	margin-top: 310rpx;
@@ -23,12 +23,17 @@
 	display: flex;
 }
 .desc {
+	min-height: 40rpx;
+	display: flex;
+	align-items: center;
 	width: 20%;
 }
 .left-item {
 	display: flex;
 	flex-wrap: wrap;
 	width: 75%;
+	margin: 1px 1px 1px 1px;
+	/* color: #409EFF; */
 }
 .list-right {
 	display: flex;
@@ -47,7 +52,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 50px 0px rgba(0,0,0,0.2) ;
 }
 .popup {
 	width: 80vw;
@@ -61,7 +66,7 @@
 	width: 100%;
 	color: #606266;
 	text-align: center;
-	font-size: 18px;
+	font-size: 16px;
 }
 .popup-item {
 	height: 80rpx;
@@ -112,3 +117,7 @@
 	align-items: center;
 	color: #409EFF;
 }
+/* 鎼滅储妗� */
+.search-bar {
+	background-color: #f8f8f8;
+}

--
Gitblit v1.9.1