Переглянути джерело

Merge branch 'master' of http://git.izouma.com/xiongzhu/raex_front into dev

panhui 4 роки тому
батько
коміт
ed8d31cc31
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      src/styles/app.less

+ 4 - 4
src/styles/app.less

@@ -207,15 +207,15 @@ input:-webkit-autofill {
 }
 
 .filter-bg {
-    position: absolute;
+    position: fixed;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
-    filter: blur(20px);
-    background-position: center;
-    background-size: content;
+    filter: blur(5px);
+    // background-position: center;
+    // background-size: content;
     // background-attachment: fixed;
 }
 .van-key--blue {