searchpage.wxss
784 字节
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
@import '../../icon/icon.wxss';
@import '../pocketlesson/pocketlesson.wxss';
.hotsearchcontent{
margin-top:54rpx;
padding: 0 30rpx;
}
.hotsearch{
color:#333333;
font-size:36rpx;
}
.hotsearchlist{
display:flex;
flex-wrap: wrap
}
.hotsearchlistitem{
color:#999999;
font-size: 28rpx;
margin-left: 42rpx;
margin-top: 19rpx;
}
.historysearchlistitem{
color:#999999;
font-size: 28rpx;
padding: 29rpx 0 14rpx 25rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.historysearchname{
display:flex;
justify-content: space-between;
align-items: center
}
.clearhistory{
display:flex;
align-items: center
}
.icon-shanchu{
font-size: 36rpx;
}
.clear{
margin-right: 10rpx;
}
.projectlist{
padding: 0
}
.placeholder_input{
color:#fff;
font-size:28rpx;
}