加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
carousel.css 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
feijia 提交于 2017-09-13 18:19 . 基本完工
/*重置*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{color:#666; background-color:#fff;font: 12px/1.5 '微软雅黑',tahoma,arial,'Hiragino Sans GB',宋体,sans-serif;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
/*旋转木马必要样式*/
.poster-main{position: relative;width:800px;height:270px;}
.poster-main a,.poster-main img{display: block;}
.poster-main .poster-list{width:800px; height: 270;}
.poster-main .poster-list .poster-item{position: absolute;left: 0;top: 0;}
.poster-main .poster-btn{position: absolute;top: 0;width: 100px;height: 270px;z-index: 10;background-color: red;
cursor: pointer;opacity: 0.8}
.poster-main .poster-prev-btn{left: 0;background:url(btn_l.png) no-repeat center center}
.poster-main .poster-next-btn{right: 0;background:url(btn_r.png) no-repeat center center}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化