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;
}
h4 {
font-size: 16px;
}
a {
text-decoration: none;
color: #469acb;
}
a:hover {
color: #1a1a1a;
cursor: pointer;
}
*:focus {
outline: 0;
}
form {
margin: 0;
}
textarea {
font-size: 16px;
padding: 14px;
border: #cfcfcf 1px solid;
resize: none;
}
textarea:focus {
border: 1px solid #000;
}
input {
height: 34px;
border: #cfcfcf 1px solid;
padding-left: 4%;
padding-right: 8%;
font-size: 16px;
font-family: "Microsoft YaHei","微软雅黑",Candara,Tahoma,SimSun !important;
}
input:focus {
border: 1px solid #000;
}
input[type="submit"]::-moz-focus-inner {
border: 0;
}
::-webkit-input-placeholder {
font-family: "Microsoft YaHei", "微软雅黑", Candara, Tahoma, SimSun !important;
font-weight: 100;
color: #999;
}
::-moz-placeholder {
font-family: "Microsoft YaHei", "微软雅黑", Candara, Tahoma, SimSun !important;
font-weight: 100;
color: #999;
}
/* firefox 19+ */
:-ms-input-placeholder {
font-family: "Microsoft YaHei", "微软雅黑", Candara, Tahoma, SimSun !important;
font-weight: 100;
color: #999;
}
/* ie */
input:-moz-placeholder {
font-family: "Microsoft YaHei", "微软雅黑", Candara, Tahoma, SimSun !important;
font-weight: 100;
color: #999;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
#footer-wrapper {
width: 100%;
clear: both;
position: relative;
z-index: 10;
/*height: 380px;*/
margin-top: -30px;
text-align: center;
background: #f9f9f9;
}
#footer-header {
height: 70px;
line-height: 70px;
font-size: 24px;
text-align: center;
color: #fff;
background-color: #92949b;
}
#footer-header >div a {
color: #fff;
text-decoration: none;
font-size: 24px;
}
#footer-header div {
margin-left: 85px;
display: inline-block;
}
.footer-phone {
margin-left: -5px !important;
}
#footer-header img {
position: relative;
top: 7px;
}
#footer-content {
padding: 2% 9.5% 0;
}
.footer-list {
display: inline-block;
margin-left: 8%;
text-align: left;
color: #6a737b;
}
.footer-list dt {
color: #6a737b;
font-size: 14px;
line-height: 25px;
}
.footer-list dt >a {
color: #6a737b;
}
.footer-list >h4 {
color: #333;
}
#footer-bottom {
color: #6a737b;
font-size: 12px;
padding: 10px 0 25px 0;
/*
text-align: right;
background-color: #f5f5f5;
position: relative;
right: 3px;
*/
}
.imgWrap {
width: 1001px;
margin: 0 auto;
position: relative;
}
.imgWrap img {
display: block;
}
/*-- 2014.8.19 New --*/
ul, li {
list-style-type: none;
}
img {
border: none;
}
body {
overflow-x: hidden;
}
#ag-header-wrap {
width: 100%;
height: 60px;
background: #f4f4f4;
border-bottom: 1p.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0