search.css
2.2 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
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
body{
background: #F5F6FA;
}
.container{
background:#fff;
}
.serach_box{
padding: 0.12rem 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0.26rem;
color: #000;
border-bottom: 1px solid #EBEBEB;
}
.search_item{
width: 90%;
height:0.8rem;
background:#F6F6F6;
border-radius:0.05rem;
display: flex;
align-items: center;
padding: 0 0.24rem;
box-sizing: border-box;
}
.icon-sousuo{
color: #B2B2B2;
}
.input_box{
width: 100%;
display: flex;
align-items: center;
position: relative;
margin-left: 0.2rem;
}
.input_box input{
width: 100%;
border: 0;
outline: none;
background: #F6F6F6;
}
.icon-cha{
position: absolute;
right:0rem;
font-size: 0.3rem;
color: #97A0A8;
}
.content_box{
padding: 0.36rem 0.35rem;
}
.content_title_box{
display: flex;
align-items: center;
justify-content: space-between;
}
.content_title{
font-size: 0.32rem;
font-weight: bold;
color: #252729;
}
.content_title_info{
display: flex;
align-items: center;
font-size: 0.26rem;
color: #97A0A8;
}
.icon-shanchu{
font-size: 0.25rem;
color: #252729;
}
.content_item{
margin-top: 0.4rem;
}
.lable_item{
padding:0.3rem 0.2rem;
margin-right: 0.3rem;
font-size: 0.28rem;
color: #252729;
border-top:1px solid #EBEBEB ;
}
.reco_public{
padding: 0 0.3rem;
}
.reco_public li{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.3rem 0;
border-bottom: 1px solid #EBEBEB;
}
.reco_public li:last-child{
border: 0;
}
.mmend_right{
width: 73%;
font-size: 0.26rem;
color: #53575C ;
}
.mmend_left{
width: 1.6rem;
height: 1.6rem;
display: flex;
align-items: center;
justify-content: center;
-webkit-border-radius: 0.1rem;
-moz-border-radius: 0.1rem;
border-radius: 0.1rem;
}
.mmend_left img{
width: 100%;
height: 100%;
}
.mmend_title{
font-size: 0.3rem;
font-weight: bold;
color: #252729;
}
.mmend_name{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin:0.08rem 0;
}