no message
This commit is contained in:
parent
2f8e10a074
commit
cfe8719af3
@ -942,6 +942,9 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.content .details-box .issue-bj:not(:last-of-type) {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
.content .details-box .issue-bj .issue {
|
.content .details-box .issue-bj .issue {
|
||||||
padding: 0 26px 0 41px;
|
padding: 0 26px 0 41px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
@ -1343,7 +1346,7 @@
|
|||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
.content-right .else .case .list .item .brief {
|
.content-right .else .case .list .item .brief {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -1078,6 +1078,11 @@
|
|||||||
.issue-bj {
|
.issue-bj {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.issue {
|
.issue {
|
||||||
padding: 0 26px 0 41px;
|
padding: 0 26px 0 41px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
@ -1528,7 +1533,7 @@
|
|||||||
font-weight: 650;
|
font-weight: 650;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
.brief {
|
.brief {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user