shuishen
2024-01-19 d085a29e15db39b6d3fe5cc972d0b1bf62e55fe7
登录页版权设置
2 files modified
17 ■■■■■ changed files
src/page/login/tenement.vue 7 ●●●●● patch | view | raw | blame | history
src/styles/login.scss 10 ●●●●● patch | view | raw | blame | history
src/page/login/tenement.vue
@@ -1,6 +1,7 @@
<template>
    <div class="login-container" ref="login" @keyup.enter.native="handleLogin">
        <top-color v-show="false"></top-color>
        <div class="login-weaper animated bounceInDown">
            <div class="login-left">
                <div class="login-time">
@@ -31,6 +32,12 @@
            </div>
        </div>
        <div class="copyright-box">
            版权所有:上饶市住房和城乡建设局
            <br />
            技术支持:上饶国控数字科技有限公司
        </div>
    </div>
</template>
<script>
src/styles/login.scss
@@ -8,6 +8,16 @@
    background-color: #469BC0;
    // background-image: url("/img/bg/bg.jpg");
    background-size: 100% 100%;
    .copyright-box {
        width: 100%;
        position: absolute;
        bottom: 40px;
        text-align: center;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
    }
}
.login-weaper {