no message

This commit is contained in:
A1300399510 2025-01-22 17:59:44 +08:00
parent e42109c4e0
commit 5bcec8e33c
3 changed files with 34 additions and 0 deletions

View File

@ -47,9 +47,26 @@
.boxbox.admission::after {
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
}
.boxbox.isme {
background-color: #ffffff;
}
.boxbox.isme .admission-title {
display: none;
}
.boxbox.isme::after {
background: linear-gradient(90deg, #4cabd4, #f7ebe3, #9ce4e5);
}
.boxbox.isme .admission-box {
display: block;
}
.boxbox .admission-box {
display: none;
width: 566px;
height: 226px;
position: absolute;
top: -9px;
right: 44px;
}
.boxbox::after {
content: "";
position: absolute;

View File

@ -56,9 +56,26 @@
}
&.isme {
background-color: rgba(255, 255, 255, 1);
.admission-title {
display: none;
}
&::after {
background: linear-gradient(90deg, #4cabd4, #f7ebe3, #9ce4e5);
}
.admission-box {
display: block;
}
}
.admission-box {
display: none;
width: 566px;
height: 226px;
position: absolute;
top: -9px;
right: 44px;
}
&::after {

BIN
img/admission-bj.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB