gateWay.less 604 Bytes
Newer Older
皮倩雯's avatar
皮倩雯 committed
1 2 3 4 5 6 7
.getWay_container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  .operate_container {
8
    display: flex;
皮倩雯's avatar
皮倩雯 committed
9 10 11 12 13 14 15 16 17 18 19 20
    flex-direction: column;
    justify-content: space-around;
    .operate_item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      height: 50px;
      margin-left: 25px;
    }
  }
  .head {
21
    width: 100%;
皮倩雯's avatar
皮倩雯 committed
22 23 24 25 26 27 28
    display: flex;
    justify-content: space-between;
    .head1 {
      display: flex;
      align-items: center;
    }
  }
29 30
}
.anticon svg {
皮倩雯's avatar
皮倩雯 committed
31 32
  margin-top: -5px;
}