zhangzeli
2022-01-05 1b98ab0d3d007a5a65bdd446483853df34b8919c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.img-title{
    display: inline-block;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #17233d;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    padding: 14px 0;
    line-height: 1;
}