From fd742802d68148115be4701bbdf9d23cda74247f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 7 Nov 2024 16:32:00 +0800 Subject: [PATCH] no message --- css/details.css | 28 ++++++++++++++-------------- css/details.less | 2 +- css/subject.css | 1 - css/subject.less | 1 - 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/css/details.css b/css/details.css index 88937c0..a1578e8 100644 --- a/css/details.css +++ b/css/details.css @@ -1,11 +1,11 @@ -.box { +.boxbox { width: 1200px; background-color: #fbfbfb; border-radius: 12px; position: relative; margin-bottom: 20px; } -.box::after { +.boxbox::after { content: ""; position: absolute; top: -5px; @@ -18,29 +18,29 @@ border-radius: 18px; z-index: -1; } -.box .tab { +.boxbox .tab { height: 60px; font-size: 14px; color: #7f7f7f; border-bottom: 1px dotted #ebebeb; padding-left: 24px; } -.box .tab .img { +.boxbox .tab .img { width: 6px; height: 10px; margin: 0 15px; } -.box .tab .current { +.boxbox .tab .current { font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; font-style: normal; font-size: 14px; color: #000000; } -.box .details { +.boxbox .details { padding: 31px 60px; } -.box .details .logo { +.boxbox .details .logo { width: 120px; height: 120px; position: relative; @@ -50,7 +50,7 @@ margin-right: 39px; display: inline-flex; } -.box .details .right .name { +.boxbox .details .right .name { font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-weight: 650; font-style: normal; @@ -58,7 +58,7 @@ color: #000000; margin-bottom: 6px; } -.box .details .right .name-en { +.boxbox .details .right .name-en { font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-weight: 400; font-style: normal; @@ -66,25 +66,25 @@ color: #7f7f7f; margin-bottom: 15px; } -.box .details .right .school { +.boxbox .details .right .school { font-size: 16px; color: #333333; margin-bottom: 15px; } -.box .details .right .school .icon { +.boxbox .details .right .school .icon { height: 20px; margin-right: 9px; } -.box .details .right .school .line { +.boxbox .details .right .school .line { margin: 0 13px; color: #d7d7d7; } -.box .details .right .word { +.boxbox .details .right .word { margin-bottom: 15px; font-size: 14px; color: #7f7f7f; } -.box .details .right .word .img { +.boxbox .details .right .word .img { width: 20px; height: 14px; margin-right: 6px; diff --git a/css/details.less b/css/details.less index 6963c0a..925ba0b 100644 --- a/css/details.less +++ b/css/details.less @@ -1,4 +1,4 @@ -.box { +.boxbox { width: 1200px; background-color: rgba(251, 251, 251, 1); border-radius: 12px; diff --git a/css/subject.css b/css/subject.css index b5cf900..2586d23 100644 --- a/css/subject.css +++ b/css/subject.css @@ -1,6 +1,5 @@ .boxbox { width: 1200px; - height: 396px; background-color: #ffffff; border-radius: 12px; position: relative; diff --git a/css/subject.less b/css/subject.less index 5a9b67b..e8237f6 100644 --- a/css/subject.less +++ b/css/subject.less @@ -1,6 +1,5 @@ .boxbox { width: 1200px; - height: 396px; background-color: rgba(255, 255, 255, 1); border-radius: 12px; position: relative;