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);
        }
        /*2016-11-3 CSS*/
        .f-cb {
            zoom: 1;
        }
        .f-cb:after {
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            overflow: hidden;
            content: ".";
        }
        .fl {
            float: left;
            display: inline;
        }
        .fr {
            float: right;
            display: inline;
        }
        .por {
            position: relative;
        }
        .poa {
            position: absolute;
        }
        .pof {
            position: fixed;
        }
        .poa-f {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
        .ovh {
            overflow: hidden;
        }
        .noselect {
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
        }
        .z1 {
            z-index: 1;
        }
        .z2 {
            z-index: 2;
        }
        .dn {
            display: none;
        }
        .dib {
            display: inline-block;
        }
        .w-f {
            width: 100%;
        }
        .h-f {
            height: 100%;
        }
        .fwn {
            font-weight: normal;
        }
        .t-f {
            transition: all 0.5s;
        }
        .t-c {
            transition: color 0.5s;
        }
        .t-bg {
            transition: background 0.5s;
        }
        .tac {
            text-align: center;
        }

        .a-part .main {
            left: 50%;
            top: 50%;
            width: 780px;
            margin-left: -390px;
        }

        .about-fi {
            top: -95px;
            margin-bottom: -95px;
        }
        .about-fi .tips {
            top: 20px;
            margin-bottom: 48px;
            font-size: 20px;
          .........完整代码请登录后点击上方下载按钮下载查看

网友评论0