|
@@ -101,7 +101,7 @@
|
|
|
font-size: 16rem;
|
|
|
color: white;
|
|
|
user-select: none;
|
|
|
- animation-name: slide-right;
|
|
|
+ animation-name: slide-left;
|
|
|
animation-duration: .8s;
|
|
|
|
|
|
//头部背景图
|
|
@@ -230,7 +230,7 @@
|
|
|
font-size: 16rem;
|
|
|
color: white;
|
|
|
user-select: none;
|
|
|
- animation-name: slide-right;
|
|
|
+ animation-name: slide-left;
|
|
|
animation-duration: .8s;
|
|
|
|
|
|
//头部背景图
|
|
@@ -359,7 +359,7 @@
|
|
|
font-size: 16rem;
|
|
|
color: white;
|
|
|
user-select: none;
|
|
|
- animation-name: slide-right;
|
|
|
+ animation-name: slide-left;
|
|
|
animation-duration: .8s;
|
|
|
|
|
|
//头部背景图
|
|
@@ -480,10 +480,10 @@
|
|
|
// animation-duration: .8s;
|
|
|
// }
|
|
|
|
|
|
- @keyframes slide-right {
|
|
|
+ @keyframes slide-left {
|
|
|
0% {
|
|
|
opacity: 0;
|
|
|
- transform: translateX(100%)
|
|
|
+ transform: translateX(-100%)
|
|
|
}
|
|
|
|
|
|
100% {
|