From b2fff41420c449d2b832fb0580c2551c8fb3aae5 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 22 Nov 2024 11:45:18 +0800 Subject: [PATCH] no message --- css/common.css | 8 ++++---- css/common.less | 10 +++++----- css/details.css | 12 ++++++------ css/details.less | 12 ++++++------ 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/css/common.css b/css/common.css index 8802497..d647043 100644 --- a/css/common.css +++ b/css/common.css @@ -115,13 +115,13 @@ body { } .tag .tag-item { width: fit-content; - height: 24px; - line-height: 24px; + height: 20px; + line-height: 20px; background-color: #f9f8f8; border: 1px solid #aaaaaa; border-radius: 6px; - padding: 0 9px; - font-size: 14px; + padding: 0 6px; + font-size: 12px; color: #7f7f7f; margin-right: 10px; margin-bottom: 10px; diff --git a/css/common.less b/css/common.less index 8cf8d4d..8879557 100644 --- a/css/common.less +++ b/css/common.less @@ -131,13 +131,13 @@ body { flex-wrap: wrap; .tag-item { width: fit-content; - height: 24px; - line-height: 24px; + height: 20px; + line-height: 20px; background-color: rgba(249, 248, 248, 1); border: 1px solid rgba(170, 170, 170, 1); border-radius: 6px; - padding: 0 9px; - font-size: 14px; + padding: 0 6px; + font-size: 12px; color: #7f7f7f; margin-right: 10px; margin-bottom: 10px; @@ -238,7 +238,7 @@ body { border-radius: 0 0 12px 12px; .left { width: 580px; - + &.left1 { width: 820px; } diff --git a/css/details.css b/css/details.css index 2cb6770..ca2c98e 100644 --- a/css/details.css +++ b/css/details.css @@ -71,7 +71,7 @@ .boxbox .tab .img { width: 6px; height: 10px; - margin: 0 15px; + margin: 0 10px; } .boxbox .tab .current { font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; @@ -100,7 +100,7 @@ font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; font-style: normal; - font-size: 32px; + font-size: 28px; color: #000000; margin-bottom: 6px; } @@ -125,7 +125,7 @@ color: #333333; } .boxbox .details .right .school .line { - margin: 0 13px; + margin: 0 12px; color: #d7d7d7; } .boxbox .details .right .word { @@ -720,15 +720,15 @@ } .content .details-box .pattern .tab { width: 180px; - height: 40px; - background-color: #f2f2f2; + height: 32px; + background-color: #edf0f4; border: 1px solid #ebebeb; border-radius: 114px; margin: 0 auto 33px; } .content .details-box .pattern .tab .item { height: 100%; - font-size: 16px; + font-size: 14px; color: #555555; cursor: pointer; } diff --git a/css/details.less b/css/details.less index dcab1be..9c18629 100644 --- a/css/details.less +++ b/css/details.less @@ -78,7 +78,7 @@ .img { width: 6px; height: 10px; - margin: 0 15px; + margin: 0 10px; } .current { @@ -110,7 +110,7 @@ font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; font-style: normal; - font-size: 32px; + font-size: 28px; color: #000000; margin-bottom: 6px; } @@ -138,7 +138,7 @@ } .line { - margin: 0 13px; + margin: 0 12px; color: rgb(215, 215, 215); } } @@ -821,15 +821,15 @@ padding: 20px 16px 33px; .tab { width: 180px; - height: 40px; - background-color: rgba(242, 242, 242, 1); + height: 32px; + background-color: rgba(237, 240, 244, 1); border: 1px solid rgba(235, 235, 235, 1); border-radius: 114px; margin: 0 auto 33px; .item { height: 100%; - font-size: 16px; + font-size: 14px; color: #555555; cursor: pointer; &.pitch {