no message
This commit is contained in:
parent
2f8e10a074
commit
cfe8719af3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user