Commit 1471e32b by doszhang

dos

parent 8c3d2569
...@@ -68,18 +68,18 @@ input::-webkit-input-placeholder { ...@@ -68,18 +68,18 @@ input::-webkit-input-placeholder {
z-index: 2; z-index: 2;
} }
/* flag-page */ .page1 .red-line {
.flag-page .red-line {
background: #c30101; background: #c30101;
transform: scaleX(0); transform: scaleX(0);
} }
.flag-page .red-line.animate { .page1 .red-line.animate {
transform-origin: 0%; transform-origin: 0%;
animation: scale 0.7s ease-in backwards; animation: scale 0.7s ease-in backwards;
-webkit-animation: scale 0.7s ease-in backwards; -webkit-animation: scale 0.7s ease-in backwards;
} }
/* flag-page */
.flag-page { .flag-page {
z-index: 1; z-index: 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment