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.
1991 lines
34 KiB
1991 lines
34 KiB
html {
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",SimSun,sans-serif;
|
|
line-height: 1.5;
|
|
color: #777;
|
|
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: #4DC4F0;
|
|
}
|
|
|
|
.clearfix:after {
|
|
clear: both;
|
|
display: table;
|
|
content: '';
|
|
}
|
|
|
|
::selection {
|
|
background: #4BB8FF;
|
|
color: #fff;
|
|
}
|
|
::-moz-selection {
|
|
background: #4BB8FF;
|
|
color: #fff;
|
|
}
|
|
|
|
header {
|
|
width: 100%;
|
|
background: #fff;
|
|
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 48px 17px 40px;
|
|
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: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",sans-serif;
|
|
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 0 0 30px;
|
|
margin: 32px auto 0;
|
|
border-left: 1px solid #EBEDEE;
|
|
position: relative;
|
|
}
|
|
|
|
#autoComplete {
|
|
margin-top: -2px;
|
|
width: 230px;
|
|
}
|
|
|
|
#autoComplete .ant-select {
|
|
font-size: 14px;
|
|
}
|
|
|
|
#autoComplete .ant-select-selection--single {
|
|
border: transparent;
|
|
outline: none;
|
|
width: 160px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
color: #999;
|
|
transition: padding .3s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
font-size: 14px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
#autoComplete input::-webkit-input-placeholder,
|
|
#autoComplete input::-moz-placeholder,
|
|
#autoComplete input:-ms-input-placeholder {
|
|
color: #CADCE3;
|
|
}
|
|
|
|
.autoComplete.ant-select-dropdown {
|
|
border: 0;
|
|
border-radius: 0;
|
|
box-shadow: 0 0 8px rgba(0,0,0,0.25);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.autoComplete .ant-select-dropdown-menu {
|
|
max-height: 200px;
|
|
}
|
|
|
|
.autoComplete .ant-component-decs {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: 9px;
|
|
color: #aaa;
|
|
right: 16px;
|
|
}
|
|
|
|
.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: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
.nav ul li a {
|
|
color: #728AA3;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
a.nav-link-disabled {
|
|
cursor: not-allowed;
|
|
color: #ccc !important;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.nav ul li.current a {
|
|
color: #71B5DE;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.nav ul li a:hover,
|
|
.nav ul li .hover {
|
|
color: #6EB4E0;
|
|
}
|
|
|
|
.nav .bar {
|
|
width: 20%;
|
|
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);
|
|
}
|
|
|
|
.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","Helvetica Neue",Helvetica,"Lantinghei SC","Microsoft YaHei","微软雅黑","Hiragino Sans GB",SimSun,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;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
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;
|
|
padding-top: 10px;
|
|
padding-bottom: 50px;
|
|
float: left;
|
|
}
|
|
|
|
.aside-container > ul > li {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.aside-container li h4 {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
padding: 10px 0 10px 46px;
|
|
margin: 0;
|
|
color: #5C6B77;
|
|
cursor: pointer;
|
|
transition: background .5s, border .5s;
|
|
border-left: 3px solid transparent;
|
|
position: relative;
|
|
z-index: 1;
|
|
background: #F9F9F9;
|
|
position: relative;
|
|
}
|
|
|
|
.aside-container li h4:after {
|
|
position: absolute;
|
|
top: 11px;
|
|
right: 30px;
|
|
content: "\e600";
|
|
font-family: "anticon";
|
|
transform: scale(0.6);
|
|
font-size: 12px;
|
|
color: #5C6B76;
|
|
opacity: 0;
|
|
-webkit-transform: scale(0.6) rotate(180deg);
|
|
transform: scale(0.6) rotate(180deg);
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.aside-container li[open=open] h4:after {
|
|
-webkit-transform: scale(0.6) rotate(0deg);
|
|
transform: scale(0.6) rotate(0deg);
|
|
}
|
|
|
|
.aside-container li:hover h4:after {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.aside-container li > ul.aside-list-show {
|
|
display: block;
|
|
}
|
|
|
|
.aside-container li > ul li {
|
|
border-left: 3px solid transparent;
|
|
}
|
|
|
|
.aside-container li a {
|
|
line-height: 40px;
|
|
height |