From 0af4624c2242c9f7beb8bfa94e17b06a914e446d Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 26 Mar 2025 10:48:45 +0800 Subject: [PATCH] no message --- css/details.css | 5 +---- css/details.less | 10 +++++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/css/details.css b/css/details.css index e99743e..4016d90 100644 --- a/css/details.css +++ b/css/details.css @@ -398,15 +398,12 @@ background-color: #fbfbfb; border-radius: 0 12px 12px 0; border-left: 1px solid #ebebeb; + padding-top: 40px; } .content .details-box .side-item { - padding-top: 40px; padding-left: 50px; padding-right: 30px; } -.content .details-box .side-item:not(:last-of-type) { - border-bottom: 1px solid #ebebeb; -} .content .details-box .side-head { background-color: #04b0d5; color: #7f7f7f; diff --git a/css/details.less b/css/details.less index 3cc10c9..41c964b 100644 --- a/css/details.less +++ b/css/details.less @@ -454,15 +454,16 @@ background-color: #fbfbfb; border-radius: 0 12px 12px 0; border-left: 1px solid rgba(235, 235, 235, 1); + padding-top: 40px; .side-item { - padding-top: 40px; + // padding-top: 40px; padding-left: 50px; padding-right: 30px; - &:not(:last-of-type) { - border-bottom: 1px solid rgba(235, 235, 235, 1); - } + // &:not(:last-of-type) { + // border-bottom: 1px solid rgba(235, 235, 235, 1); + // } } .side-head { @@ -2064,7 +2065,6 @@ .consult-box { position: relative; - .consult-end { height: 48px;