no message
This commit is contained in:
parent
0ac0f5eb53
commit
3c20f95c92
@ -5,6 +5,34 @@
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.boxbox.admission .admission-title {
|
||||
width: 120px;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-bj {
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
top: -5px;
|
||||
width: 131px;
|
||||
height: 43px;
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-name {
|
||||
width: 70px;
|
||||
height: 18px;
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-arrows {
|
||||
width: 13px;
|
||||
height: 6px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-arrows.admission-arrows-left {
|
||||
left: -6px;
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-arrows.admission-arrows-right {
|
||||
right: -6px;
|
||||
}
|
||||
.boxbox.admission::after {
|
||||
background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec);
|
||||
}
|
||||
|
@ -6,6 +6,38 @@
|
||||
margin-bottom: 20px;
|
||||
|
||||
&.admission {
|
||||
.admission-title {
|
||||
width: 120px;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
|
||||
.admission-bj {
|
||||
position: absolute;
|
||||
left: -5px;
|
||||
top: -5px;
|
||||
width: 131px;
|
||||
height: 43px;
|
||||
}
|
||||
|
||||
.admission-name {
|
||||
width: 70px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.admission-arrows {
|
||||
width: 13px;
|
||||
height: 6px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
&.admission-arrows-left {
|
||||
left: -6px;
|
||||
}
|
||||
&.admission-arrows-right {
|
||||
right: -6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&::after {
|
||||
background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user