codex 试用,美化
This commit is contained in:
@@ -711,16 +711,17 @@
|
||||
.chart-container {
|
||||
margin-bottom: 20px;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
background-color: #f9fbff;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
border: 1px solid #d6e6ff;
|
||||
box-shadow: 0 6px 16px rgba(11, 29, 51, 0.06);
|
||||
}
|
||||
|
||||
.chart-container h3 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
color: #606266;
|
||||
color: #2a3b55;
|
||||
}
|
||||
|
||||
/* 用户信息卡片样式 */
|
||||
@@ -740,7 +741,7 @@
|
||||
height: 30px !important;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 4px 12px rgba(0, 163, 255, 0.15);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -765,14 +766,14 @@
|
||||
}
|
||||
|
||||
.user-info-label {
|
||||
color: #606266;
|
||||
color: #6b86a8;
|
||||
width: 45px;
|
||||
flex-shrink: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.user-info-value {
|
||||
color: #303133;
|
||||
color: #24344c;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -782,9 +783,9 @@
|
||||
|
||||
.user-info-empty {
|
||||
text-align: center;
|
||||
color: #909399;
|
||||
color: #7a94b8;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user