1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
.group\/conversation-turn.agent-turn:before {
    content: " ";
    /* 圖片網址 */
    background-image: url('https://i.imgur.com/NoAJBrj.png');
    background-size: 70px 70px;
    border-radius: 35px;
    height: 70px;
    width: 70px;
}
.group\/conversation-turn.agent-turn > div:nth-child(1):before {
    content: " ";
    position: relative;
    left: 75px;
    top: -5px;
    font-weight: 500;
}
.group\/conversation-turn.agent-turn > div:nth-child(1) {
    margin-top: 0px;
}