Commit db71677e by doszhang

dos

parent 41a1d060
...@@ -98,13 +98,19 @@ input::-webkit-input-placeholder { ...@@ -98,13 +98,19 @@ input::-webkit-input-placeholder {
height: auto; height: auto;
} }
.flag-text span { .flag-text div {
/* width: 1.2rem; */ width: 1.2rem;
height: 1.8rem; height: 1.8rem;
display: inline-block; display: inline-block;
animation: trans 2s 1s ease-in forwards; animation: trans 2s 1s ease-in forwards;
} }
.flag-text .text-bottom {
width: 12.9rem;
height: 1rem;
display: block;
}
input[name=customize-flag] { input[name=customize-flag] {
font-size: 1.4rem; font-size: 1.4rem;
color: #222222; color: #222222;
......
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