DESKTOP-CVS3R96\我恁爹
2022-11-06 4cf29de231ee3503c48e0c1d098dab795091ff46
src/page/home/components/GoLogin.vue
@@ -1,5 +1,5 @@
<template>
    <div class="go_to_login">
    <div class="go_to_login animated bounce">
        <div>
            <div class="left_mess"><span>{{ '登录后即可开启真实/模拟交易' }}</span></div>
            <div class="right_button">
@@ -19,7 +19,7 @@
    },
    methods: {
        goToLogin() {
            this.$router.push('/newLogin')
            this.$router.push('/login')
        }
    }
}
@@ -34,6 +34,8 @@
    display: flex;
    align-items: center;
    justify-content: center;
    > div {
        width: 90%;
        height: 100%;
@@ -72,5 +74,17 @@
        }
    }
}
//淡入动画
@keyframes show {
    0% {
        buttom:0rem;
    }
    100% {
        buttom:2rem;
    }
}
</style>