@@ -75,12 +75,13 @@
.footer{
position: fixed;
width: 100%;
- bottom: 10px;
+ bottom: 30px;
left:0;
z-index: 9;
text-align: center;
- color:#fff;
+ color:#000;
font-size: 14px;
+ font-weight: bold;
}
</style>
@@ -106,7 +107,7 @@
<el-button @click="login" @keyup.enter="login" class="login-btn" type="primary">登 录</el-button>
</form>
</div>
- <p class="footer">Copyright © {{copyrightdate}} 湖南顽主杯 版权所有 <a style="text-decoration:none;color:white;" href="https://beian.miit.gov.cn">湘ICP备2021013011号-1</a></p>
+ <p class="footer">Copyright © {{copyrightdate}} 湖南顽主杯 版权所有 <a style="text-decoration:none;color:#000;font-weight:bold;" href="https://beian.miit.gov.cn">湘ICP备2021013011号-1</a></p>
</template>