From 1a82b901e82456f76e60b9aed066f72b00e55eb2 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 五月 2023 09:09:11 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 76e0fae..a62857c 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -2,8 +2,9 @@
display: flex;
min-height: 80rpx;
background-color: #FFF;
- margin-top: 20rpx;
- box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
+ margin: auto 20rpx;
+ border-radius: 20rpx;
+ box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.list:first-child {
margin-top: 310rpx;
@@ -26,7 +27,7 @@
min-height: 40rpx;
display: flex;
align-items: center;
- width: 20%;
+ width: 25%;
}
.left-item {
display: flex;
@@ -52,7 +53,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 50px 0px rgba(0,0,0,0.2) ;
}
.popup {
width: 80vw;
@@ -117,3 +118,7 @@
align-items: center;
color: #409EFF;
}
+/* 鎼滅储妗� */
+.search-bar {
+ background-color: #f8f8f8;
+}
--
Gitblit v1.9.1