king
2025-03-05 b83201621bb0b1afa4d1b89f403449db065d6ea2
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;
  }
}