Commit bfbade50 by doszhang

dos

parent 718ed560
...@@ -75,11 +75,11 @@ input::-webkit-input-placeholder { ...@@ -75,11 +75,11 @@ input::-webkit-input-placeholder {
.flag-block { .flag-block {
float: left; float: left;
position: static; position: relative;
} }
.flag-block div { .flag-block:nth-child(odd) {
position: relative; margin-left: 1rem;
} }
.flag-no { .flag-no {
...@@ -97,4 +97,5 @@ input::-webkit-input-placeholder { ...@@ -97,4 +97,5 @@ input::-webkit-input-placeholder {
padding-left: 0.5rem; padding-left: 0.5rem;
background: url('../image2/text-bottom.png') left bottom no-repeat; background: url('../image2/text-bottom.png') left bottom no-repeat;
background-position: 0.2rem 0.8rem; background-position: 0.2rem 0.8rem;
width: 12.35rem;
} }
\ 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