no message

This commit is contained in:
A1300399510 2024-12-19 17:11:14 +08:00
parent 9d6526920f
commit 9d1b2f6f32
2 changed files with 3 additions and 4 deletions

View File

@ -707,11 +707,10 @@
text-align: center; text-align: center;
} }
.content .details-box .tuition .tuition-left .text { .content .details-box .tuition .tuition-left .text {
margin-top: 9px;
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
text-align: center; text-align: center;
margin-bottom: 10px; margin-right: 10px;
} }
.content .details-box .tuition .tuition-right { .content .details-box .tuition .tuition-right {
width: 240px; width: 240px;

View File

@ -802,11 +802,11 @@
} }
.text { .text {
margin-top: 9px; // margin-top: 9px;
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
text-align: center; text-align: center;
margin-bottom: 10px; margin-right: 10px;
} }
} }