From 93e5d073ff3e51cb2a5fc9f3778bac40924de838 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Tue, 1 Apr 2025 17:55:16 +0800 Subject: [PATCH] no message --- css/details.css | 3 ++- css/details.less | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/css/details.css b/css/details.css index 0381032..7910120 100644 --- a/css/details.css +++ b/css/details.css @@ -363,8 +363,9 @@ } .content .side .item.pitch:first-of-type { border-top: none; +} +.content .side .item.pitch:first-of-type::after { border-radius: 12px 0 0 0; - overflow: hidden; } .content .side .item.pitch::after { content: ""; diff --git a/css/details.less b/css/details.less index a523954..d00a21a 100644 --- a/css/details.less +++ b/css/details.less @@ -402,8 +402,11 @@ &.pitch { &:first-of-type { border-top: none; - border-radius: 12px 0 0 0; - overflow: hidden; + // border-radius: 12px 0 0 0; + // overflow: hidden; + &::after { + border-radius: 12px 0 0 0; + } } width: 100%; background-color: rgba(251, 251, 251, 1);