From e7c423f807a03b2e4f61afd43124992acb28f06d Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 03 九月 2024 09:06:35 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 28a39b8..5d625d6 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -3,11 +3,12 @@
min-height: 80rpx;
background-color: #FFF;
margin: 20rpx 20rpx;
+ padding: 10rpx;
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;
@@ -27,12 +28,13 @@
min-height: 40rpx;
display: flex;
align-items: center;
- width: 25%;
+ white-space: nowrap;
+ /* width: 25%; */
}
.left-item {
display: flex;
flex-wrap: wrap;
- width: 75%;
+ /* width: 75%; */
margin: 1px 1px 1px 1px;
/* color: #409EFF; */
}
@@ -53,7 +55,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