_newscenter.scss
1.39 KB
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
.loginsignup .content .newsset img{
width: 40px/$ppr;
height: 40px/$ppr;
}
.news_list_fll{
padding: 20px/$ppr 0;
overflow: hidden;
border-bottom: 1px solid $grey4;
.news_c_img{
position: relative;
img{
width: 90px/$ppr;
height: 90px/$ppr;
}
}
.news_c_tit{
width: 86%;
p{
padding-left: 30px/$ppr;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
clear: both;
color: #4b4b4b;
line-height: 1.5;
font-size: 30px/$ppr;
.news_h{
color: #222222;
width: 400px/$ppr;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.yestertime{
font-size: 26px/$ppr;
position: relative;
top: 4px/$ppr;
color: #4b4b4b;
}
}
}
}
.tip_n{
background-color: rgba(217, 81, 99, 0.9);
border-radius: 50%;
font-size: 0.512rem;
width: 1.06667rem;
height: 1.06667rem;
display: block;
line-height: 1.06667rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: absolute;
right: -20px/$ppr;
top: -20px/$ppr;
color: white;
text-align: center;
}