Newer
Older
page-search-new {
.search-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
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
margin-left: 5px;
ion-input {
border-bottom: 1px solid #ffffff;
background-color: #fff;
border-radius: 5px;
height: 35px;
padding-left: 10px;
}
}
.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;
}
//新闻区
.search-content{
padding: 0 1rem;
.search-item{
padding: .8rem 0;
.news-left{
display: flex;
flex-flow: row wrap;
min-height: 100%;
padding: 5px 0;
.news-title{
align-self: flex-start;
font-weight: bold;
width: 100%;
color: #333333;
font-size: 1.6rem;
font-family: SourceHanSans-Bold;
}
.news-end{
align-self: flex-end;
color: #999999;
font-size: 1.5rem;
span{
margin-right: 1rem;
}
}
}
.news-right{