From 52e3d034806bafbc3a2b24d208231e568cf8ed12 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 25 十一月 2025 17:27:36 +0800
Subject: [PATCH] #
---
static/css/wms.css/wms.css | 67 ++++++++++++++++++++++++++++-----
1 files changed, 57 insertions(+), 10 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 10a72c7..2b18435 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -3,46 +3,56 @@
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);
+ box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
+
.list:first-child {
- margin-top: 320rpx;
+ margin-top: 340rpx;
}
+
.list:last-child {
margin-bottom: 120rpx;
}
+
.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 {
+ border-bottom: 1px solid #cecece;
+}
+
.list-right {
display: flex;
- width: 20vw;
+ /* width: 20vw; */
justify-content: space-between;
align-items: center;
- margin-right: 20rpx;
+ /* margin-right: 20rpx; */
}
+
.buttom {
width: 100%;
position: fixed;
@@ -53,14 +63,16 @@
justify-content: space-between;
height: 100rpx;
background-color: #FFF;
- box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
+
.popup {
width: 80vw;
min-height: 100rpx;
background-color: #FFF;
border-radius: 25rpx;
}
+
.title {
height: 100rpx;
line-height: 100rpx;
@@ -69,6 +81,7 @@
text-align: center;
font-size: 16px;
}
+
.popup-item {
height: 80rpx;
line-height: 80rpx;
@@ -76,12 +89,14 @@
align-items: center;
font-size: 14px;
}
+
.popup-item-left {
width: 16vw;
padding-right: 20rpx;
text-align: right;
color: #606266;
}
+
.popup-item-right {
display: flex;
align-items: center;
@@ -91,9 +106,11 @@
border: 1px solid #E4E7ED;
border-radius: 5rpx;
}
-.popup-item-right input{
+
+.popup-item-right input {
color: #606266;
}
+
.btn {
display: flex;
height: 90rpx;
@@ -102,6 +119,7 @@
justify-content: center;
align-items: center;
}
+
.btn-left {
display: flex;
flex: 1;
@@ -111,6 +129,7 @@
color: #606266;
border-right: 1px solid #DCDFE6;
}
+
.btn-right {
display: flex;
flex: 1;
@@ -118,7 +137,35 @@
align-items: center;
color: #409EFF;
}
+
/* 鎼滅储妗� */
.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;
+}
+
+.has-foot {
+ padding-bottom: 100rpx;
+}
\ No newline at end of file
--
Gitblit v1.9.1