no message
This commit is contained in:
parent
ebb78168a3
commit
f69ff33b71
@ -527,9 +527,11 @@
|
||||
.content .details-box .apply-btn .apply-list .apply-item {
|
||||
font-size: 16px;
|
||||
color: #555555;
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
line-height: 40px;
|
||||
cursor: pointer;
|
||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
.content .details-box .apply-btn .apply-list .apply-item .dot {
|
||||
width: 6px;
|
||||
@ -539,6 +541,7 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
.content .details-box .apply-btn .apply-list .apply-item.pitch {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
color: #000000;
|
||||
}
|
||||
|
@ -609,9 +609,12 @@
|
||||
.apply-item {
|
||||
font-size: 16px;
|
||||
color: #555555;
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
line-height: 40px;
|
||||
cursor: pointer;
|
||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
.dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
@ -621,6 +624,7 @@
|
||||
}
|
||||
|
||||
&.pitch {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
color: #000000;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user