no message
This commit is contained in:
parent
59350ee811
commit
600fbfb8c3
@ -5,22 +5,23 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title {
|
.boxbox .admission-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
top: -11px;
|
top: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title .admission-bj {
|
.boxbox .admission-title .admission-bj {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -5px;
|
left: -5px;
|
||||||
top: -5px;
|
top: -5px;
|
||||||
width: 131px;
|
width: 131px;
|
||||||
height: 43px;
|
height: 43px;
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title .admission-name {
|
.boxbox .admission-title .admission-name {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -28,18 +29,21 @@
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title .admission-arrows {
|
.boxbox .admission-title .admission-arrows {
|
||||||
width: 13px;
|
width: 13px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title .admission-arrows.admission-arrows-left {
|
.boxbox .admission-title .admission-arrows.admission-arrows-left {
|
||||||
left: -6px;
|
left: -6px;
|
||||||
}
|
}
|
||||||
.boxbox.admission .admission-title .admission-arrows.admission-arrows-right {
|
.boxbox .admission-title .admission-arrows.admission-arrows-right {
|
||||||
right: -6px;
|
right: -6px;
|
||||||
}
|
}
|
||||||
|
.boxbox.admission .admission-title {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.boxbox.admission::after {
|
.boxbox.admission::after {
|
||||||
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
&.admission {
|
|
||||||
.admission-title {
|
.admission-title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
@ -13,6 +12,7 @@
|
|||||||
top: -11px;
|
top: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
display: none;
|
||||||
|
|
||||||
.admission-bj {
|
.admission-bj {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -45,6 +45,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.admission {
|
||||||
|
.admission-title {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
&::after {
|
&::after {
|
||||||
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236));
|
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user