|
@@ -70,12 +70,8 @@ z-index:999999;">
|
|
|
//-----------------------------------------------------------------------------------------
|
|
|
$('#ifame').css({
|
|
|
backgroundImage:'url(https://www.gitinn.com/pan-chinese/_blogs/raw/master/img/'+parseInt(Math.random()*11+1)+'.png)',
|
|
|
- //backgroundSize:'cover',
|
|
|
- //backgroundPosition:'center center',
|
|
|
- //backgroundRepeat:'no-repeat',
|
|
|
})
|
|
|
|
|
|
-
|
|
|
$('head').after(`
|
|
|
<style>
|
|
|
#ifame{
|
|
@@ -87,6 +83,8 @@ z-index:999999;">
|
|
|
background-size: cover;
|
|
|
background-position: center center;
|
|
|
background-repeat: no-repeat;
|
|
|
+ overflow-y:scroll;
|
|
|
+ overflow-x:hidden;
|
|
|
}
|
|
|
</style>
|
|
|
`)
|