Help:沙盒/styles.css:修订间差异
帮助页面
更多操作
删除的内容 添加的内容
无编辑摘要 标签:已被回退 |
小无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
.test1.ambient-image_shadow:hover { |
.test1.ambient-image_shadow:hover { |
||
filter: saturate(2) blur(0px); |
|||
} |
} |
||
.test2.ambient-image_shadow:not(:hover) { |
.test2.ambient-image_shadow:not(:hover) { |
||
filter: saturate(2) blur(0px); |
|||
} |
} |
||
.test3.ambient-image_shadow { |
.test3.ambient-image_shadow { |
||
animation: show-shadow |
animation: show-shadow 10s infinite |
||
} |
} |
||
@keyframes show-shadow { |
@keyframes show-shadow { |
||
from { |
from { |
||
filter: saturate(2) blur(12px); |
|||
} |
} |
||
to { |
to { |
||