search.wxss
1004 字节
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
/* pages/classify/search/search.wxss */
.search_box {
font-size: 32rpx;
color: #999;
padding: 16rpx 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.search {
width: 85%;
height: 80rpx;
background: rgba(245, 247, 250, 1);
border-radius: 40px;
padding: 0 29rpx;
display: flex;
align-items: center;
box-sizing: border-box;
}
.search_img {
width: 35rpx;
height: 32rpx;
margin-right: 21rpx;
display: flex;
align-items: center;
justify-content: center;
}
.search_img image {
width: 100%;
height: 100%;
}
.search_input {
font-size: 32rpx;
color: #1a1a1a;
}
.content_title {
font-size: 32rpx;
font-weight: bold;
color: #1a1a1a;
border-bottom: 1rpx solid #ebebeb;
padding: 35rpx 33rpx;
}
.list_content {
font-size: 30rpx;
color: #666;
border-bottom: 1rpx solid #ebebeb;
padding: 0 33rpx;
}
.item_list {
border-bottom: 1rpx solid #ebebeb;
padding: 35rpx 0rpx;
}
.item_list:last-child {
border: none;
}