Commit f2f96ee3 by doszhang

dos

parent 65dbbff4
...@@ -51,7 +51,7 @@ input { ...@@ -51,7 +51,7 @@ input {
input::-webkit-input-placeholder { input::-webkit-input-placeholder {
/* placeholder颜色 */ /* placeholder颜色 */
color: #bababa; color: #222222;
} }
.page { .page {
...@@ -105,6 +105,13 @@ input::-webkit-input-placeholder { ...@@ -105,6 +105,13 @@ input::-webkit-input-placeholder {
animation: trans 2s 1s ease-in forwards; animation: trans 2s 1s ease-in forwards;
} }
input[name=customize-flag] {
font-size: 2.2rem;
color: #222222;
padding-left: 1rem;
padding-right: 5rem;
}
@keyframes trans { @keyframes trans {
to { to {
transform: translateY(0); transform: translateY(0);
......
...@@ -82,6 +82,7 @@ let flag = [ ...@@ -82,6 +82,7 @@ let flag = [
var flagTemplate = $('.flag-frame').find('.flag-block').clone(); var flagTemplate = $('.flag-frame').find('.flag-block').clone();
$('.flag-frame').html('').addClass('clearfix'); $('.flag-frame').html('').addClass('clearfix');
$('input[name=customize-flag]').attr('placeholder', '也能在这里写你的flag哦');
$(document).ready(function () { $(document).ready(function () {
$("input").on("blur", function () { $("input").on("blur", function () {
......
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