Commit 011e6274 by doszhang

dos

parent 244b3fb5
......@@ -63,10 +63,12 @@ input::-webkit-input-placeholder {
background: rgba(0, 0, 0, 0.8);
}
/* page1 */
.page1 {
z-index: 2;
}
/* flag-page */
.red-line {
background: #c30101;
transform: scaleX(0);
......@@ -153,3 +155,13 @@ input[name=customize-flag] {
transform: scaleX(1);
}
}
/* personal-page */
.personal-page {
background: #c30101;
}
.personal-page .decorate-img {
background: url('../image2/decorate1.png') left top no-repeat;
background-size: 100% 100%;
}
\ No newline at end of file
......@@ -85,10 +85,13 @@ let chooseNum = 0;
let oldRandFlag = [];
let first = true;
let flagTemplate = $('.flag-frame').find('.flag-block').clone();
let flagTemplate = $('.flag-page .flag-frame').find('.flag-block').clone();
$('.flag-frame').html('').addClass('clearfix');
$('input[name=customize-flag]').attr('placeholder', '也能在这里写你的flag哦');
let listTemplate = $('.personal-page .flag-list').find('.flag-item').clone();
$('.personal-page .flag-list').html('');
$(document).ready(function () {
$("input").on("blur", function () {
window.scroll(0, 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