huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
 
.search-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.search-wrap .index-search-box .search-box {
    padding: 0 20rpx;
    height: 64rpx;
    line-height: 64rpx;
    background: #F5F5F5;
    border-radius: 50rpx;
    overflow: hidden;
    font-size: 28rpx;
    color: #999;
    box-sizing: border-box;
}
.search-wrap .index-search-box button {
    height: 78rpx;
    line-height: 78rpx;
    border: solid 1rpx #CCCCCC;
    color: #333333;
    background: #FFFFFF;
}
.search-wrap .index-search-box{
    padding: 0 30rpx;
    padding-bottom: 30rpx;
    background-color: #F5F5F5;
}
.before-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
}
.before-search .item {
    padding: 16rpx;
    margin-right: 16rpx;
    margin-bottom: 16rpx;
    border-radius: 8rpx;
    color: #686868;
    background: #f0f2f5;
    font-size: 24rpx;
}
.reg180 {
    padding-left: 20rpx;
    text-align: center;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.reg180 .icon-jiantou {
    color: #333333;
    display: block;
    width: 44rpx;
    height: 44rpx;
    line-height: 44rpx;
    font-size: 36rpx;
}