wangfei
2024-10-09 33308e16bbb153d9aac76fd703ec0f38ea7e344a
UI-Project/src/views/Visualization/screenone.vue
@@ -183,7 +183,7 @@
    width: 45px;
    height: 25px;
    background-color: #409EFF;
    top: 485px; /* 初始位置 */
    top: 510px; /* 初始位置 */
    left: 899px; /* 水平居中 */
    transform: translateX(-50%);
    animation: move-vertical 6s infinite; /* 从上到下动画,持续6秒,无限循环 */
@@ -191,7 +191,7 @@
@keyframes move-vertical {
    0% {
        top: 485px; /* 起始位置 */
        top: 510px; /* 起始位置 */
    }
    100% {
        top: calc(100% - 210px); /* 从上到下结束位置 */