fashion-news.wxss
736 Bytes
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
.fashion-news {
background: #fff;
}
.fashion-news-item {
width: 100%;
background: #fff;
/* padding: 30rpx 0; */
margin-bottom: 60rpx;
}
.fashion-news .fashion-news-item:first-child {
padding-top: 0;
}
.fashion-news .cover {
display: block;
width: 100%;
height: 360rpx;
}
.fashion-news .title {
margin: 10px auto 0;
width: 690rpx;
max-height: 88rpx;
line-height: 44rpx;
font-family: Helvetica-Bold;
font-weight: bold;
font-size: 32rpx;
color: #1C1C1B;
letter-spacing: 0;
}
.eps-2 {
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}