From 9f8c2ee719613a600ddf76f4958c5c860cbe2ac6 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 26 三月 2024 13:08:40 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 075d6b1..ad6e288 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: 20rpx;
border-radius: 20rpx;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.list:first-child {
- margin-top: 420rpx;
+ margin-top: 340rpx;
}
.list:last-child {
margin-bottom: 120rpx;
@@ -15,25 +16,22 @@
.list-left {
display: flex;
flex-direction: column;
- margin-left: 20rpx;
width: 80vw;
}
.list-left-item {
min-height: 40rpx;
line-height: 40rpx;
display: flex;
+ padding: 2rpx;
}
.desc {
min-height: 40rpx;
display: flex;
align-items: center;
- width: 25%;
}
.left-item {
display: flex;
flex-wrap: wrap;
- width: 75%;
- margin: 1px 1px 1px 1px;
/* color: #409EFF; */
}
.left-item input {
@@ -125,3 +123,16 @@
.search-bar {
background-color: #f8f8f8;
}
+
+
+.keyboard{
+ width: 40px;height: 40px;background-size: 100%;position: absolute;z-index: 99;
+ top: 5px;right: 5px; border-radius: 50%;
+ display: flex;align-items: center;justify-content: center;
+}
+.kb-bgtr {
+ background-color: #55557f;
+}
+.kb-bgfa {
+ background-color: #00aeec;
+}
\ No newline at end of file
--
Gitblit v1.9.1