Commit 58e354d1 by doszhang

dos

parent cae9bc74
...@@ -239,7 +239,7 @@ $(document).ready(function () { ...@@ -239,7 +239,7 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位 window.scroll(0, 0); //失焦后强制让页面归位
if ($(this).attr('name') != 'signature') { if ($(this).attr('name') != 'signature') {
if ($('input[name=customize-flag]').val().match(/^\s*$/)) { if ($('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', '#878787').val('也能在这里写下你的Flag哦'); $('input[name=customize-flag]').css('color', '#dba178').val('也能在这里写下你的Flag哦');
} }
} }
}); });
...@@ -367,7 +367,7 @@ function createFlagListSort() { ...@@ -367,7 +367,7 @@ function createFlagListSort() {
function setCustomizeVal() { function setCustomizeVal() {
if ($('input[name=customize-flag]').val() == '也能在这里写下你的Flag哦' || if ($('input[name=customize-flag]').val() == '也能在这里写下你的Flag哦' ||
$('input[name=customize-flag]').val().match(/^\s*$/)) { $('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', "#222222").val(''); $('input[name=customize-flag]').css('color', "#ffd594").val('');
} }
} }
......
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