Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.nowrap-1{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.nowrap-2{
overflow:hidden;
text-overflow:ellipsis;
/* white-space:nowrap; */
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
}
.nowrap-3{
overflow:hidden;
text-overflow:ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
display: -webkit-box;
}
.edit-div{
flex-shrink: 0;
}
.post-introduction-buttom>span:nth-child(2){
margin-left:10px;
}
.oldDate{
min-width: 80px;
}
.post-introduction-con img{
width: auto;
height:auto ;
min-width: 100%;
min-height: 100%;
max-width: none;
}
.post-introduction-con>.img-div>div{
background: #f2f2f2;
overflow: hidden;
}
.post-introduction-con>.img1{
background-size: cover;
background: #f2f2f2;
overflow: hidden;
}
.post-introduction-con>.img2{
display: flex;
overflow: hidden;
}
.post-introduction-con>.img3{
display: flex;
overflow: hidden;
}
.post-introduction-con>.img3>div{
height: 97px !important;
}
.post-introduction-con>.img3>div>div{
height: 97px !important;
}
.post-introduction-con>.img3>div>div,
.post-introduction-con>.img2>div>div{
background-size: cover;
overflow: hidden;
}