no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 10:48:45 +08:00
parent 5006a0e84a
commit 0af4624c22
2 changed files with 6 additions and 9 deletions

View File

@ -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;

View File

@ -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;