no message

This commit is contained in:
A1300399510 2024-11-28 14:50:25 +08:00
parent 2f8e10a074
commit cfe8719af3
2 changed files with 10 additions and 2 deletions

View File

@ -942,6 +942,9 @@
z-index: 1;
position: relative;
}
.content .details-box .issue-bj:not(:last-of-type) {
margin-bottom: 20px;
}
.content .details-box .issue-bj .issue {
padding: 0 26px 0 41px;
margin-left: 5px;
@ -1343,7 +1346,7 @@
font-weight: 650;
font-size: 15px;
color: #000000;
margin-bottom: 8px;
margin-bottom: 6px;
}
.content-right .else .case .list .item .brief {
font-size: 14px;

View File

@ -1078,6 +1078,11 @@
.issue-bj {
z-index: 1;
position: relative;
&:not(:last-of-type) {
margin-bottom: 20px;
}
.issue {
padding: 0 26px 0 41px;
margin-left: 5px;
@ -1528,7 +1533,7 @@
font-weight: 650;
font-size: 15px;
color: #000000;
margin-bottom: 8px;
margin-bottom: 6px;
}
.brief {
font-size: 14px;