From 12ea25865f385bbfa76c8a0cecb86de618d9b5f5 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 21 十月 2024 16:47:06 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index b1dda2b..fe87c16 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -5,9 +5,10 @@
margin: 20rpx 20rpx;
border-radius: 20rpx;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
+ padding: 20rpx;
}
.list:first-child {
- margin-top: 420rpx;
+ margin-top: 320rpx;
}
.list:last-child {
margin-bottom: 120rpx;
@@ -27,7 +28,7 @@
min-height: 40rpx;
display: flex;
align-items: center;
- width: 25%;
+ width: 20%;
}
.left-item {
display: flex;
@@ -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