|
@@ -72,6 +72,10 @@ z-index:999999;">
|
|
|
backgroundImage:'url(https://www.gitinn.com/pan-chinese/_blogs/raw/master/img/'+parseInt(Math.random()*11+1)+'.png)',
|
|
|
})
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ $('input[placeholder="请输入内容"]').attr('id','search');
|
|
|
+
|
|
|
$('head').after(`
|
|
|
<style>
|
|
|
|
|
@@ -80,6 +84,11 @@ z-index:999999;">
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+ #search::-webkit-input-placeholder{
|
|
|
+ color: #FFF;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
#ifame{
|
|
|
position: absolute;
|
|
|
min-width: 1200px;
|