refactor: 登录页面极简暗色风格 + 登录注册加返回首页
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
login.css: 完全重写为 AkileCloud 风格 - 无卡片/边缘光晕/无边框深灰输入框 - 纯蓝按钮 #165DFF / 胶囊Tab / 暗色第三方登录 - 二维码区域/安全验证/语言切换暗色适配 login.php + regist.php: - 左上角新增「← 返回首页」按钮(fixed定位) - 悬停白色+微透明背景 regist.css: 补上 .back-home-link 样式
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
</div>
|
||||
<div class="template">
|
||||
<div id="login" v-cloak>
|
||||
<a href="/" class="back-home-link">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M19 12H5"/><path d="M12 19l-7-7 7-7"/></svg>
|
||||
返回首页
|
||||
</a>
|
||||
<div class="login-container">
|
||||
<div class="login-jump-btn">
|
||||
<div class="lang-box">
|
||||
|
||||
Reference in New Issue
Block a user