935090232@qq.com
2021-01-09 2e3c12ca3a7241f498c32121cb1572502c998d0d
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
@import "../../icon/iconfont.wxss";
 
page {
  background-color: #f7f7f7;
}
 
.header {
  display: flex;align-items: center;
  margin: 10rpx 0;
}
.icon-fanhui{color: #B2B2B2;font-size: 30rpx;margin-left: 20rpx;cursor: pointer}
.search_container {
  height: 56rpx;
  /* width: 75%; */
  width: 561rpx;
  background-color:#FFf; 
  border: 2rpx solid #F7F7F7;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  /* margin: 16rpx; */
  margin:0 32rpx 0 31rpx
}
 
.search_text {
  color: #00C085;
  /* line-height: 94rpx; */
  font-size: 32rpx;
  margin-right: 21rpx;
  white-space:nowrap;
}
.bar{
  font-size:26rpx;
  color: #000;
  padding: 10rpx;
  font-family: PingFangSC-Regular;
  width:100%;
}
.icon-xiazai17{
  padding-left: 18rpx;
}
.history{
  margin-top:14rpx;
  background-color: #FFF;
  width: 710rpx;
  height:366rpx;
  margin-left: 22rpx;
  border-radius: 10rpx;
}
.search-history{
  color:#B3B3B3;
  font-size: 24rpx;
  padding-top: 20rpx;
  padding-left: 20rpx;
}
.icon-lajitong{
  float:right;
  margin-top: -4rpx;
  margin-right:20rpx;
  font-size: 38rpx;
}
.history-content{
  margin-top: 30rpx;
  display: flex;
  flex-wrap: wrap;
  margin-left: 36rpx;
}
.history-content-name{
  color: #666666;
  margin-top: 16rpx;
  border: 2rpx #AAAAAA solid;
  border-radius: 10rpx;
  font-size:24rpx;
  height: 22rpx;
  line-height:24rpx;
  padding: 20rpx 36rpx;
  margin-right: 40rpx;
}