From bd22cf1b35738f1556c9a45a8b3a55fe2959581c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 19 八月 2024 11:04:05 +0800
Subject: [PATCH] #
---
static/css/common/order.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/static/css/common/order.css b/static/css/common/order.css
index 5351733..e8ecb55 100644
--- a/static/css/common/order.css
+++ b/static/css/common/order.css
@@ -11,11 +11,11 @@
.code-title {
display: flex;
justify-content: space-around;
- height: 50rpx;
+ /* height: 50rpx; */
}
.list {
margin: 20rpx;
-
+ font-size: 14px;
background-color: #fff;
border-radius: 20rpx;
border: 1px solid #eeeeee;
@@ -118,4 +118,8 @@
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