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.
281 lines
5.2 KiB
281 lines
5.2 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: #666;
|
|
font-size: 14px;
|
|
background: #FFF;
|
|
transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
a {
|
|
transition: color .3s ease;
|
|
}
|
|
|
|
.main-wrapper {
|
|
background: #fff;
|
|
width: 92%;
|
|
margin: 0 auto;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
padding: 24px 0 0;
|
|
margin-bottom: 24px;
|
|
position: relative;
|
|
}
|
|
|
|
div.main-container {
|
|
padding: 0 6% 120px 4%;
|
|
margin-left: -1px;
|
|
background: #fff;
|
|
min-height: 500px;
|
|
overflow: hidden;
|
|
border-left: 1px solid #e9e9e9;
|
|
position: relative;
|
|
}
|
|
|
|
.aside-container {
|
|
padding-bottom: 50px;
|
|
|
|
&.ant-menu-inline .ant-menu-submenu-title h4,
|
|
&.ant-menu-inline > .ant-menu-item,
|
|
&.ant-menu-inline .ant-menu-item a {
|
|
font-size: 14px;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
a[disabled] {
|
|
color: #ccc;
|
|
}
|
|
}
|
|
|
|
.aside-container .chinese {
|
|
font-size: 12px;
|
|
margin-left: 6px;
|
|
font-weight: normal;
|
|
opacity: .67;
|
|
}
|
|
|
|
.outside-link {
|
|
display: inline-block;
|
|
}
|
|
|
|
.outside-link:after {
|
|
content: '\E669';
|
|
font-family: 'anticon';
|
|
margin-left: 5px;
|
|
font-size: 12px;
|
|
color: #aaa;
|
|
}
|
|
|
|
.outside-link.internal {
|
|
display: none;
|
|
}
|
|
|
|
.ant-site-loading {
|
|
width: 100vw;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -50px;
|
|
transition: opacity .45s;
|
|
pointer-events: none;
|
|
opacity: 0;
|
|
img {
|
|
transform-style: preserve-3d;
|
|
display: block;
|
|
width: 64px;
|
|
margin: 0 auto 10px;
|
|
animation: loadTween 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
|
|
}
|
|
}
|
|
#react-content:empty + .ant-site-loading {
|
|
opacity: 1;
|
|
}
|
|
|
|
#loading-text {
|
|
font-family: lato,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
color: #777;
|
|
font-size: 16px;
|
|
letter-spacing: 2px;
|
|
> span {
|
|
display: inline-block;
|
|
&:first-child {
|
|
animation: xLeftMatrixR 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
|
|
}
|
|
&:last-child {
|
|
animation: xRightMatrixR 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
|
|
}
|
|
&.blank {
|
|
width: 0.4em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.page-wrapper {
|
|
background: #ECECEC;
|
|
}
|
|
|
|
.loop-yoyo-load(@index) when (@index >= 0) {
|
|
.yoyo-x-@{index} {
|
|
animation: ~"Load@{index}" 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
|
|
}
|
|
.loop-yoyo-load(@index - 1);
|
|
}
|
|
|
|
.loop-yoyo-load(5);
|
|
|
|
@keyframes loadTween {
|
|
0% {
|
|
transform: rotateY(0deg);
|
|
}
|
|
50% {
|
|
transform: rotateY(180deg);
|
|
}
|
|
100% {
|
|
transform: rotateX(-180deg);
|
|
}
|
|
}
|
|
|
|
@keyframes xLeftMatrixR {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(-50px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translateX(-50px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translateX(0px) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes xRightMatrixR {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translateX(50px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translateX(50px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translateX(0px) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load5 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(-30px, 30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(-30px, 30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load4 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(30px, -30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(30px, -30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load3 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(-30px, -30px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(-30px, -30px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load2 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(-30px, 30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(-30px, 30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load1 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(30px, 30px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(30px, 30px) rotate(30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes Load0 {
|
|
0% {
|
|
opacity: 0;
|
|
transform: translate(30px, -30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
20% {
|
|
opacity: 0;
|
|
transform: translate(30px, -30px) rotate(-30deg) scale(1.5, 1.5);
|
|
}
|
|
80% {
|
|
opacity: 1;
|
|
transform: translate(0, 0) rotate(0deg) scale(1, 1);
|
|
}
|
|
}
|
|
|
|
@keyframes upDownMove {
|
|
0% {
|
|
transform: translateY(0);
|
|
}
|
|
50% {
|
|
transform: translateY(-6px);
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|