diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss index 2efd8ac..306c48c 100644 --- a/src/assets/styles/publicXG.scss +++ b/src/assets/styles/publicXG.scss @@ -489,7 +489,7 @@ height: 35px; background: url('@/assets/newImgs/HMScreen/partLight.png') no-repeat; background-size: 100% 100%; - animation: partDXL 2s infinite ease-in-out; + animation: partDXL 3s infinite ease-in-out; pointer-events: none; @keyframes partDXL { 0% { diff --git a/src/assets/styles/publicXG.scss b/src/assets/styles/publicXG.scss index 2efd8ac..306c48c 100644 --- a/src/assets/styles/publicXG.scss +++ b/src/assets/styles/publicXG.scss @@ -489,7 +489,7 @@ height: 35px; background: url('@/assets/newImgs/HMScreen/partLight.png') no-repeat; background-size: 100% 100%; - animation: partDXL 2s infinite ease-in-out; + animation: partDXL 3s infinite ease-in-out; pointer-events: none; @keyframes partDXL { 0% { diff --git a/src/views/sponeScreen/HaiMianScreen/index.vue b/src/views/sponeScreen/HaiMianScreen/index.vue index 80b6c6e..683df64 100644 --- a/src/views/sponeScreen/HaiMianScreen/index.vue +++ b/src/views/sponeScreen/HaiMianScreen/index.vue @@ -329,7 +329,7 @@ } .bottomLightDXL { left: 50%; - animation: bottomDXL 2s infinite ease-in-out; + animation: bottomDXL 3s infinite ease-in-out; @keyframes bottomDXL { 0% { left: 50%; @@ -342,7 +342,7 @@ .bottomLightDXR { right: 50%; transform: rotate(180deg); - animation: bottomDXR 2s infinite ease-in-out; + animation: bottomDXR 3s infinite ease-in-out; @keyframes bottomDXR { 0% { right: 50%;