Commit 082d9d7b by doszhang

dos

parent 3cc1e9ac
...@@ -49,3 +49,10 @@ input::-webkit-input-placeholder { ...@@ -49,3 +49,10 @@ input::-webkit-input-placeholder {
.hd { .hd {
background: rgba(0, 0, 0, 0.8); 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 () { ...@@ -63,6 +63,7 @@ $(document).ready(function () {
function showFlagPage() { function showFlagPage() {
$('.page1').hide(); $('.page1').hide();
$('.flag-page').show(); $('.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