jquery角色选择交互效果代码

代码语言:html

所属分类:布局界面

代码描述:jquery角色选择交互效果代码

代码标签: 交互 效果

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

<!DOCTYPE html>

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <style>

        body, html, #container {
            height: 100%;
        }

        #container {
            height: auto !important;
        }

        body > #container {
            height: auto;
            min-height: 100%;
        }

        body, html {
            font-family: "Microsoft YaHei","微软雅黑",Candara,Tahoma,SimSun !important;
            font-size: 16px;
            background: #fff;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            text-align: left;
            color: #1a1a1a;
            font-weight: 400;
        }

        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            zoom: 1
        }

        #header {
            position: fixed;
            top: 0;
            width: 100%;
            height: 80px;
            *height: 81px;
            vertical-align: middle;
            background: #fff;
            z-index: 9000;
        }

        #main-navbar-list a:hover {
            color: #00adef;
        }

        #secondary-navbar a:hover {
            color: #F1E400;
        }

        img {
            border: 0;
        }

        #logo {
            margin-left: 10%;
            font-size: 46px;
            margin-top: 17px;
            float: left;
        }

        #logo a {
            color: #fff;
        }

        #logo a:hover {
            color: #cfcfcf;
        }

        #login-register-wrapper {
            float: right;
            margin-right: 10%;
            font-size: 12px;
            color: #7a8181;
        }

        #login-register a {
            color: #bbb;
        }

        #small-menu {
            display: none;
        }

        #main-navbar-wrapper, #secondary-navbar-wrapper {
            width: 100%;
        }

        #main-navbar-wrapper {
            height: 80px;
            *height: 0px;
        }

        #secondary-navbar-wrapper {
            background: #00adef;
            height: 46px;
        }

        #main-navbar, #secondary-navbar {
            position: absolute;
            float: right;
            margin-right: 10%;
            right: 0;
        }

        #main-navbar {
            display: block;
            height: 44px;
            line-height: 44px;
            bottom: 0px;
        }

        #secondary-navbar {
            bottom: -34px;
        }

        #secondary-about, #secondary-products {
            display: none;
        }

        #header.stuck
        {
            position: fixed;
            top: 0;
        }

        ul {
            padding: 0;
            margin: 0;
        }

        #header li, #header li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            font-size: 16px;
            margin: 0;
            padding: 0;
        }

        /*
        #header li.first a, #header li.first {
	padding-left: 0px;
}
*/

        #header li.last a, #header li.last {
            padding-right: 0px;
        }

        #main-navbar-list li a {
            display: block;
            text-decoration: none;
            color: #1a1a1a;
            padding: 0 18px;
        }

        #secondary-navbar li a {
            display: block;
            text-decoration: none;
            color: #fff;
            padding: 0 18px;
        }

        #main-navbar-list li a.navbar-active {
            color: #fff;
            background: #00adef;
        }

        #secondary-navbar li a.navbar-active {
            color: #F1E400;
        }

        #content-wrapper {
            padding-top: 80px;
            padding-bottom: 30px;
            min-height: 92%;
        }

        .ad {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center!important;
            overflow: hidden!important;
            width: 100%!important;
            margin: 0;
            padding: 0;
            height: 438px;
        }

        .ad-text-container {
            margin: 100px 0 0 10%;
            vertical-align: middle;
        }
        .description-text {
            padding-bottom: 60px;
        }

        .panel-no-bottom {
            padding: 60px 10% 0 10%;
        }

        .panel {
            padding: 60px 10%;
        }

        button {
            background-color: #00adef;
            font-family: "Microsoft YaHei","微软雅黑",Candara,Tahoma,SimSun !important;
            color: #fff;
            border: none;
            vertical-align: middle;
            text-align: center;
            font-size: 26px;
            padding: 14px 40px;
            *padding: 7px 40px 8px 40px;
            *overflow: visible;
            transition: all 0.4s ease-in-out;
        }

        button:hover {
            background-color: #008acb;
            cursor: pointer;
            transition: all 0.4s ease-in-out;
        }

        .blue-button {
            background-color: #00adef;
        }

        .gray-button {
            background-color: #c7c7c7;
        }

        .gray-button:hover {
            background-color: #999;
        }

        .orange-button {
            background-color: #ffa200;
        }

        .orange-button:hover {
            background-color: #d88900;
        }

        .header1 {
            font-size: 58px;
            padding-bottom: 10px;
        }

        .header2 {
            font-size: 44px;
        }

        .header3 {
            font-size: 22px;
        }

        .header4 {
            font-size: 16px;
        }

        .description-text {
            font-size: 16px;
            margin-left: 5px;
        }

        h1, h2, h3, h4 {
            text-align: left;
            margin: 0;
            font-weight: 400;
        }

        h1 {
            font-size: 58px;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 20px;
     .........完整代码请登录后点击上方下载按钮下载查看

网友评论0