index.less 204 Bytes
Newer Older
程恺文's avatar
程恺文 committed
1 2 3 4 5 6 7 8 9 10
.list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  line-height: 1;
  background: rgba(255, 0, 0, 0.5);
}