Revert "codex 试用,美化"

This reverts commit f2af83a72f.
This commit is contained in:
liuwei
2026-02-26 14:57:38 +08:00
parent 9acd626e72
commit 3a1b70d3e4
8 changed files with 52 additions and 68 deletions

View File

@@ -956,14 +956,14 @@
.stat-title {
font-size: 16px;
color: #6b86a8;
color: #606266;
margin-bottom: 10px;
}
.stat-value {
font-size: 28px;
font-weight: bold;
color: #5bd3ff;
color: #409EFF;
}
.pagination-container {
@@ -973,7 +973,7 @@
.section-title {
margin: 20px 0 15px 0;
border-bottom: 1px solid #d6e6ff;
border-bottom: 1px solid #ebeef5;
padding-bottom: 10px;
display: flex;
justify-content: space-between;
@@ -983,7 +983,7 @@
.section-title h3 {
margin: 0;
font-size: 18px;
color: #2a3b55;
color: #303133;
}
.chat-container {
@@ -996,8 +996,7 @@
flex: 1;
overflow-y: auto;
padding: 20px;
background: #f2f7ff;
border: 1px solid #d6e6ff;
background: #f5f5f5;
}
.message-item {
@@ -1014,27 +1013,24 @@
max-width: 70%;
padding: 10px;
border-radius: 5px;
background: #ffffff;
color: #22324a;
border: 1px solid #d6e6ff;
box-shadow: 0 2px 8px rgba(11, 29, 51, 0.06);
background: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.message-self .message-content {
background: #5bd3ff;
color: #0b1d33;
background: #95ec69;
}
.message-time {
font-size: 12px;
color: #7a94b8;
color: #999;
margin-top: 5px;
}
.input-area {
padding: 20px;
background: #f9fbff;
border-top: 1px solid #d6e6ff;
background: #fff;
border-top: 1px solid #eee;
}
.toolbar {
@@ -1043,4 +1039,4 @@
gap: 10px;
}
</style>
{% endblock %}
{% endblock %}