Browse Source

动画

fudan
欧醚 4 years ago
parent
commit
f08fa47604
Signed by: OmmyZhang GPG Key ID: 757D312E7C9D13F7
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      templates/list.html

+ 7
- 1
templates/list.html View File

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

Loading…
Cancel
Save