最新下载
西山居首页jQuery焦点图代码
CSS3扁平化风格联系表单
24小时阅读排行榜
- 1 如何安全重命名文件并处理跨分区情况
- 2 如何使用Golang构建云原生应用_Golang云原生应用开发流程
- 3 javascript如何与后端API进行数据交互【教程】
- 4 SQL 多对多关系的 JOIN 查询写法
- 5 如何用javascript验证表单数据【教程】
- 6 javascript为何需要async/await语法【教程】
- 7 php实时输出为何有延迟_php实时输出消除延迟方法【技巧】
- 8 如何正确获取并显示上一次会话中存储的 $_SESSION 值
- 9 Golang策略模式适合解决哪些问题_策略模式使用场景分析
- 10 Golang指针变量初始化方式有哪些_定义与赋值方法说明
- 11 大量 ESTABLISHED 连接残留但进程已退出导致端口耗尽的清理方法
- 12 php连接数据库要关闭连接吗_php数据库连接关闭时机【技巧】
- 13 如何让生成器在 close() 时执行清理逻辑(del 替代)
- 14 后端路由的触发机制:URL导航与前端 fetch 请求的本质区别
- 15 javascript日期如何操作_怎样格式化和计算日期【教程】
最新教程
-
- Node.js 教程
- 16075 2025-08-28
-
- CSS3 教程
- 1546447 2025-08-27
-
- Rust 教程
- 23221 2025-08-27
-
- Vue 教程
- 25688 2025-08-22
-
- PostgreSQL 教程
- 22179 2025-08-21
-
- Git 教程
- 9166 2025-08-21
html, body {
font-family: Georgia, serif;
font-style: italic;
font-size: 4.2vmin;
line-height: 4.7vmin;
color: rgba(255,255,255,0.6);
margin: 0;
padding: 0;
height: 100%;
background: rgba(66,39,71,1);
background: -moz-linear-gradient(top, rgba(66,39,71,1) 0%, rgba(43,25,46,1) 73%, rgba(19,11,20,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66,39,71,1)), color-stop(73%, rgba(43,25,46,1)), color-stop(100%, rgba(19,11,20,1)));
background: -webkit-linear-gradient(top, rgba(66,39,71,1) 0%, rgba(43,25,46,1) 73%, rgba(19,11,20,1) 100%);
background: -o-linear-gradient(top, rgba(66,39,71,1) 0%, rgba(43,25,46,1) 73%, rgba(19,11,20,1) 100%);
background: -ms-linear-gradient(top, rgba(66,39,71,1) 0%, rgba(43,25,46,1) 73%, rgba(19,11,20,1) 100%);
background: linear-gradient(to bottom, rgba(66,39,71,1) 0%, rgba(43,25,46,1) 73%, rgba(19,11,20,1) 100%);
}
a {
color: rgba(255,255,255,0.6);
}
#lampadario {
position: fixed;
left: 50%;
top: 0;
}
CSS3打开关闭灯泡开关动画特效是一款很有创意纯CSS3制作的点亮关闭摇晃的灯泡动画代码。
