Commit c589cdf9 by doszhang

dos

parent b834afed
......@@ -92,8 +92,8 @@ input::-webkit-input-placeholder {
color: #222222;
line-height: 1.8rem;
padding-left: 0.5rem;
background: url('../image2/text-bottom.png') left bottom no-repeat;
background-size: 12.35rem 1.1rem;
/* background: url('../image2/text-bottom.png') left bottom no-repeat;
background-size: 12.35rem 1.1rem; */
width: 12.35rem;
height: auto;
}
......
......@@ -44,7 +44,7 @@ if ($('div').length > 0) {
preloadimages(preloadImageList, function () {
$('.page1').show();
$('.page1').fadeIn(300);
}, function (progress) {
});
......@@ -151,7 +151,6 @@ function randomFlagArr(length) {
oldRandFlag = arr;
console.log(arr);
return arr;
}
......
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