@@ -419,6 +419,7 @@ export default {
margin-bottom: 10px;
padding: 20px;
//background: linear-gradient(135deg, #6a11cb, #2575fc);
+
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
@@ -431,16 +432,21 @@ export default {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
+ background: linear-gradient(135deg, #6a11cb, #2575fc);
+ -webkit-background-clip: text; /* 关键:将背景裁剪为文字 */
+ background-clip: text; /* 标准属性 */
+ color: transparent; /* 文字颜色透明,显示背景渐变 */
}
.subtitle {
- font-size: 14px;
+ font-size: 13px;
opacity: 0.8;
margin-bottom: 5px;
+ margin-top: 10px;
}
.role-info {
- font-size: 14px;
+ font-size: 13px;
opacity: 0.7;
}
}
@@ -476,20 +482,30 @@ export default {
.card-item {
cursor: pointer;
flex: 1;
- padding: 20px;
+ padding: 40px 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
+ transition: all 0.3s ease-in-out;
+ //&:hover {
+ // transform: translateY(-5px);
+ // box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
+ //}
.card-title {
font-size: 18px;
font-weight: bold;
- margin-bottom: 10px;
+
+ background: linear-gradient(135deg, #6a11cb, #2575fc);
+ -webkit-background-clip: text; /* 关键:将背景裁剪为文字 */
+ background-clip: text; /* 标准属性 */
+ color: transparent; /* 文字颜色透明,显示背景渐变 */
}
.card-content {
font-size: 14px;
color: #666;
+ margin-top: 20px;
}
}
}
@@ -499,7 +515,7 @@ export default {
//box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
margin-top: 10px;
border-radius: 8px;
- height: calc(100vh - 240px);
+ height: calc(100vh - 290px);
//background-color: #fff;
.latest-section {
display: flex;
@@ -511,19 +527,23 @@ export default {
.latest-agent {
height: 100%;
background: #fff;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
+ //box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
flex: 1;
border-radius: 8px;
padding: 15px;
.section-title {
- font-size: 18px;
+ font-size: 17px;
font-weight: bold;
- margin-bottom: 10px;
- color: #333;
+
+ //background: linear-gradient(135deg, #6a11cb, #2575fc);
+ //-webkit-background-clip: text; /* 关键:将背景裁剪为文字 */
+ //background-clip: text; /* 标准属性 */
+ //color: transparent; /* 文字颜色透明,显示背景渐变 */
}
.section-content {
+ margin-top: 10px;
cursor: pointer;
.knowledge-item {
display: flex;
@@ -560,7 +580,7 @@ export default {
.knowledge-title {
font-size: 16px;
- font-weight: bold;
+ font-weight: 600;
margin-bottom: 5px;
}