|
@ -129,10 +129,16 @@ |
|
|
.behind { |
|
|
.behind { |
|
|
z-index: 98; |
|
|
z-index: 98; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
|
|
|
transform: translateY(5px) scale(0.98); |
|
|
|
|
|
transform-origin: top; |
|
|
|
|
|
transition-property: transform; |
|
|
|
|
|
transition-duration: 0.5s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.front { |
|
|
.front { |
|
|
z-index: 99; |
|
|
z-index: 99; |
|
|
|
|
|
transition-property: transform; |
|
|
|
|
|
transition-duration: 0.5s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.judge { |
|
|
.judge { |
|
@ -148,7 +154,7 @@ |
|
|
|
|
|
|
|
|
.new { |
|
|
.new { |
|
|
position: relative; |
|
|
position: relative; |
|
|
margin: 20px 20px 30px 0; |
|
|
|
|
|
|
|
|
margin: 30px 20px 30px 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.twin-collapse { |
|
|
.twin-collapse { |
|
|