随笔分类 -  css3

摘要:-webkit-filter: drop-shadow(0.5px 3.5px 0px rgba(7,22,42,0.48)); /*考虑浏览器兼容性:兼容 Chrome, Safari, Opera */ filter: drop-shadow(0.5px 3.5px 0px rgba(7,22, 阅读全文
posted @ 2024-08-16 17:35 Deer_Lin 阅读(41) 评论(0) 推荐(0)
摘要:/* 呼吸灯效果、匀速、反复 */ animation: shine 1s linear 0s infinite alternate; @keyframes shine { 0%{ opacity: 1; } 100%{ opacity: 0; } } /* 旋转效果、反复 */ animation 阅读全文
posted @ 2021-02-20 14:09 Deer_Lin 阅读(1454) 评论(0) 推荐(0)