kongdeqiang
2023-04-26 cb5c9968b763362d399e1c7fce1129ec7434aba8
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;
}