|
|
@ -13,11 +13,14 @@ export default { |
|
|
|
getStyle(){ |
|
|
|
return { |
|
|
|
"position": "fixed", |
|
|
|
"background-size": "cover", |
|
|
|
"background-repeat":"no-repeat", |
|
|
|
"background-position":"center center", |
|
|
|
"left": 0, |
|
|
|
"right": 0, |
|
|
|
"z-index": -1, |
|
|
|
"width":"100%", |
|
|
|
"height":"800px", |
|
|
|
"height":"100%", |
|
|
|
"background-image": `url('${PublicMethods.getBackground()}')`, |
|
|
|
"-webkit-filter": `blur(${this.blur_px}px)`, |
|
|
|
"-moz-filter": `blur(${this.blur_px}px)`, |
|
|
|