jquery自适应层叠式图文轮换效果代码

代码语言:html

所属分类:幻灯片

代码描述:jquery自适应层叠式图文轮换效果代码

代码标签: 叠式 图文 轮换 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
@charset "UTF-8";
        /*框架预览 CSS*/
        .mkeBody {
            background: #121212;
         
        }
        /*End*/
        html {
            -webkit-text-size-adjust: 100%;
            height: 100%
        }

        body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,table,td,textarea,ul {
            margin: 0;
            padding: 0;
            -webkit-text-size-adjust: none
        }

        body {
            height: 100%;
            color: #333;
            font-size: 12px;
            font-family: Arial,"Microsoft YaHei","宋体"
        }

        article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
            display: block
        }

        audio,canvas,progress,video {
            display: inline-block;
            vertical-align: baseline
        }

        img {
            border: none;
        }

        *,:after,:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .clearfix:after,.clearfix:before {
            content: "";
            display: table
        }

        .clearfix:after {
            clear: both
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        ul li {
            list-style: none
        }

        input,select,textarea {
            outline: 0
        }

        a {
            color: #333;
            text-decoration: none;
            outline: 0;
            transition: all .3s ease
        }

        a:active,a:hover {
            text-decoration: none;
            color: #e83827;
            outline: 0
        }

        .dsNone {
            display: none
        }

        .dsBlock {
            display: block
        }

        .m2usBtnL {
            background: #E83827 url(//repo.bfw.wiki/bfwrepo/images/intro/m2yy_btn.png) no-repeat center center;
            height: 42px;
            width: 42px;
            position: absolute;
            left: 0px;
            top: 147px;
            cursor: pointer;
            border-radius: 50%;
        }
        .m2usBtnR {
            background: #E83827 url(//repo.bfw.wiki/bfwrepo/images/intro/m2yy_btn.png) no-repeat center center;
            height: 42px;
            width: 42px;
            position: absolute;
            right: 0px;
            top: 147px;
            cursor: pointer;
            border-radius: 50%;
            transform: rotate(180deg);
    .........完整代码请登录后点击上方下载按钮下载查看

网友评论0