From 2cf59517caf65b99da4b93d5d2b3db2598804a15 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 20 十月 2025 08:06:56 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index e074b1a..6e22815 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -1,4 +1,5 @@
.list {
+ position: relative;
display: flex;
min-height: 80rpx;
background-color: #FFF;
@@ -7,7 +8,7 @@
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.list:first-child {
- margin-top: 220rpx;
+ margin-top: 420rpx;
}
.list:last-child {
margin-bottom: 120rpx;
@@ -53,7 +54,7 @@
justify-content: space-between;
height: 100rpx;
background-color: #FFF;
- box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ;
+ box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
}
.popup {
width: 80vw;
--
Gitblit v1.9.1