- UID
- 588
- 主题
- 回帖
- 0
- 精华
- 积分
- 698
- 金币
- 枚
- 草籽
- 颗
- 鲜花
- 朵
- 注册时间
- 2023-10-3
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2024-6-11 22:38
|
显示全部楼层
本帖最后由 司敏儿 于 2024-6-11 22:43 编辑
- #player::before { width: var(--btnSize); height: var(--btnSize); top: calc(var(--btnSize) * -1 - 5px); background: url('https://gd-hbimg.huaban.com/0c38e5c44959d0e59513f1d128ae86e0c6a574352c4b-fQMDAS') no-repeat center/cover; filter: hue-rotate(255deg);animation: rot 6s linear infinite var(--state);}
复制代码
filter: hue-rotate(255deg);
方法:利用PS色相饱和度 调色取值H,
此处调节 -105+360=255
|
|