From 75291ece8be07085269e56210e2d3fe10adb4735 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 31 七月 2024 14:56:16 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index b2fb7c3..af00751 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -2,11 +2,13 @@
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;
+ border-radius: 20rpx;
+ box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
+ padding: 10rpx;
}
.list:first-child {
- margin-top: 310rpx;
+ margin-top: 320rpx;
}
.list:last-child {
margin-bottom: 120rpx;
@@ -15,7 +17,7 @@
display: flex;
flex-direction: column;
margin-left: 20rpx;
- width: 80vw;
+ width: 100vw;
}
.list-left-item {
min-height: 40rpx;
@@ -23,12 +25,17 @@
display: flex;
}
.desc {
- width: 20%;
+ min-height: 40rpx;
+ display: flex;
+ align-items: center;
+ width: 35%;
}
.left-item {
display: flex;
flex-wrap: wrap;
width: 75%;
+ margin: 1px 1px 1px 1px;
+ /* color: #409EFF; */
}
.list-right {
display: flex;
@@ -47,7 +54,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;
@@ -112,3 +119,7 @@
align-items: center;
color: #409EFF;
}
+/* 鎼滅储妗� */
+.search-bar {
+ background-color: #f8f8f8;
+}
--
Gitblit v1.9.1