refactor: 登录页重构为双栏视觉布局
左侧新增品牌展示区与平台能力介绍,右侧保留登录表单并优化可访问性属性,Element Plus 链接/文本按钮统一样式与焦点表现。
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user