You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1867 lines
32 KiB
1867 lines
32 KiB
@font-face {
|
|
font-family: "iconfont-home";
|
|
src: url('//at.alicdn.com/t/font_1431765342_6775353.eot');
|
|
src: url('//at.alicdn.com/t/font_1431765342_6775353.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1431765342_6775353.woff') format('woff'), url('//at.alicdn.com/t/font_1431765342_6775353.ttf') format('truetype'), url('//at.alicdn.com/t/font_1431765342_6775353.svg#iconfont') format('svg');
|
|
}
|
|
|
|
.iconfont-home {
|
|
font-family: "iconfont-home" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-tag:before {
|
|
content: "\e607";
|
|
}
|
|
|
|
.icon-lego:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-all:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-chevron:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-externallink:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-download:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-github:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-code:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
html {
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", Arial, sans-serif;
|
|
line-height: 1.5;
|
|
color: #888;
|
|
font-size: 14px;
|
|
background: #fff;
|
|
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
}
|
|
|
|
*,
|
|
*:after,
|
|
*:before {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
ul,
|
|
li,
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul,
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
color: #00ABEA;
|
|
text-decoration: none;
|
|
transition: color .3s ease;
|
|
}
|
|
|
|
a:hover {
|
|
color: #23C0FA;
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
display: table;
|
|
content: '';
|
|
}
|
|
|
|
.fn-hide {
|
|
display: none;
|
|
}
|
|
|
|
::selection {
|
|
background: #4BB8FF;
|
|
color: #fff;
|
|
}
|
|
::-moz-selection {
|
|
background: #4BB8FF;
|
|
color: #fff;
|
|
}
|
|
|
|
header {
|
|
width: 100%;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #eee;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.fn-hide {
|
|
display: none;
|
|
}
|
|
|
|
.fn-alpha-in {
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.fn-alpha-out {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
a.logo {
|
|
float: left;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
margin: 17px 45px;
|
|
transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
|
|
text-transform: uppercase;
|
|
font-size: 18px;
|
|
font-family: "Raleway", sans-serif;
|
|
font-weight: 500;
|
|
color: #6EB4E0;
|
|
}
|
|
|
|
.logo img {
|
|
float: left;
|
|
margin-top: -7px;
|
|
-webkit-animation: rotateCircleBack 0.6s 1 ease-in-out;
|
|
animation: rotateCircleBack 0.6s 1 ease-in-out;
|
|
}
|
|
|
|
.search {
|
|
float: left;
|
|
height: 22px;
|
|
padding: 0px 30px;
|
|
margin: 32px auto 0;
|
|
border-left: 1px solid #EBEDEE;
|
|
position: relative;
|
|
}
|
|
|
|
.search input[type="text"] {
|
|
border: transparent;
|
|
outline: none;
|
|
width: 160px;
|
|
height: 22px;
|
|
padding: 0 0 0 20px;
|
|
color: #999;
|
|
transition: padding .3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.search input::-webkit-input-placeholder,
|
|
.search input::-moz-placeholder,
|
|
.search input:-ms-input-placeholder {
|
|
color: #CADCE3;
|
|
}
|
|
|
|
.search form .focus {
|
|
padding: 0 20px 0 0;
|
|
}
|
|
|
|
.search button {
|
|
position: absolute;
|
|
outline: none;
|
|
background: transparent;
|
|
border: transparent;
|
|
top: 5px;
|
|
width: 15px;
|
|
height: 15px;
|
|
padding: 0;
|
|
left: 30px;
|
|
cursor: pointer;
|
|
transition: left .3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
}
|
|
|
|
.search button:before,
|
|
.search button:after {
|
|
content: "";
|
|
display: block;
|
|
}
|
|
|
|
.search button:before {
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 6px;
|
|
border: 2px solid #CADCE3;
|
|
background: #ffffff;
|
|
position: absolute;
|
|
top: 0
|
|
}
|
|
|
|
.search button:after {
|
|
width: 2px;
|
|
height: 6px;
|
|
background: #CADCE3;
|
|
position: absolute;
|
|
transform: rotate(-45deg);
|
|
left: 10px;
|
|
top: 8px;
|
|
}
|
|
|
|
.search input:focus ~ button {
|
|
left: 170px;
|
|
}
|
|
|
|
.nav {
|
|
width: 30%;
|
|
height: 80px;
|
|
line-height: 80px;
|
|
float: right;
|
|
font-size: 0.875em;
|
|
position: relative;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.nav ul li {
|
|
float: left;
|
|
width: 16.66%;
|
|
text-align: center;
|
|
}
|
|
|
|
.nav ul li a {
|
|
color: #728AA3;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.nav ul li a.disabled {
|
|
cursor: not-allowed;
|
|
color: #ddd !important;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.nav ul li.current a {
|
|
color: #71B5DE;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.nav ul li a:hover,
|
|
.nav ul li .hover {
|
|
color: #6EB4E0;
|
|
}
|
|
|
|
.nav .bar {
|
|
width: 16.66%;
|
|
height: 3px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background: #6EB4E0;
|
|
display: none;
|
|
}
|
|
|
|
.barAnim {
|
|
transition: left .3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
}
|
|
|
|
.nav-phone-icon {
|
|
display: none;
|
|
}
|
|
|
|
.main-box {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.perspective {
|
|
vertical-align: top;
|
|
position: relative;
|
|
perspective: 4000px;
|
|
-webkit-perspective: 4000px;
|
|
}
|
|
|
|
.main {
|
|
overflow: hidden;
|
|
position: relative;
|
|
height: calc(100% - 190px);
|
|
min-height: 500px;
|
|
transform-style: preserve-3d;
|
|
transition: transform .6s cubic-bezier(0.785, 0.135, 0.15, 0.86), height .5s ease-out;
|
|
}
|
|
|
|
.banner-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: inherit;
|
|
-webkit-animation: alphaTo .3s ease-out;
|
|
animation: alphaTo .3s ease-out;
|
|
}
|
|
|
|
.banner-box .banner-img {
|
|
background: url("https://t.alipayobjects.com/images/T1CFtgXb0jXXXXXXXX.jpg") center no-repeat;
|
|
height: 1300px;
|
|
width: 2400px;
|
|
transform-origin: center center;
|
|
-webkit-transform-origin: center center;
|
|
-moz-transform-origin: center center;
|
|
transition: opacity 0.5s ease-out;
|
|
-webkit-transition: opacity 0.5s ease-out;
|
|
}
|
|
|
|
.banner-box #bannerAnim,
|
|
.load-main-box {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
z-index: 2;
|
|
top:0;
|
|
left:0;
|
|
}
|
|
|
|
.load-box {
|
|
-webkit-perspective: 300px;
|
|
-moz-perspective: 300px;
|
|
width: 140px;
|
|
height: 80px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -70px;
|
|
margin-top: -40px;
|
|
z-index: 99;
|
|
animation: alphaTo .3s ease-out;
|
|
-webkit-animation: alphaTo .3s ease-out;
|
|
font-size: 22px;
|
|
text-align: center;
|
|
font-family: 'Raleway', sans-serif;;
|
|
}
|
|
|
|
.load-box em {
|
|
-webkit-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
-ms-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin: auto;
|
|
animation: loadTween 2S cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
|
|
-webkit-animation: loadTween 2S cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;;
|
|
}
|
|
.load-box span{
|
|
display: inline-block;
|
|
}
|
|
.load-box span>p{
|
|
float: left;
|
|
}
|
|
.load-main-box .load-bar{
|
|
width: 0%;
|
|
height: 2px;
|
|
background: #6EB4E0;
|
|
transition: width .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
|
-webkit-transition: width .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);;
|
|
}
|
|
.load-out {
|
|
-webkit-animation: alphaOut .5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
|
|
animation: alphaOut .5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
|
|
}
|
|
|
|
.banner-box #bannerAnim .banner-line-absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
footer {
|
|
clear: both;
|
|
border-top: 1px solid #eee;
|
|
font-size: 16px;
|
|
background: #fff;
|
|
}
|
|
|
|
footer ul {
|
|
overflow: hidden;
|
|
margin: 0 2%;
|
|
}
|
|
|
|
footer ul li {
|
|
float: left;
|
|
width: 25%;
|
|
padding: 5px 2% 15px;
|
|
}
|
|
|
|
footer ul li>h2 {
|
|
font-size: 1em;
|
|
color: #5C6B77;
|
|
margin: 10px auto 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
footer ul li>h3,
|
|
footer h3 {
|
|
font-size: 0.75em;
|
|
color: #5C6B77;
|
|
font-weight: normal;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
footer > h3 {
|
|
text-align: center;
|
|
font-size: .75em;
|
|
display: none;
|
|
margin: auto;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
footer ul li > a {
|
|
font-size: 0.75em;
|
|
margin: 5px auto;
|
|
}
|
|
|
|
.aside-container {
|
|
width: 260px;
|
|
background: #F9F9F9; |