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 { .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 {

Loading…
Cancel
Save