Commit 082d9d7b by doszhang

dos

parent 3cc1e9ac
......@@ -48,4 +48,11 @@ input::-webkit-input-placeholder {
.hd {
background: rgba(0, 0, 0, 0.8);
}
.flag-page .choose-num {
text-align: center;
font-size: 0.85rem;
line-height: 0.85rem;
color: #c30303;
}
\ No newline at end of file
......@@ -63,6 +63,7 @@ $(document).ready(function () {
function showFlagPage() {
$('.page1').hide();
$('.flag-page').show();
$('.flag-page .choose-num').text(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