no message

This commit is contained in:
A1300399510 2024-12-19 17:04:56 +08:00
parent 9be2934a3d
commit 9d6526920f
2 changed files with 3 additions and 2 deletions

View File

@ -683,7 +683,6 @@
.content .details-box .tuition .tuition-left { .content .details-box .tuition .tuition-left {
height: 100%; height: 100%;
position: relative; position: relative;
flex-direction: column;
} }
.content .details-box .tuition .tuition-left .unit { .content .details-box .tuition .tuition-left .unit {
position: absolute; position: absolute;
@ -712,6 +711,7 @@
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
text-align: center; text-align: center;
margin-bottom: 10px;
} }
.content .details-box .tuition .tuition-right { .content .details-box .tuition .tuition-right {
width: 240px; width: 240px;

View File

@ -790,7 +790,7 @@
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
} }
flex-direction: column; // flex-direction: column;
.number { .number {
font-family: "Arial-Black", "Arial Black", sans-serif; font-family: "Arial-Black", "Arial Black", sans-serif;
@ -806,6 +806,7 @@
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
text-align: center; text-align: center;
margin-bottom: 10px;
} }
} }