no message

This commit is contained in:
A1300399510 2024-11-28 14:55:59 +08:00
parent 79d2ef2d79
commit 4be6dce8af
2 changed files with 6 additions and 2 deletions

View File

@ -949,7 +949,7 @@
margin-bottom: 40px;
}
.content .details-box .issue-bj .issue {
padding: 0 26px 0 41px;
padding: 0 0 0 41px;
margin-left: 5px;
position: relative;
}
@ -983,12 +983,14 @@
padding-bottom: 15px;
border-bottom: 1px dotted #ebebeb;
line-height: 28px;
padding-right: 10px;
}
.content .details-box .issue-bj .issue .text {
font-size: 15px;
color: #555555;
line-height: 32px;
padding: 19px 0;
padding-right: 10px;
}
.content .details-box .consult-list {
padding-bottom: 30px;

View File

@ -1088,7 +1088,7 @@
}
.issue {
padding: 0 26px 0 41px;
padding: 0 0 0 41px;
margin-left: 5px;
position: relative;
.index-bj {
@ -1121,6 +1121,7 @@
padding-bottom: 15px;
border-bottom: 1px dotted rgb(235, 235, 235);
line-height: 28px;
padding-right: 10px;
}
.text {
@ -1128,6 +1129,7 @@
color: #555555;
line-height: 32px;
padding: 19px 0;
padding-right: 10px;
}
}
}