From 9382f2c611581996c9b015abeb079891acbddde4 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 11 十二月 2025 17:56:19 +0800
Subject: [PATCH] Merge branch 'jsxswms-app' of http://47.97.1.152:5880/r/wms_app into jsxswms-app
---
static/css/wms.css/wms.css | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 28a39b8..13e8df0 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -7,7 +7,7 @@
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.list:first-child {
- margin-top: 310rpx;
+ margin-top: 320rpx;
}
.list:last-child {
margin-bottom: 120rpx;
@@ -16,7 +16,9 @@
display: flex;
flex-direction: column;
margin-left: 20rpx;
+ padding: 15rpx;
width: 80vw;
+ font-size: 28rpx;
}
.list-left-item {
min-height: 40rpx;
@@ -27,7 +29,7 @@
min-height: 40rpx;
display: flex;
align-items: center;
- width: 25%;
+ width: 28%;
}
.left-item {
display: flex;
@@ -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;
@@ -61,6 +63,7 @@
background-color: #FFF;
border-radius: 25rpx;
}
+
.title {
height: 100rpx;
line-height: 100rpx;
--
Gitblit v1.9.1