浏览代码

fix(large-video): apply blur to only one container

j8
Leonard Kim 7 年前
父节点
当前提交
0831c16d7e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      css/_videolayout_default.scss

+ 3
- 1
css/_videolayout_default.scss 查看文件

15
 #largeVideoBackgroundContainer,
15
 #largeVideoBackgroundContainer,
16
 .large-video-background {
16
 .large-video-background {
17
     height: 100%;
17
     height: 100%;
18
-    filter: blur(40px);
19
     left: 0;
18
     left: 0;
20
     overflow: hidden;
19
     overflow: hidden;
21
     position: absolute;
20
     position: absolute;
32
         width: 100%;
31
         width: 100%;
33
     }
32
     }
34
 }
33
 }
34
+#largeVideoBackgroundContainer {
35
+    filter: blur(40px);
36
+}
35
 
37
 
36
 .videocontainer {
38
 .videocontainer {
37
     position: relative;
39
     position: relative;

正在加载...
取消
保存