From 8781a4c8c0c25c3890e245bafce92c7fff1d2cbd Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Tue, 25 Mar 2025 14:19:47 +0800 Subject: [PATCH] no message --- css/details.css | 19 +++++++++++++++++++ css/details.less | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/css/details.css b/css/details.css index ef46d2e..27725a1 100644 --- a/css/details.css +++ b/css/details.css @@ -960,6 +960,25 @@ .content .details-box .ranking .item .rank-box .itemm:first-of-type { margin-bottom: 9px; } +.content .details-box .ps { + height: 28px; + background-color: #ffffff; + border: 1px solid #ebebeb; + border-radius: 6px; +} +.content .details-box .ps .title { + font-family: "Arial-Black", "Arial Black", sans-serif; + font-weight: 900; + font-size: 14px; + color: #000000; + margin-right: 5px; +} +.content .details-box .ps .text { + font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; + font-weight: 400; + color: #555555; + font-size: 13px; +} .content .details-box .text-box { padding: 20px 16px 20px; position: relative; diff --git a/css/details.less b/css/details.less index cb9aaf1..6c1daf7 100644 --- a/css/details.less +++ b/css/details.less @@ -1093,6 +1093,27 @@ } } + .ps { + height: 28px; + background-color: rgba(255, 255, 255, 1); + border: 1px solid rgba(235, 235, 235, 1); + border-radius: 6px; + .title { + font-family: "Arial-Black", "Arial Black", sans-serif; + font-weight: 900; + font-size: 14px; + color: #000000; + margin-right: 5px; + } + + .text { + font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; + font-weight: 400; + color: #555555; + font-size: 13px; + } + } + .text-box { padding: 20px 16px 20px; position: relative;