jquery手写轮播图_用 jQuery 手写轮播图

轮播图 - jQuery 版本

}ul{list-style:none;

}

/**

* 轮播图布局样式*/

/**

* 0、轮播图容器*/#container{position:relative;width:600px;height:400px;margin:50px auto;overflow:hidden;

}

/**

* 1、图片(模拟)*/ul#imgs{position:absolute;width:calc(600px * 7);left:-600px;

}ul#imgs li{float:left;width:600px;height:400px;background-color:#42B983;color:white;text-align:center;line-height:400px;font-size:100px;

}#imgs li:nth-child(odd){

/*模拟图片*/

/*background-color: #9ACD32;*/

}

/**

* 2、前后翻页按钮*/#prev,#next{position:absolute;top:calc(50% - 15px);;

width:40px;height:30px;background-color:yellow;border:none;font-weight:bold;font-size:16px;cursor:pointer;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;

}#prev,#next:focus{outline:none;

}#prev{left:10px;

}#next{right:10px;

}

/**

* 3、小圆点定点翻页*/ul#index{position:absolute;top:360px;left:calc(50% - 55px);height:12px;

}ul#index li{float:left;height:12px;width:12px;margin:0 5px;border-radius:50%;background-color:#800080;opacity:.4;cursor:pointer;

}ul#index li.active{opacity:1;

}

5

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值