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

View File

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