no message

This commit is contained in:
A1300399510 2024-11-21 15:25:51 +08:00
parent ce9fa7be6b
commit 0ac0f5eb53
2 changed files with 11 additions and 2 deletions

View File

@ -5,6 +5,9 @@
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
} }
.boxbox.admission::after {
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
}
.boxbox::after { .boxbox::after {
content: ""; content: "";
position: absolute; position: absolute;
@ -12,7 +15,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 66px; height: 66px;
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec); background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%);
border-radius: 18px; border-radius: 18px;
z-index: -1; z-index: -1;
} }

View File

@ -5,6 +5,12 @@
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
&.admission {
&::after {
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236));
}
}
&::after { &::after {
content: ""; content: "";
position: absolute; position: absolute;
@ -12,7 +18,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 66px; height: 66px;
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236)); background: linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%);
border-radius: 18px; border-radius: 18px;
z-index: -1; z-index: -1;
} }