no message
This commit is contained in:
parent
3c20f95c92
commit
2ddcfd74eb
@ -6,9 +6,10 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.boxbox.admission .admission-title {
|
||||
width: 120px;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-bj {
|
||||
position: absolute;
|
||||
@ -20,6 +21,10 @@
|
||||
.boxbox.admission .admission-title .admission-name {
|
||||
width: 70px;
|
||||
height: 18px;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.boxbox.admission .admission-title .admission-arrows {
|
||||
width: 13px;
|
||||
|
@ -7,9 +7,10 @@
|
||||
|
||||
&.admission {
|
||||
.admission-title {
|
||||
width: 120px;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
.admission-bj {
|
||||
position: absolute;
|
||||
@ -22,6 +23,10 @@
|
||||
.admission-name {
|
||||
width: 70px;
|
||||
height: 18px;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.admission-arrows {
|
||||
|
Loading…
x
Reference in New Issue
Block a user