使用css:filter实现一些简单的滤镜效果
![]()
.effectview {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.oldeffect {
filter: sepia(.5);
}
.addretro {
filter: grayscale(1);
}
.addBeati {
filter: brightness(130%);
}
饱和度
亮度
对比度
上一篇: 微信小程序个人注册简单步骤
