From 63f49160fc56c20e9339132245b5730de6ce7655 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Sat, 21 Sep 2024 23:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E7=AD=BE=E5=88=B0=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/template/sign/main.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/resources/template/sign/main.css b/resources/template/sign/main.css index 74b8eeba..d217f74a 100644 --- a/resources/template/sign/main.css +++ b/resources/template/sign/main.css @@ -79,10 +79,17 @@ body { margin-top: 43px; margin-left: 30px; font-size: 47px; - height: 57px; - align-items: center; - justify-content: center; - display: flex + /* align-items: center; + justify-content: center; */ + /* display: flex; */ + width: 275px; + height: 67px; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + overflow: hidden; + text-overflow: ellipsis; + white-space: normal; } .uid {