From 49f4db90afa525edd0f854d5614e37cd6457a01f Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 20 Mar 2025 14:33:38 +0800 Subject: [PATCH] no message --- css/contrastDetails.css | 19 +++++++++++++++++++ css/contrastDetails.less | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/css/contrastDetails.css b/css/contrastDetails.css index d592b9c..cc78724 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -243,6 +243,25 @@ font-size: 14px; color: #ffffff; } +.body .item .thead .ranking-box { + flex-direction: column; +} +.body .item .thead .ranking-box .title { + font-family: "Arial-Black", "Arial Black", sans-serif; + font-weight: 900; + font-style: normal; + font-size: 16px; +} +.body .item .thead .ranking-box .text { + margin-top: 5px; + color: #7f7f7f; + font-size: 13px; + max-width: 200px; + word-break: keep-all; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} .body .item .thead .mode1 { font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 78408d4..1da96f5 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -284,6 +284,27 @@ } } + .ranking-box { + flex-direction: column; + .title { + font-family: "Arial-Black", "Arial Black", sans-serif; + font-weight: 900; + font-style: normal; + font-size: 16px; + } + + .text { + margin-top: 5px; + color: #7f7f7f; + font-size: 13px; + max-width: 200px; + word-break: keep-all; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + } + .mode1 { font-family: "Arial-Black", "Arial Black", sans-serif; font-weight: 900;