|
@@ -162,6 +162,19 @@ body {
|
|
|
transform: scale(1);
|
|
|
}
|
|
|
}
|
|
|
+@keyframes MeteorRotate {
|
|
|
+ 0% {
|
|
|
+ transform: unset;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ transform: scale(3) rotate3d(1, 1, 1, 10deg);
|
|
|
+ }
|
|
|
+}
|
|
|
+@keyframes InLeft {
|
|
|
+ 100% {
|
|
|
+ transform: translateX(0.3rem);
|
|
|
+ }
|
|
|
+}
|
|
|
@keyframes RightIn {
|
|
|
0% {
|
|
|
transform: rotate(8deg) scale(1.5) translateX(90%);
|
|
@@ -728,6 +741,9 @@ letter-spacing: 4px;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+.page-5 .yun-five.show {
|
|
|
+ animation: InLeft 7s infinite alternate linear;
|
|
|
+}
|
|
|
.page-5 .yun-five{
|
|
|
position: absolute;
|
|
|
bottom: 4.88rem;
|
|
@@ -735,6 +751,7 @@ letter-spacing: 4px;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
.page-5 .yun-five img{
|
|
|
+ transform: scale(1.1);
|
|
|
width: 100%;
|
|
|
}
|
|
|
.page-5 .ball-five{
|
|
@@ -974,9 +991,12 @@ position: absolute;
|
|
|
.page-7 .xd-seven{
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
- bottom: 1.9rem;
|
|
|
+ bottom: 4.7rem;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
+.page-7 .xd-seven img.show {
|
|
|
+ animation: MeteorRotate 10s ease infinite alternate;
|
|
|
+}
|
|
|
.page-7 .xd-seven img{
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -1838,3 +1858,9 @@ margin-top: 2.56rem;
|
|
|
}
|
|
|
|
|
|
/* E第十一页 */
|
|
|
+.jy-report .report-page .text-bottom {
|
|
|
+ left: unset;
|
|
|
+ right: unset;
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|