index.less 202 Bytes
Newer Older
熊成伟's avatar
熊成伟 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
.skeleton {
  display: flex;
  align-items: center;
  height: 211px;
  padding: 10px;
  background: #ffffff;
  border-radius: 7px;
  z-index: -1;
}
.skeleton-content{
  width: 320px;
  height: 211px;
}