Commit 1a3432c5 by doszhang

dos

parent 011371c6
...@@ -151,6 +151,10 @@ input::-webkit-input-placeholder { ...@@ -151,6 +151,10 @@ input::-webkit-input-placeholder {
transform: scale(0); transform: scale(0);
} }
.flag-page .flag-list-content {
display: flex;
}
.checked-flag-list .checked-flag-no { .checked-flag-list .checked-flag-no {
font-size: 1.2rem; font-size: 1.2rem;
text-align: center; text-align: center;
...@@ -163,6 +167,17 @@ input::-webkit-input-placeholder { ...@@ -163,6 +167,17 @@ input::-webkit-input-placeholder {
background-size: 100% 100%; background-size: 100% 100%;
} }
.checked-flag-list .checked-flag-text {
font-size: 1.4rem;
color: #222222;
margin-left: 1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
height: auto;
display: inline-block;
flex: 1;
}
@keyframes trans { @keyframes trans {
to { to {
transform: translateY(0); transform: translateY(0);
......
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