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;