no message
This commit is contained in:
parent
e42109c4e0
commit
5bcec8e33c
@ -47,9 +47,26 @@
|
|||||||
.boxbox.admission::after {
|
.boxbox.admission::after {
|
||||||
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
||||||
}
|
}
|
||||||
|
.boxbox.isme {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
.boxbox.isme .admission-title {
|
.boxbox.isme .admission-title {
|
||||||
display: none;
|
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 {
|
.boxbox::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -56,9 +56,26 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.isme {
|
&.isme {
|
||||||
|
background-color: rgba(255, 255, 255, 1);
|
||||||
.admission-title {
|
.admission-title {
|
||||||
display: none;
|
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 {
|
&::after {
|
||||||
|
BIN
img/admission-bj.png
Normal file
BIN
img/admission-bj.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in New Issue
Block a user