index_20190418104828.scss 322 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
.root {
  height: 50px;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
}

.navOne, .navTwo, .navThree, .navFour, .navFive {
  color: #09f;
  &:hover, &:active {
    color: #09f;
  }
}

.iconfont{
  font-size: 24px !important;
  margin-bottom: 4px;
}