/* 放大镜 */

.xiala2 {

width: 1300px;

height: 210px;

float: left;

margin-left: 310px;

margin-top: 5px;

position: absolute;

}

.shrkb {

width: 1100px;

height: 35px;

background-color: black;

}

.shrk {

width: 650px;

height: 26px;

opacity: 1;

margin-top: 2px;

margin-left: 5px;

float: left;

}

.sousuo2 {

width: 685px;

height: 170px;

background: white;

}

.xskbox {

background: black;

width: 670px;

height: 30px;

margin-left: -25px;

margin-top: 10px;

float: left;

}

.guanb {

background-image: url(img/x.jpg);

width: 30px;

height: 30px;

margin-left: 820px;

margin-top: -32px;

float: left;

}

.guanb:hover {

opacity: 0.4;

cursor: pointer;

}

/*其他*/

.bg1{float: left;position:absolute;margin-left: 740px;margin-top:500px;width: 50px;height: 3px;background: #dddddd;z-index:100;}

.line1{height:100%;width:0;position:relative;background-color:#808080;}

.bg2{float: left;position:absolute;margin-left: 800px;margin-top: 500px;width: 50px;height: 3px;background: #dddddd;z-index:100}

.line2{height:100%;width:0;position:relative;background-color:#808080;}

.bg3{float: left;position:absolute;margin-left: 860px;margin-top: 500px;width: 50px;height: 3px;background: #dddddd;z-index:100}

.line3{height:100%;width:0;position:relative;background-color:#808080;}

.bg1,.bg2,.bg3{cursor: pointer}

#stop{width:50px;}

div {

float: left;

width: 1582px;

overflow: hidden;

}

span {

position: relative;

float: left;

width: 7910px;

height: 500px;

margin-top: -10px;

}

a {

text-align: center;

float: left;

margin-left: 100px;

color: white;

margin-top: 10px;

}

a:hover {

opacity: 0.4;

cursor: pointer;

}

.daohang {

width: 1582px;

height: 40px;

background: #303030;

}

.dhbox {

width: 1200px;

height: 40px;

float: left;

text-align: center;

margin-left: 200px;

}

.img {

float: left;

margin-top: 8px;

}

.img:hover {

opacity: 0.4;

cursor: pointer;

}

.bnbox {

width: 1582px;

height: 500px;

float: left;

z-index:90;}

.buttonbox {

margin-left: 800px;

margin-top: -40px;

float: left;

position: relative;

}

#div {

width: 260px;

height: 300px;

border: solid 1px gainsboro;

float: left;

margin-left: 1170px;

margin-top: 45px;

position: absolute;

}

.img1 {

opacity: 1

}

.img1:hover {

opacity: 0.6;

cursor: pointer;

}

.img2 {

opacity: 1

}

.img2:hover {

opacity: 0.6;

cursor: pointer;

}

.gwbox1 {

width: 253px;

height: 93px;

border-bottom: solid 1px #e4e4e4;

float: left;

margin-left: 18px;

}

.gwbox {

width: 253px;

height: 47px;

border-bottom: solid 1px #e4e4e4;

float: left;

margin-left: 18px;

}

.xiala {

color: #adadad;

float: left;

margin-left: 70px;

margin-top: 40px;

font-size: 14px;

}

.gwdbs {

color: #1473bc;

float: left;

margin-top: 17px;

font-size: 13px;

margin-left: 30px;

}

.gwdbs:hover {

border-bottom: solid 1px #1473bc;

cursor: pointer;

}

.gwt {

float: left;

margin-top: 15px;

}

.gwt:hover {

opacity: 1;

cursor: pointer;

}

.you {

background-image: url(img/右。.png);

background-repeat: no-repeat;

width: 300px;

height: 300px;

float: left;

margin-left: 1410px;

margin-top: 240px;

position: absolute;

opacity: 0.01;

}

.zuo {

background-image: url(img/左.png);

background-repeat: no-repeat;

width: 300px;

height: 300px;

float: left;

margin-left: 70px;

margin-top: 240px;

position: absolute;

opacity: 0.01;

}

.zuo:hover {

opacity: 0.6;

cursor: pointer;

}

.you:hover {

opacity: 0.6;

cursor: pointer;

}

.other {}

无标题文档

line()

function line(){

$(".line1").animate({width:10},950,"linear").

animate({width:25},950,"linear").

animate({width:50},950,"linear",function(){

$(".line2").animate({width:10},950,"linear").

animate({width:25},950,"linear").

animate({width:50},950,"linear",function(){

$(".line3").animate({width:10},950,"linear").

animate({width:25},950,"linear").

animate({width:50},950,"linear",function(){

//效果从开始位置循环

setTimeout(line,10)

$(".line1").css({width:0})

$(".line2").css({width:0})

$(".line3").css({width:0})

})

})

})

}

Mac

iPad

iPhone

Watch

Music

技术支持

var n = 0

function run() {

if(n < 3) {

n++

} else {

n = 1;

$("span").css({

left: 0

})

}

$("span").stop(true, true).animate({

left: -1582 * n

}, 500)

}

var q = setInterval(run, 3000)

$("div").click(

function() {

clearInterval(q) //点按钮停止之前的定时器

n = $("div").index(this)

$("span").stop(true, true).animate({

left: -1582 * n

}, 500)

setTimeout(function() { //点按钮后4秒中后重新定时

clearInterval(q) //避免连续点击按钮重复定时

q = setInterval(run, 2000)

}, 1000) //4秒

})

你的购物袋是空的

购物袋

收藏

订单

账户

登录

$(document).ready(function() {

$("#div").hide();

$(" .img1").click(function() {

$("#div").toggle();

});

})

$(document).ready(function() {

$("div").mouseover(function() {

$("this").fadeIn();

});

});

购物袋

收藏

$(document).ready(function() {

$(".xiala2").hide()

$(".img2").click(function() {

$(".xiala2").show()

})

$(".guanb").click(function() {

$(".xiala2").hide()

})

})

一键复制

编辑

Web IDE

原始数据

按行查看

历史

小苹果 html,定时轮播.html相关推荐

  1. web前端项目详解:OPPO首页进度条特效(定时轮播)

    web前端项目详解:OPP首页进度条特效(定时轮播) 知识点:布局结构分析,定位运用,页面兼容性问题,Jquery的基础运用(修改盒子样式,动画方法,简单算法,淡入淡出方法,定时器方法)代码结构 效果 ...

  2. 定时轮播Echarts造成内存泄漏致使浏览器崩溃问题

    提示:定时轮播Echarts造成内存泄漏致使浏览器崩溃问题 文章目录 前言 一.原因 二.解决办法 三.辅助工具 前言 一.原因 1.echarts图未彻底删除: 2.setTimeout和setIn ...

  3. 仿百度壁纸客户端(二)——主页自定义ViewPager广告定时轮播图

    仿百度壁纸客户端(二)--主页自定义ViewPager广告定时轮播图 百度壁纸系列 仿百度壁纸客户端(一)--主框架搭建,自定义Tab + ViewPager + Fragment 仿百度壁纸客户端( ...

  4. 针对淡入淡出的定时轮播效果js

    如果不使用jquery的fadeIn和fadeOut的接口和不适用animate情况下,如果要做用js实现淡入淡出轮播效果,我所想到的办法就是使用css3新特性transition(注意好兼容性). ...

  5. js小案例:定时轮播图

    <!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8" ...

  6. 用jq实现移动端滑动轮播以及定时轮播效果

    Html的代码: <div class="carousel_img"><div class="car_img" style="bac ...

  7. jQuery实现图片定时轮播

    参考出处:http://www.jb51.net/article/76153.htm <!DOCTYPE html> <html><head><meta ch ...

  8. java实现选项卡定时轮播_原生js面向对象编程-选项卡(自动轮播)

    原生js面向对象编程-选项卡(自动轮播) }#div1 input{color:#fff;width:100px;height:40px;background:darkseagreen;border: ...

  9. html轮播图原理,30_用js实现一个轮播图效果,简单说下原理

    一.原理 将一些图片在一行中平铺,然后计算偏移量再利用定时器实现定时轮播. 步骤一:建立html基本布局 如下所示: 轮播图 1 2 3 4 5 < > 只有五张图片,却使用7张来轮播,这 ...

最新文章

  1. Hrefer教程【超越官方】
  2. ultraMaskedEdit使用心得
  3. disp语句怎么格式 matlab_Matlab使用技巧总结-1
  4. 我的海淀驾校考驾照之路
  5. 笔记本上怎么怎么暂停cmd打印窗口
  6. Codeforces #467 (Div. 2) B. Vile Grasshoppers 蚂蚱的题目
  7. java-jna 怪物遍历涉及到的二叉树
  8. 7-219 sdut-C语言实验-A+B for Input-Output Practice (不确定次数循环)7-220 sdut-C语言实验——两个数比较
  9. 把握人性的弱点——正确处理人际关系
  10. BZOJ——T 1707: [Usaco2007 Nov]tanning分配防晒霜
  11. vue中data数据之间的调用
  12. 淘宝垂直爬虫之关键字搜索(实战+源码+可视化)
  13. STM32 HAL库PID控制电机 第三章 PID控制双电机
  14. 基于QT5的校园导游系统设计与实现
  15. DELL服务器硬件报错解决方法——错误代码寄解决和处理办法
  16. 学编程需要什么基础吗?
  17. 「智子倒计时」成真?今年9月全面进入Wi-Fi 6时代
  18. 操作系统from清华大学向勇,陈渝 笔记(二)操作系统的启动、中断、异常、系统调用
  19. SpringBoot整合SpringSession以及自定义CookieSerializer和RedisSerializer详解
  20. 2023年准备报考软考,考哪个?

热门文章

  1. 简述linux中的passwd结构,51CTO博客-专业IT技术博客创作平台-技术成就梦想
  2. 3D开发-AR.js 自定义Marker
  3. STL迭代器iterator
  4. 究竟是什么?让程序员们怒了
  5. unity打光报错:Mesh doesnt have albedo UVs,Please creat them in your modelling package
  6. python 大文件以行为单位读取方式比对
  7. Windows Server 2003 SP2中文版开放下载
  8. 如何在Ubuntu 18.04上安装OpenCV
  9. 成功解决1406, “Data too long for column ‘txt‘ at row 1“
  10. 深入剖析Android音频(二)AudioSystem