Browse Source

Merge pull request '预览ppt背景蒙层样式修改' (#23) from pptPreview-1024 into master

Reviewed-on: #23
master
zhangqi 2 months ago
parent
commit
d5536ae842
  1. 3
      style/css/index.css

3
style/css/index.css

@ -207,7 +207,8 @@ body,p,div{
}
.look_content{
z-index: 110;
background: rgba(0, 0, 0, 0.33);
background: rgba(0, 0, 0, 0.75);
backdrop-filter: blur(10px);
display: flex;
}
.look_left{

Loading…
Cancel
Save