king
2020-03-10 c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.common-source-item {
  display: block;
  box-shadow: 0px 0px 2px #bcbcbc;
  padding: 0.4rem 0.7rem;
  background-color: white;
  margin: 0px 0px 10px;
  cursor: move;
  border-radius: 4px;
}
.common-drawarea-placeholder {
  width: 100%;
  line-height: 65px;
  text-align: center;
  color: #bcbcbc;
}