header-search.less 741 字节
Newer Older
Z
zengqiao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
.k-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  .k-abs {
    position: absolute;
    top: 15px;
  }
  .k-tab {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.02);
    padding: 0px 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: space-between;
    margin: 0;
    .k-add {
      position: absolute;
      right: 250px;
      margin-right: 30px;
      cursor: pointer;
      & > i {
        margin-right: 5px;
      }
      span {
        font-size: 12px;
        color: #696262;
      }
    }
    .k-tab-button {
      position: absolute;
      right: 230px;
    }
  }
}