refactor: 登录页重构为双栏视觉布局

左侧新增品牌展示区与平台能力介绍,右侧保留登录表单并优化可访问性属性,Element Plus 链接/文本按钮统一样式与焦点表现。
This commit is contained in:
caoxiaozhu
2026-07-14 16:10:55 +08:00
parent e09c6e81df
commit 8b83b8facf
2 changed files with 464 additions and 180 deletions

View File

@@ -124,10 +124,18 @@ body {
.el-button:active {
transform: translateY(0);
}
.el-button.is-link:hover {
.el-button.is-link:hover,
.el-button.is-text:hover {
transform: none;
box-shadow: none;
}
.el-button.is-link:focus,
.el-button.is-text:focus {
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
outline: none !important;
}
/* 4. 标签 (el-tag) 圆润化 */
.el-tag {