header.less 177 Bytes
Newer Older
vipcxj's avatar
vipcxj committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.board {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #fff;

  .breads {
    float: left;
    margin-left: 16px;
  }

  .menu {
    float: right;
  }
}