- 打卡等级:暂无等级
- 打卡总天数:194
- 打卡月天数:18
- 打卡总奖励:150
- 最近打卡:2025-11-18 00:53:50
|
- <div class="box">免责声明</div>
- <style>
- .box{
- font-size: 12px;
- color:#FF0000;
- margin: 0px;
- animation: changeshadow 1s ease-in infinite ;
- /* 其它浏览器兼容性前缀 */
- -webkit-animation: changeshadow 1s linear infinite;
- -moz-animation: changeshadow 1s linear infinite;
- -ms-animation: changeshadow 1s linear infinite;
- -o-animation: changeshadow 1s linear infinite;
- }
- @keyframes changeshadow {
- 50%{ text-shadow: 0 0 4px #4cc134}
- 50%{ text-shadow: 0 0 40px #4cc134}
- 50%{ text-shadow: 0 0 4px #4cc134}
- }
- /* 添加兼容性前缀 */
- @-webkit-keyframes changeshadow {
- 0%{ text-shadow: 0 0 4px #4cc134}
- 50%{ text-shadow: 0 0 40px #4cc134}
- 100%{ text-shadow: 0 0 4px #4cc134}
- }
- @-moz-keyframes changeshadow {
- 0%{ text-shadow: 0 0 4px #4cc134}
- 50%{ text-shadow: 0 0 40px #4cc134}
- 100%{ text-shadow: 0 0 4px #4cc134}
- }
- @-ms-keyframes changeshadow {
- 0%{ text-shadow: 0 0 4px #4cc134}
- 50%{ text-shadow: 0 0 40px #4cc134}
- 100%{ text-shadow: 0 0 4px #4cc134}
- }
- @-o-keyframes changeshadow {
- 0%{ text-shadow: 0 0 4px #4cc134}
- 50%{ text-shadow: 0 0 40px #4cc134}
- 100%{ text-shadow: 0 0 4px #4cc134}
- }
- </style>
复制代码
|
|