From f11f38fbd00c39c9a021807b6b585c6fb0c5aa96 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 01 四月 2024 14:44:31 +0800
Subject: [PATCH] #

---
 static/css/common/order.css |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/static/css/common/order.css b/static/css/common/order.css
index d5a20e3..5351733 100644
--- a/static/css/common/order.css
+++ b/static/css/common/order.css
@@ -98,14 +98,14 @@
 		position: relative;
 		display: flex;
 		align-items: center;
-		border-bottom: 1px solid #333;
 		padding: 0rpx 20rpx;
+		border-bottom: 1px solid #d9d9d9;
 	}
 	.dropdown-content {
 		position: absolute;
 		top: calc(100% + 15rpx);
 		left: 0;
-		width: calc(100%);
+		width: calc(100% - 20rpx);
 		max-height: 300rpx;
 		background-color: #fff;
 		box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
@@ -113,8 +113,9 @@
 		z-index: 10;
 	}
 	.dropdown-item {
+		margin: 12rpx;
 		padding: 12rpx;
-		line-height: 1.2;
-		font-size: 12rpx;
+		line-height: 1;
+		font-size: 32rpx;
 		color: #3a3a3a;
 	}
\ No newline at end of file

--
Gitblit v1.9.1