From e3b84d48cef3e024e4a17b4df35f47cf3e63e820 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 10 四月 2024 00:05:59 +0800
Subject: [PATCH] #

---
 static/css/common/order.css |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 1 deletions(-)

diff --git a/static/css/common/order.css b/static/css/common/order.css
index a20807a..60d37f4 100644
--- a/static/css/common/order.css
+++ b/static/css/common/order.css
@@ -11,7 +11,7 @@
 	.code-title {
 		display: flex;
 		justify-content: space-around;
-		height: 50rpx;
+		/* height: 50rpx; */
 	}
 	.list {
 		margin: 20rpx;
@@ -57,4 +57,69 @@
 		height: 100rpx;
 		background-color: #FFF;
 		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2) ;
+	}
+	.card-status-1 {
+		position: absolute;
+		right: 20rpx;
+		top: 30rpx;
+		padding: 4rpx 20rpx;
+		text-align: center;
+		font-size: 10px;
+		color: #f5222d;
+		background-color: #fff1f0;
+		border: 1px solid #ffa39e;
+		border-radius: 6rpx;
+	}
+	.card-status-2 {
+		position: absolute;
+		right: 20rpx;
+		top: 30rpx;
+		padding: 4rpx 20rpx;
+		text-align: center;
+		font-size: 10px;
+		color: #52c41a;
+		background-color: #f6ffed;
+		border: 1px solid #b7eb8f;
+		border-radius: 6rpx;
+	}
+	.card-status-4 {
+		position: absolute;
+		right: 20rpx;
+		top: 30rpx;
+		padding: 4rpx 20rpx;
+		text-align: center;
+		font-size: 10px;
+		color: #1890ff;
+		background-color: #e6f7ff;
+		border: 1px solid #91d5ff;
+		border-radius: 6rpx;
+	}
+	.dropdown {
+		position: relative;
+		display: flex;
+		align-items: center;
+		padding: 0rpx 20rpx;
+		border-bottom: 1px solid #d9d9d9;
+	}
+	.dropdown-content {
+		position: absolute;
+		top: calc(100% + 15rpx);
+		left: 0;
+		width: calc(100% - 20rpx);
+		max-height: 300rpx;
+		background-color: #fff;
+		box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
+		border-radius: 8rpx;
+		z-index: 10;
+	}
+	.dropdown-item {
+		margin: 12rpx;
+		padding: 12rpx;
+		line-height: 1;
+		font-size: 32rpx;
+		color: #3a3a3a;
+	}
+	.mt-flex {
+		display: flex;
+		align-items: center;
 	}
\ No newline at end of file

--
Gitblit v1.9.1