From 03afa45e6fcab6329025e3492d2665d6632e9be8 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 01 九月 2025 14:48:21 +0800
Subject: [PATCH] 多次并板

---
 static/css/wms.css/wms.css |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 6147bc4..a461648 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -1,12 +1,21 @@
+::v-deep .uni-nav-bar-text{    
+	font-size: 16px;    
+	font-weight: 600;
+}
+.uni-nav-bar-text {
+	font-size: 12px;
+}
 .list {
 	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: 15rpx 15rpx;
+	border-radius: 20rpx;
+	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
 }
 .list:first-child {
-	margin-top: 310rpx;
+	margin-top: 420rpx;
 }
 .list:last-child {
 	margin-bottom: 120rpx;
@@ -23,12 +32,17 @@
 	display: flex;
 }
 .desc {
-	width: 20%;
+	min-height: 40rpx;
+	display: flex;
+	align-items: center;
+	width: 70%;
 }
 .left-item {
 	display: flex;
 	flex-wrap: wrap;
 	width: 75%;
+	/* margin: 1px 1px 1px 1px; */
+	/* color: #409EFF; */
 }
 .list-right {
 	display: flex;
@@ -47,7 +61,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 +75,7 @@
 	width: 100%;
 	color: #606266;
 	text-align: center;
-	font-size: 18px;
+	font-size: 16px;
 }
 .popup-item {
 	height: 80rpx;
@@ -112,3 +126,7 @@
 	align-items: center;
 	color: #409EFF;
 }
+/* 鎼滅储妗� */
+.search-bar {
+	background-color: #f8f8f8;
+}

--
Gitblit v1.9.1