Commit 80d9727e by doszhang

dos

parent eb3c369f
...@@ -151,6 +151,18 @@ input::-webkit-input-placeholder { ...@@ -151,6 +151,18 @@ input::-webkit-input-placeholder {
transform: scale(0); transform: scale(0);
} }
.check-flag-list .checked-flag-no {
font-size: 1.2rem;
text-align: center;
line-height: 2rem;
color: #222222;
display: inline-block;
width: 2.25rem;
height: 2rem;
background: url(../image2/flag-no.png) left top no-repeat;
background-size: 100% 100%;
}
@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