1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/** 最後的留言 五悠告白**/
.response_box .list .response:last-of-type::after {
background: url('https://imgur.com/uC9mnkN.png') no-repeat  , /*左圖圖片網址*/
url('https://imgur.com/RdKyDbp.png') no-repeat 280px 0%; /*右圖圖片網址*/
    content: "ゆじー❤大好きー❤ 俺もせんせい大好きー❤";
    display: flex;
    flex: 1;
    align-items: center;
    width: 95%;
    height: 26px;/*高度*/
    margin-left: 10px;
    padding-left: 35px;
}