轮播

jQuery实现透明度变化轮播效果

六眼飞鱼酱① 提交于 2019-11-28 12:20:25
匆忙写的一个透明度变化的轮播效果,欢迎指出错误,感谢!!! <!DOCTYPE html> < html lang = "en" > < head > < meta charset = "UTF-8" > < title > jQuery透明度变化轮播效果 </ title > < script type = "text/javascript" src = "../bootstrap-3.3.7/js/jquery2.0.js" > </ script > < style > * { font-family : 微软雅黑 ; } .container { width : 1140 px ; padding : 0 15 px ; margin : 0 auto ; } #zz_carousel { width : 1140 px ; height : 500 px ; overflow : hidden ; position : relative ; } #zz_carousel :hover .arrow { display : block ; } #zz_carousel .paging { position : absolute ; bottom : 15 px ; left : 50 % ; } #zz_carousel .paging span { display :

一个很简单的轮播图效果

天大地大妈咪最大 提交于 2019-11-28 10:45:58
直接上代码。。 <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Document</title> <style> #rollImg{height: 346px;width: 686px;position: relative;margin: 0 auto;overflow: hidden;} #imgCon{height: 346px;width:3430px;font-size: 0;position: absolute;left: 0;transition: 1.5s;} #imgCon img{height: 346px;width: 686px;} ul{list-style: none;position: absolute;bottom: 10px;left: 230px;} li{border:1px solid red;border-radius: 8px;width: 16px;height: 16px;margin

轮播图轻量级写法

荒凉一梦 提交于 2019-11-28 10:21:24
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <title>Document</title> 8 </head> 9 <style> 10 .box{ 11 width:900px; 12 height: 500px; 13 border:1px solid #000; 14 position:relative; 15 margin:auto; 16 overflow:hidden; 17 18 } 19 .box ul,.box ol{ 20 list-style:none; 21 padding: 0; 22 margin: 0; 23 } 24 .box ul li{ 25 width:900px; 26 height: 500px; 27 display:none; 28 } 29 .box ul li img{ 30 width: 900px; 31 height: 500px; 32 } 33 .box ol{ 34

jquery手写轮播功能

孤街醉人 提交于 2019-11-28 10:14:14
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>小例子</title> <script type="text/javascript" src="js/jquery.js"></script> <style> @charset "utf-8"; /* CSS Document */ #main { margin-top: 20px; } * { margin: 0; padding: 0; word-wrap: break-word; } a { text-decoration: none; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } a.underline:hover { text-decoration: underline; } a img { border: none; } body { margin: 0px; padding: 0px; position: relative; } body, td, div, a, li, form { color:

轮播图

人走茶凉 提交于 2019-11-28 08:55:55
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>轮播图</title> <script> var number=1; var img= null; function fun(){ number++; if(number>3){ number=1; } img= document.getElementById("img"); img.src="img/banner_"+number+".jpg"; } setInterval(fun,3000); </script></head><body> <img src="img/banner_1.jpg" id="img" width="100%"></body></html> 来源: https://www.cnblogs.com/newcityboy/p/11403285.html

h5-切割轮播图

本秂侑毒 提交于 2019-11-28 08:15:44
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <style> 7 div,ul,li,span{ 8 margin: 0; 9 padding: 0; 10 } 11 .view{ 12 width: 1920px; 13 height: 1080px; 14 margin: 100px auto; 15 position: relative; 16 } 17 ul{ 18 width: 100%; 19 height: 100%; 20 list-style: none; 21 /*transform: rotate3d(1,1,0,-30deg);*/ 22 transform-style: preserve-3d; 23 } 24 ul >li{ 25 width: 20%; 26 height: 100%; 27 float: left; 28 position: relative; 29 transform-style: preserve-3d; 30 /*添加过度效果*/ 31 transition: transform 0.5s; 32 33 } 34 ul > li > span{ 35 width: 100%; 36

轮播图测试点

梦想与她 提交于 2019-11-28 05:57:35
移动端小程序轮播图测试点: 1、是否自动轮播(大于一张时)。 2、每张轮播图轮播的时间,一般3秒。 3、是否循环连续播放,首张至尾张,尾张至首张。 4、是否可手动滑动轮播,向左或向右。 5、首张是否可手动向右滑动至最后一张,尾张是否可手动向左滑动至第一张。 6、轮播图为一张时,不需要轮播效果,两张以上才需要。 7、轮播图的标题不可覆盖标识轮播图数量的标志,标题过长需省略,或把标题做成自动播放。 8、图片是否清晰,是否符合窗口比例。 9、轮播图对应的链接内容是否正确。 后台管理系统: 1、发布的轮播图是否和移动端对应。 2、不同权限管理员发布的轮播图是否显示在对应的的用户上。 3、轮播图可撤销,撤销之后可删除或编辑。 移动端小程序轮播图测试点: 1、是否自动轮播(大于一张时)。 2、每张轮播图轮播的时间,一般3秒。 3、是否循环连续播放,首张至尾张,尾张至首张。 4、是否可手动滑动轮播,向左或向右。 5、首张是否可手动向右滑动至最后一张,尾张是否可手动向左滑动至第一张。 6、轮播图为一张时,不需要轮播效果,两张以上才需要。 7、轮播图的标题不可覆盖标识轮播图数量的标志,标题过长需省略,或把标题做成自动播放。 8、图片是否清晰,是否符合窗口比例。 9、轮播图对应的链接内容是否正确。 后台管理系统: 1、发布的轮播图是否和移动端对应。 2

实战--3D立方体轮播插件

删除回忆录丶 提交于 2019-11-28 05:24:55
需求:1.如图,点击小圆点切换对应图片,小圆点排列顺序对应图片顺序,选中的小圆点样式要有区分 2.支持自动播放(参数配置) 3.轮播过程动画要求柔和,优美 技术要点:css3\js 来源: https://www.cnblogs.com/lxyjoice/p/11393832.html

呼吸轮播特效源码

天涯浪子 提交于 2019-11-28 03:57:29
<!DOCTYPE html> <html lang=" en"> <head> <meta charset=" UTF-8"> <title>Document </title> <script src=" jQuery.min.js "> </script> <style> *{ margin: 0; padding: 0; } ul,li{ list-style: none; } #wrap{ width: 735px; height: 350px; margin: 0 auto; background:0; position: relative; overflow: hidden; } #wrap ul{ height: 350px; position: absolute; left:0; top:0; } #wrap ul li{ position: absolute; top:0; left:0; width: 735px; height: 350px; } #wrap ul li img{ width: 735px; height: 350px; } #wrap ol{ position: absolute; bottom: 20px; z-index: 20; } #wrap ol li{ float:left; width: 15px; height: 15px;

手风琴轮播特效直接用

偶尔善良 提交于 2019-11-28 03:57:04
<!DOCTYPE html> <html lang=" en"> <head> <meta charset=" UTF-8"> <title>Document </title> <style> *{ margin: 0;padding: 0; } ul{ list-style: none; } div{ width: 1200px; height: 400px; margin: 50px auto 0; border: 1px solid red; overflow: hidden; } div ul li{ width: 240px; height: 400px; float: left; } div ul{ width: 1300px; } </style> </head> <body> <div> <ul> <li> </li> <li> </li> <li> </li> <li> </li> <li> </li> </ul> </div> <script src=' js/animate.js '> </script> <script> window.onload = function() { // 获取盒子 var box = document.getElementsByTagName('div'); // 获取所有li var lis = box[0]