Reapply "codex 试用,美化"

This reverts commit 3a1b70d3e4.
This commit is contained in:
liuwei
2026-02-27 11:07:12 +08:00
parent c8d915b7ce
commit eae0b4fd18
8 changed files with 68 additions and 52 deletions

View File

@@ -22,7 +22,7 @@
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
background: linear-gradient(135deg, #006af5 0%, #4f8cff 100%);
background: #0b1d33;
height: 100vh;
display: flex;
justify-content: center;
@@ -31,9 +31,10 @@
.login-container {
width: 400px;
padding: 40px 36px 32px 36px;
background-color: #fff;
background-color: #0f2545;
border: 1px solid #1b3d66;
border-radius: 12px;
box-shadow: 0 6px 32px 0 rgba(0, 106, 245, 0.15);
box-shadow: 0 10px 30px rgba(0, 163, 255, 0.16);
display: flex;
flex-direction: column;
align-items: center;
@@ -46,7 +47,7 @@
.login-title {
text-align: center;
margin-bottom: 32px;
color: #006af5;
color: #5bd3ff;
font-size: 28px;
font-weight: 700;
letter-spacing: 2px;
@@ -57,12 +58,14 @@
}
.el-input__inner {
border-radius: 6px;
border: 1.5px solid #e6e6e6;
border: 1.5px solid #1f3f66;
background: #0b1f3a;
color: #e6f3ff;
transition: border-color 0.2s;
}
.el-input__inner:focus {
border-color: #006af5;
box-shadow: 0 0 0 2px rgba(0,106,245,0.08);
border-color: #5bd3ff;
box-shadow: 0 0 0 2px rgba(91, 211, 255, 0.12);
}
.el-form-item__content {
margin-left: 0 !important;
@@ -70,19 +73,19 @@
.login-button {
width: 100%;
margin-top: 10px;
background: linear-gradient(90deg, #006af5 0%, #4f8cff 100%);
background: #5bd3ff;
border: none;
color: #fff;
color: #0b1d33;
font-weight: 600;
border-radius: 6px;
box-shadow: 0 2px 8px 0 rgba(0,106,245,0.10);
box-shadow: 0 6px 16px rgba(0, 163, 255, 0.18);
transition: background 0.2s;
}
.login-button:hover, .login-button:focus {
background: linear-gradient(90deg, #0056c7 0%, #3577e5 100%);
background: #41bff0;
}
.error-message {
color: #F56C6C;
color: #ff8a8a;
margin-top: 18px;
text-align: center;
font-size: 15px;
@@ -92,8 +95,9 @@
height: 60px;
margin-bottom: 18px;
border-radius: 50%;
box-shadow: 0 2px 8px 0 rgba(0,106,245,0.10);
background: #f5f7fa;
box-shadow: 0 2px 12px rgba(0, 163, 255, 0.2);
background: #0b213b;
border: 1px solid #1b3d66;
display: flex;
align-items: center;
justify-content: center;
@@ -101,7 +105,7 @@
.login-footer {
margin-top: 28px;
text-align: center;
color: #b0b8c1;
color: #7fa6d8;
font-size: 13px;
letter-spacing: 1px;
}
@@ -194,4 +198,4 @@
});
</script>
</body>
</html>
</html>