From d7620e8613678ee38cdfd02c6b647d4fe6e1411f Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 13 一月 2025 09:04:54 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/login.vue | 33 +++++++++++++++++++++++++-------- 1 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index b7ff677..d06a780 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,13 @@ <template> <el-row class="login"> <el-col :sm="24" :md="12" class="login-name"> - 新疆维吾尔自治区特种作业<br/>安全生产知识和管理能力考核平台 + <div class="bigName"> + <span>新疆维吾尔自治区</span> + <br/>安全生产知识和管理能力考核平台 + </div> + <div class="smallName"> + 数据存档 / 远程监巡考 / 特种作业缴费 / 网络培训监管 + </div> </el-col> <el-col :sm="24" :md="12" class="login-box"> <div class="login-card"> @@ -198,18 +204,29 @@ .login-name{ display: flex; + flex-direction: column; + align-items: center; + justify-content: center; opacity: 0; -webkit-opacity: 0; animation: floatDown ease 0.6s forwards; - justify-content: center; - align-items: center; - font-family: 'AliMa'; - color: #fff; - font-size: 3rem; text-align: center; - line-height: 1.6; + line-height: 1.5; transform: translateY(-120px); - text-shadow: -10px 10px 20px rgba(0,0,0,.4); + .bigName{ + font-family: 'AliMa'; + color: #fff; + font-size: 3rem; + text-shadow: -10px 10px 20px rgba(0,0,0,.4); + span{ + font-size: 4rem; + } + } + .smallName{ + margin-top: 20px; + font-size: 1.3rem; + color: #fff; + } } @keyframes floatUp { -- Gitblit v1.9.2