From c7870012df5f69ed1abcf30e08f31f34e96053d1 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 05 四月 2024 11:09:55 +0800
Subject: [PATCH] #
---
static/css/common/order.css | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/static/css/common/order.css b/static/css/common/order.css
index 4665071..9668fe1 100644
--- a/static/css/common/order.css
+++ b/static/css/common/order.css
@@ -93,4 +93,33 @@
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