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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
page-business-unit {
.search-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 95%;
margin-left: 5px;
ion-input {
border-bottom: 1px solid #ffffff;
background-color: #fff;
border-radius: 5px;
height: 30px;
padding-left: 10px;
}
}
ion-navbar{
height: 44px;
}
.text-input::-webkit-input-placeholder {
color: #ffffff;
}
.clear {
border-radius: 15px;
text-align: center;
margin-left: 10px;
color: #ffffff;
font-size: 1.8rem;
}
.filter-new{
height: 3rem;
line-height: 2.2rem;
}
.segment-ios .segment-button{
border-color: #e12724;
color: #e12724;
height: 2.2rem;
line-height: 2rem;
}
.segment-ios .segment-button.segment-activated{
background-color: #e12724;
}
.header-ios .toolbar-ios:last-child .toolbar-background-ios{
border: none;
}
//新闻区
.search-content {
padding: 0 1rem 5rem 1rem;
.search-item {
padding: .2rem 0;
.item-info {
margin: .8rem 0;
color: #989898;
.item-source {
color: #d88f27;
font-weight: 500;
margin-right: 1rem;
}
}
.news-left {
display: flex;
flex-flow: row wrap;
min-height: 100%;
padding: 5px;
.news-title {
align-self: flex-start;
font-weight: bold;
width: 100%;
//margin-bottom: 1rem;
color: #333333;
font-size: 1.6rem;
font-family: SourceHanSans-Bold;
position: relative;
.icon-fire {
position: absolute;
top: 3px;
left: -14px;
font-size: 1.5rem;
color: #e42417;
}
}
.news-end {
align-self: flex-end;
color: #989898;
font-size: 1.5rem;
margin-top: .5rem;
ion-icon{
font-size: 1.2rem;
}
span {
margin-right: .8rem;
font-size: 1rem;
}
}
}
.news-right {
padding: 5px;
text-align: center;
max-height: 60px;
img {
border-radius: .5rem;
}
}
}
.search-item + .search-item {
border-top: 1px solid #eeeeee;
}
}
}