no message

This commit is contained in:
A1300399510 2024-12-16 17:26:55 +08:00
parent b0f8bf364b
commit 6034dc2913
2 changed files with 2 additions and 2 deletions

View File

@ -568,11 +568,11 @@
color: #000000; color: #000000;
font-family: "Arial-Black", "Arial Black", sans-serif; font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900; font-weight: 900;
margin-bottom: 14px;
} }
.content .details-box .application-schedule .list .time .item .value { .content .details-box .application-schedule .list .time .item .value {
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
margin-top: 14px;
} }
.content .details-box .application-schedule .application-else { .content .details-box .application-schedule .application-else {
background-color: #f6f6f6; background-color: #f6f6f6;

View File

@ -638,12 +638,12 @@
color: #000000; color: #000000;
font-family: "Arial-Black", "Arial Black", sans-serif; font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900; font-weight: 900;
margin-bottom: 14px;
} }
.value { .value {
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
margin-top: 14px;
} }
} }
} }