增加个判断

This commit is contained in:
A1300399510
2024-09-02 11:11:45 +08:00
parent df74f025f5
commit a3dcccb93d
3 changed files with 25 additions and 27 deletions

View File

@@ -234,6 +234,11 @@
.box .content.bj .offer-background-content .grade-content-item:not(:last-of-type) .grade-content-value {
border-right: 1px solid #ebebeb;
}
.box .content.bj .offer-background-content .grade-content-item:last-of-type {
font-weight: 650;
font-size: 18px;
color: #000000;
}
.box .content.bj .offer-background-content.offer-background-content-text {
padding: 24px 17px;
word-break: break-word;

View File

@@ -264,6 +264,12 @@
border-right: 1px solid #ebebeb;
}
}
&:last-of-type {
font-weight: 650;
font-size: 18px;
color: #000000;
}
}
&.offer-background-content-text {