From 0d2024eabd0f07bc4ab3341dddc10464d31938f8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 21 十二月 2024 18:47:12 +0800
Subject: [PATCH] #新增订单筛选物料界面
---
static/css/wms.css/wms.css | 248 ++++++++++++++++++++++++------------------------
1 files changed, 124 insertions(+), 124 deletions(-)
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index 34210d6..9844437 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -1,124 +1,124 @@
-.list {
- display: flex;
- min-height: 80rpx;
- background-color: #FFF;
- margin: 20rpx 20rpx;
- border-radius: 20rpx;
- box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
-}
-.list:first-child {
- margin-top: 420rpx;
-}
-.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;
-}
-.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; */
-}
-.list-right {
- display: flex;
- width: 20vw;
- justify-content: space-between;
- align-items: center;
- margin-right: 20rpx;
-}
-.buttom {
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 100rpx;
- background-color: #FFF;
- 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;
- width: 100%;
- color: #606266;
- text-align: center;
- font-size: 16px;
-}
-.popup-item {
- height: 80rpx;
- line-height: 80rpx;
- display: flex;
- 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;
- width: 50vw;
- height: 50rpx;
- padding: 2px 5px;
- border: 1px solid #E4E7ED;
- border-radius: 5rpx;
-}
-.popup-item-right input{
- color: #606266;
-}
-.btn {
- display: flex;
- height: 90rpx;
- margin-top: 20rpx;
- border-top: 1px solid #DCDFE6;
- justify-content: center;
- align-items: center;
-}
-.btn-left {
- display: flex;
- flex: 1;
- height: 100%;
- justify-content: center;
- align-items: center;
- color: #606266;
- border-right: 1px solid #DCDFE6;
-}
-.btn-right {
- display: flex;
- flex: 1;
- justify-content: center;
- align-items: center;
- color: #409EFF;
-}
-/* 鎼滅储妗� */
-.search-bar {
- background-color: #f8f8f8;
-}
+.list {
+ display: flex;
+ min-height: 80rpx;
+ background-color: #FFF;
+ margin: 20rpx 20rpx;
+ border-radius: 20rpx;
+ box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
+}
+.list:first-child {
+ margin-top: 420rpx;
+}
+.list:last-child {
+ margin-bottom: 40rpx;
+}
+.list-left {
+ display: flex;
+ flex-direction: column;
+ margin-left: 20rpx;
+ width: 80vw;
+}
+.list-left-item {
+ min-height: 40rpx;
+ line-height: 40rpx;
+ display: flex;
+}
+.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; */
+}
+.list-right {
+ display: flex;
+ width: 20vw;
+ justify-content: space-between;
+ align-items: center;
+ margin-right: 20rpx;
+}
+.buttom {
+ width: 100%;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ height: 100rpx;
+ background-color: #FFF;
+ 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;
+ width: 100%;
+ color: #606266;
+ text-align: center;
+ font-size: 16px;
+}
+.popup-item {
+ height: 80rpx;
+ line-height: 80rpx;
+ display: flex;
+ 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;
+ width: 50vw;
+ height: 50rpx;
+ padding: 2px 5px;
+ border: 1px solid #E4E7ED;
+ border-radius: 5rpx;
+}
+.popup-item-right input{
+ color: #606266;
+}
+.btn {
+ display: flex;
+ height: 90rpx;
+ margin-top: 20rpx;
+ border-top: 1px solid #DCDFE6;
+ justify-content: center;
+ align-items: center;
+}
+.btn-left {
+ display: flex;
+ flex: 1;
+ height: 100%;
+ justify-content: center;
+ align-items: center;
+ color: #606266;
+ border-right: 1px solid #DCDFE6;
+}
+.btn-right {
+ display: flex;
+ flex: 1;
+ justify-content: center;
+ align-items: center;
+ color: #409EFF;
+}
+/* 鎼滅储妗� */
+.search-bar {
+ background-color: #f8f8f8;
+}
--
Gitblit v1.9.1