no message

This commit is contained in:
A1300399510 2025-01-22 18:17:17 +08:00
parent d0f8db7f15
commit 5428bf62f9
2 changed files with 4 additions and 2 deletions

View File

@ -72,12 +72,13 @@
height: 8px;
position: absolute;
top: 0;
z-index: -1;
}
.boxbox .admission-box .triangle.triangle-left {
left: -8px;
}
.boxbox .admission-box .triangle.triangle-right {
right: -8px;
right: -10px;
}
.boxbox .admission-box .bj {
width: 566px;

View File

@ -87,8 +87,9 @@
left: -8px;
}
&.triangle-right {
right: -8px;
right: -10px;
}
z-index: -1;
}
.bj {