my_news.css
1.3 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.new_top {
display: flex;
align-items: center;
justify-content: space-around;
font-size: 0.24rem;
color: #656565;
padding: 0.16rem 0;
margin: 0 0 0.16rem 0;
background-color: #fff;
position: fixed;
z-index: 10;
left: 0;
top: 0;
width: 100%;
}
.new_top div {
padding: 0.12rem 0.05rem;
position: relative;
}
.new_top .sapn_active {
color: #DDBB73;
border-bottom: 1px solid #DDBB73;
}
.new_top .news {
position: absolute;
top: 0.05rem;
right: -0.05rem;
height: 0.2rem;
width: 0.2rem;
border-radius: 50%;
color: #F6F5F5;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.18rem;
background-color: #FF0000;
}
.all {
margin-top: 1.1rem;
}
.all_item {
padding: 0.5rem 0.63rem 0.47rem 0.54rem;
margin-bottom: 0.17rem;
background-color: #fff;
position: relative;
}
.all_content {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
font-size: 0.24rem;
color: #424242;
}
.all_time {
display: flex;
align-items: center;
justify-content: flex-end;
color: #878787;
font-size: 0.2rem;
padding: 0.37rem 0 0 0;
}
.new_num2 {
font-size: 0.14rem;
}