更多>
最新下载
24小时阅读排行榜
- 1 如何提升Golang网络请求处理性能_HTTP请求优化思路
- 2 Vue 中子组件点击事件误传 PointerEvent 对象的解决方案
- 3 如何在 Python 中正确调用 Newman 执行 Postman 集合测试
- 4 如何在 PHPUnit 中验证多个日志消息中至少存在一个匹配项
- 5 Golang bytes Buffer和Reader有什么区别_字节容器使用对比
- 6 如何使用Golang recover捕获panic_Golang异常恢复机制解析
- 7 C++17如何操作文件和目录?(filesystem库用法)
- 8 css 背景颜色需要半透明但不能影响文字怎么办_利用 rgba 背景色替代 opacity 实现半透明
- 9 VueUse.useMouse() 响应式失效原因及正确引入方案
- 10 如何调用phpinfo查看环境信息_用phpinfo输出PHP信息方法【技巧】
- 11 C++中的“三/五/零法则”是什么?(管理类资源拷贝的经验准则)
- 12 Golang服务如何实现灰度发布_灰度发布流程设计
- 13 如何在 MySQL 中批量更新邮箱字段:用 ID 替换邮箱用户名部分
- 14 如何在Golang中隐藏内部错误细节_Golang安全错误返回方法
- 15 Go测试中如何构造请求和响应_HTTP测试示例说明
更多>
最新教程
-
- Node.js 教程
- 15508 2025-08-28
-
- CSS3 教程
- 1544662 2025-08-27
-
- Rust 教程
- 22795 2025-08-27
-
- Vue 教程
- 25269 2025-08-22
-
- PostgreSQL 教程
- 21854 2025-08-21
-
- Git 教程
- 8863 2025-08-21
jQuery的宽屏手风琴图片滑动展示特效
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery的宽屏手风琴图片滑动展示特效</title>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.fold_wrap{width:100%;height:540px;margin:40px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:540px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:right;background:rgba(0,0,0,.3);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery的宽屏手风琴图片滑动展示特效</title>
<style type="text/css">
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
.fold_wrap{width:100%;height:540px;margin:40px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:540px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:right;background:rgba(0,0,0,.3);_background:#B2B2B2;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%;}
</style>
这是一个jQuery的宽屏手风琴图片滑动展示特效,需要的朋友可以下载使用
本站所有资源都是由网友投搞发布,或转载各大下载站,请自行检测软件的完整性!本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!如有侵权请联系我们删除下架,联系方式:admin@php.cn
