|
@@ -68,11 +68,11 @@ z-index:999999;">
|
|
|
}
|
|
|
|
|
|
//-----------------------------------------------------------------------------------------
|
|
|
- $('body').css({
|
|
|
+ $('#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',
|
|
|
+ //backgroundSize:'cover',
|
|
|
+ //backgroundPosition:'center center',
|
|
|
+ //backgroundRepeat:'no-repeat',
|
|
|
})
|
|
|
//----------------------------------------------------------------------------------------------
|
|
|
Vue.component('login',{
|