king
2021-12-18 b223552a0c4bc787ad251add025a93d77527ffbe
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
.single-search-edit-list {
  min-height: 50px;
  position: relative;
  background: #ffffff;
 
  >.anticon-tool {
    position: absolute;
    z-index: 3;
    font-size: 16px;
    right: 1px;
    top: 1px;
    cursor: pointer;
    padding: 5px;
    background: rgba(255, 255, 255, 0.55);
  }
}
 
.single-search-edit-list::after {
  display: block;
  content: ' ';
  clear: both;
}
.single-search-edit-list:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}