index.css 8.97 KB
#fp-nav ul li{
    margin-top: 15px;
}

#fp-nav ul li:before{
    content: '';
    width: 0;
    border-left: 1px dotted #000;
    height: 5em;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: -2em;
}
#fp-nav ul li a{
    display: block;
    width: 5px;
    height: 5px;
    border: 4px solid #cccccc;
    background-color: #F4F4F4;
    border-radius: 50%;
    margin: 0 0 40px 0;
    cursor: pointer;
    -webkit-transition: all .36s linear;
    transition: all .36s linear;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#fp-nav ul li a:before,#fp-nav ul li a:after{
    content: '';
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: -13px;
}
#fp-nav ul li a:before{
    width: 21px;
    height: 21px;
    top: -8px;
    left: -8px;
    opacity: .3;
}
#fp-nav ul li a:hover, #fp-nav ul li a.active{
    border-color: #777!important;
    background-color:#e1e1e1 !important;
}
#fp-nav ul li a.active span,#fp-nav ul li a span{
    background: transparent!important;
}
#fp-nav ul li a.active:before,#fp-nav ul li a.active:after{
    border-color: rgba(136,136,136,.5);
    -webkit-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
}
.section-1{
 }
.section-1 .gb-container{
    /*display: none;*/
}
.gb-section{
   background: rgba(255,255,255,0.3);
}
.gb-container{
    text-align: center;
}
.section:nth-child(odd) h1, .section:nth-child(odd) h2{
    color: #eee;
}
.section:nth-child(even) h1, .section:nth-child(even) h2{
    color: #333
}
.section:nth-child(odd){
    background-color: #333;
}
.section:nth-child(even){
    background-color: #eee;
}
.section.course-repository,.bigV-section{
    background-image: url('../../../img/2.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 1000px 1000px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0 0 1000px 1000px rgba(0,0,0,0.7);
    box-shadow: inset 0 0 1000px 1000px rgba(0,0,0,0.7);
}
.bigV-section{
    background-image: url('../../../img/4.jpg');
}
/*================下一步按钮===================*/
.down{
    cursor: pointer;
    opacity: 0;
    z-index:999;
    background:url('../../../img/arrow-down-index.png') no-repeat center bottom;
    width:96px;
    height:50px;
    position:absolute;
    left:50%;
    bottom:10px;
    margin-left:-48px;
}
.down.play{
    opacity: 1;
    animation:arrow 2s linear 0s infinite;
    -webkit-animation:arrow 2s linear 0s infinite;
    -moz-animation:arrow 2s linear 0s infinite;
    -o-animation:arrow 2s linear 0s infinite;
    -ms-animation:arrow 2s linear 0s infinite;
}
.down-btn{
    position: fixed;
    left: 50%;
    bottom: 30px;
}

.gb-feature{
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    color: #eee;
    font-size: 15px;
}

.gb-feature span:hover,
.gb-feature
{
    text-decoration: none!important;
    /*color: #eee;*/
}
.gb-feature:hover{
    text-decoration: none!important;
    /*color: rgb(255,150,15);*/
}
.gb-feature span{
    font-size: 24px;
    color: rgb(255,150,15);
}
.feature-bar{
    margin-top: 15px;
    padding: 15px;
}
.gbtags-desc{
    font-size: 24px;
    color: #eee;
    margin-top: 20px;
}
.border-left{
    border-left: 1px solid #888;
}
.border-right{
    border-right: 1px solid #888;
}
.animated.gb-short-play{
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.gb-middle-play {
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.animated.gb-long-play{
    -webkit-animation-duration: 1.75s;
    -moz-animation-duration: 1.75s;
    -o-animation-duration: 1.75s;
    animation-duration: 1.75s;
}
.active .animate-play,.preloaded .preload-play{
    -webkit-animation-play-state: running !important;
    -moz-animation-play-state: running !important;
    animation-play-state: running !important;
}
.animate-play,.preload-play{
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

#challenge-container,#course-container,#video-container,#bigVusers-container{
    margin: 15px auto;
    padding: 15px;
}
#course-container{
    position: relative;
    height: 650px;
}
.rotate-left-45{
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -webkit-animation-name: rotate-left-45;
    -moz-animation-name: rotate-left-45;
    -o-animation-name: rotate-left-45;
    animation-name: rotate-left-45;
}
.rotate-left-75{
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -webkit-animation-name: rotate-left-75;
    -moz-animation-name: rotate-left-75;
    -o-animation-name: rotate-left-75;
    animation-name: rotate-left-75;
}
.rotate-right-45{
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -webkit-animation-name: rotate-right-45;
    -moz-animation-name: rotate-right-45;
    -o-animation-name: rotate-right-45;
    animation-name: rotate-right-45;
}
.rotate-right-75{
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -webkit-animation-name: rotate-right-75;
    -moz-animation-name: rotate-right-75;
    -o-animation-name: rotate-right-75;
    animation-name: rotate-right-75;
}
#bigVusers-container{
    border-radius: 5px;
}
.user-avtor{
    opacity: 0.9;
}
.user-avtor:hover{
    -webkit-animation-name: flipInX-hover;
    -moz-animation-name: flipInX-hover;
    -o-animation-name: flipInX-hover;
    animation-name: flipInX-hover;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    box-show: 2px 2px 2px #888;
    opacity: 1;
}
.user-avtor img{
    width: 100%;
    height: 100%;
}
.challenge{
    width: 380px;
    height: 200px;
    display: inline-block;
}
.challenge img {
    width: 100%;
    height: 100%;
}
.margin-left{
    margin-left: 30px;
}
.course{
    width: 132px;
    height: 300px;
    display: inline-block;
    position: absolute;
    left: 44%;
    top: 20px;
    border-radius: 5px;
}
.inner-img{
    width: 100%;
    padding: 15px;
}
.inner-img img{
    width: 100%;
}
.course:nth-of-type(2){
    background-color: rgb(240,146,38);
}
.course:nth-of-type(3){
    background-color: rgb(249,132,91);
}
.course:nth-of-type(4){
    background-color: rgb(194,89,117);
}
.course:nth-of-type(5){
    background-color: rgb(48,121,171);
}
.course:nth-of-type(6){
    background-color: rgb(32,146,38);
}
.live-room{
    width: 600px;
    height: 300px;
    display: inline-block;
}
.live-room>img{
    width: 100%;
    height: 100%;
}
.text-align-left{
    text-align: left;
}
.index-nav{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
.join-us-btn{
    background-color: transparent;
    border-color: #fff;
    padding: 8px 40px;
}
.join-us-btn:hover{
    background-color: rgba(0,0,0,0.2);
    border-color: rgb(255,150,0);
    color: rgb(255,150,0);
}

/* 预加载 */
.loading-layer{
    position: fixed;
    left: 0;
    top: 0;
    min-height: 450px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(41, 41, 41, 1);
}
.loading-layer .loading-svg{
    /*position: absolute;
    left: 44%;
    top: 15%;*/
    display: inline-block;
}
.loading-layer table{
    width: 100%;
    height: 100%;
    text-align: center;
}
.hide{
    display: none;
}

/* 重新定义path元素属性,生成素描 */
path{
    fill:none;
    stroke: rgba(41,41,41,1); /* 素描线颜色*/
    stroke-width: 2; /* 素描线粗细 */
}

.section-1-background{
    background-image: url(../../../img/section1.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 1000px 1000px rgba(0, 0, 0, 0.7);
}
.slideOutUp{
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}
.animation-delay{
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.layer-fadeOut{
    -webkit-animation-name: layer-fadeOut;
    animation-name: layer-fadeOut;
    animation-timing-function: ease-in-out;
}
/*footer copyright*/
.margin-top-54{
    margin-top: 54px;
}
.color-eee{
    color: #eee;
}