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;