Commit c589cdf9 by doszhang

dos

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