no message

This commit is contained in:
A1300399510 2024-11-21 15:35:46 +08:00
parent 3c20f95c92
commit 2ddcfd74eb
2 changed files with 16 additions and 6 deletions

View File

@ -6,9 +6,10 @@
margin-bottom: 20px;
}
.boxbox.admission .admission-title {
width: 120px;
height: 32px;
position: relative;
position: absolute;
top: -11px;
left: 50%;
transform: translateX(-50%);
}
.boxbox.admission .admission-title .admission-bj {
position: absolute;
@ -20,6 +21,10 @@
.boxbox.admission .admission-title .admission-name {
width: 70px;
height: 18px;
position: absolute;
top: 7px;
left: 50%;
transform: translateX(-50%);
}
.boxbox.admission .admission-title .admission-arrows {
width: 13px;

View File

@ -7,9 +7,10 @@
&.admission {
.admission-title {
width: 120px;
height: 32px;
position: relative;
position: absolute;
top: -11px;
left: 50%;
transform: translateX(-50%);
.admission-bj {
position: absolute;
@ -22,6 +23,10 @@
.admission-name {
width: 70px;
height: 18px;
position: absolute;
top: 7px;
left: 50%;
transform: translateX(-50%);
}
.admission-arrows {