From f69ff33b711549ab526d96cc8b9e92253ada931a Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 27 Mar 2025 16:16:19 +0800 Subject: [PATCH] no message --- css/details.css | 5 ++++- css/details.less | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/css/details.css b/css/details.css index 1f53428..9595e5b 100644 --- a/css/details.css +++ b/css/details.css @@ -527,9 +527,11 @@ .content .details-box .apply-btn .apply-list .apply-item { font-size: 16px; color: #555555; - font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; line-height: 40px; cursor: pointer; + font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; + font-weight: 400; + font-style: normal; } .content .details-box .apply-btn .apply-list .apply-item .dot { width: 6px; @@ -539,6 +541,7 @@ margin-right: 10px; } .content .details-box .apply-btn .apply-list .apply-item.pitch { + font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; color: #000000; } diff --git a/css/details.less b/css/details.less index 9c90ff1..26da665 100644 --- a/css/details.less +++ b/css/details.less @@ -609,9 +609,12 @@ .apply-item { font-size: 16px; color: #555555; - font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; line-height: 40px; cursor: pointer; + font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; + font-weight: 400; + font-style: normal; + .dot { width: 6px; height: 6px; @@ -621,6 +624,7 @@ } &.pitch { + font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; color: #000000;