no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-27 11:56:04 +08:00
parent 25fe8698fb
commit 8571163a49
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1495,6 +1495,7 @@
.tuition-left {
height: 100%;
position: relative;
flex-direction: column;
.unit {
position: absolute;
top: 10px;
@ -1525,7 +1526,7 @@
font-size: 14px;
color: #555555;
text-align: center;
margin-right: 10px;
margin-top: 10px;
}
}