king
2024-12-24 9cab9972e2a2b5d1db88da6e17be2384a0f5e5e7
1
2
3
4
5
6
7
8
9
10
11
12
13
.sys-color-sketch-block {
  height: 40px;
  width: 100%;
 
  span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
  }
}