king
2024-04-18 8f78c97ffcde201e2a4d1ffa7ccb97a13f0f045d
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;
  }
}