222
schangxiang@126.com
2025-05-02 8472b30bf3ee867a226cc4345c13599d4d027a4e
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
.searchInputIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -25px;
  .boxNum {
    color: #888888;
    font-size: 10px;
    font-style: normal;
  }
}
.inputContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  // margin-top: px;
}
.closeIcon {
  color: #888888;
  font-size: 10px;
  font-style: normal;
  margin-left: 10px;
  cursor: pointer;
  &:hover {
    color: #5a84ff;
  }
}
 
.searchIcon {
  cursor: pointer;
  &:hover {
    color: #5a84ff;
  }
}