king
2024-10-17 25c8b70a193b3bb72256584307c6825f7472ed9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.menu-source-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  min-height: 70px;
 
  .property {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 2px;
  }
 
  img {
    width: 100%;
    cursor: move;
    box-shadow: 0px 0px 1px #1890ff;
  }
}