index_20190418182827.scss 331 Bytes
Newer Older
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.root-item {
  flex: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #666;
  &:hover {
    color: $active;
  }
}

.ico {
  font-size: 0.42rem;
  display: block;
  margin-bottom: 0.1rem;
}

.text {
  display: block;
  line-height: 1;
}