From 50d33c74675a9d9eee957a685d9e55b77974f6f9 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 06 一月 2023 16:44:06 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- src/views/loginPage/loginPage.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue index fab7b59..14d69e8 100644 --- a/src/views/loginPage/loginPage.vue +++ b/src/views/loginPage/loginPage.vue @@ -7,7 +7,7 @@ <el-col :md="12"> <div class="loginContL"> <div class="apTitleT">新疆国泰新华</div> - <div class="apTitleB">安全风险预警监测系统</div> + <div class="apTitleB">安全风险预警监测系统(试运行)</div> <span></span> </div> </el-col> @@ -26,7 +26,7 @@ </div> </el-col> </el-row> - <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div> + <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司<br/><span>GTXH Intelligent Security Management System V1.0.1</span></div> </div> </template> @@ -130,10 +130,16 @@ left: 0; } .rights { - font-size: 16px; + font-size: 1.2rem; color: #fff; position: absolute; bottom: 30px; + text-align: center; + + span{ + font-size: 1rem; + color: #eee; + } } .loginContent { width: 100%; @@ -151,7 +157,7 @@ } .apTitleB { color: #01d0ff; - margin-bottom: 40px; + margin-bottom: 36px; letter-spacing: 4px; } & > span { -- Gitblit v1.9.2