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
|
| .search-wrap .index-search-box .search-box {
| padding: 0 20rpx;
| height: 64rpx;
| line-height: 64rpx;
| background: #f7f7f7;
| 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;}
| .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;
| }
|
|