|
|
@@ -58,10 +58,10 @@ const handleClick = () => {
|
|
|
}
|
|
|
|
|
|
.agent-item-icon {
|
|
|
- width: 36px;
|
|
|
- height: 36px;
|
|
|
- background-color: #ccc;
|
|
|
- border-radius: 18px;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ /* background-color: #ccc; */
|
|
|
+ border-radius: 50%;
|
|
|
|
|
|
margin-right: 10px;
|
|
|
margin-left: 10px;
|
|
|
@@ -83,8 +83,9 @@ const handleClick = () => {
|
|
|
}
|
|
|
|
|
|
.agent-item-intro-title {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 25.2px;
|
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
@@ -102,6 +103,8 @@ const handleClick = () => {
|
|
|
line-clamp: 2;
|
|
|
overflow: hidden;
|
|
|
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 19.6px;
|
|
|
}
|
|
|
</style>
|