Commit 4e9dfbc3 by doszhang

dos

parent 8698a9c4
...@@ -69,12 +69,12 @@ input::-webkit-input-placeholder { ...@@ -69,12 +69,12 @@ input::-webkit-input-placeholder {
} }
/* flag-page */ /* flag-page */
.red-line { .flag-page .red-line {
background: #c30101; background: #c30101;
transform: scaleX(0); transform: scaleX(0);
} }
.red-line.animate { .flag-page .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;
...@@ -91,17 +91,17 @@ input::-webkit-input-placeholder { ...@@ -91,17 +91,17 @@ input::-webkit-input-placeholder {
color: #c30303; color: #c30303;
} }
.flag-block { .flag-page .flag-block {
float: left; float: left;
position: relative; position: relative;
} }
.flag-block:nth-child(even) { .flag-page .flag-block:nth-child(even) {
margin-left: 1rem; margin-left: 1rem;
width: 12.9rem; width: 12.9rem;
} }
.flag-no { .flag-page .flag-no {
font-size: 1.3rem; font-size: 1.3rem;
color: #222222; color: #222222;
line-height: 1.85rem; line-height: 1.85rem;
...@@ -109,7 +109,7 @@ input::-webkit-input-placeholder { ...@@ -109,7 +109,7 @@ input::-webkit-input-placeholder {
padding-left: 0.2rem; padding-left: 0.2rem;
} }
.flag-text { .flag-page .flag-text {
font-size: 1.2rem; font-size: 1.2rem;
color: #222222; color: #222222;
line-height: 1.8rem; line-height: 1.8rem;
...@@ -120,18 +120,18 @@ input::-webkit-input-placeholder { ...@@ -120,18 +120,18 @@ input::-webkit-input-placeholder {
height: auto; height: auto;
} }
.flag-text div[class^=fly] { .flag-page .flag-text div[class^=fly] {
display: inline-block; display: inline-block;
animation: trans 2s 0s ease-out forwards; animation: trans 2s 0s ease-out forwards;
} }
.flag-text .text-bottom { .flag-page .flag-text .text-bottom {
position: absolute; position: absolute;
bottom: -.1rem; bottom: -.1rem;
top: auto; top: auto;
} }
input[name=customize-flag] { .flag-page input[name=customize-flag] {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
padding-left: 1rem; padding-left: 1rem;
...@@ -164,4 +164,17 @@ input[name=customize-flag] { ...@@ -164,4 +164,17 @@ input[name=customize-flag] {
.personal-page .decorate-img { .personal-page .decorate-img {
background: url('../image2/decorate1.png') left top no-repeat; background: url('../image2/decorate1.png') left top no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
}
.personal-page .flag-no {
font-size: 1.2rem;
text-align: center;
line-height: 2rem;
color: #222222;
}
.personal-page .flag-no {
font-size: 1.4rem;
color: #222222;
padding-left: 1rem;
} }
\ No newline at end of file
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