Skip to content
white.scss 2.43 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
.white {
  .ant-layout-header {
wangqinghua's avatar
wangqinghua committed
    background-color: #fff;
wangqinghua's avatar
wangqinghua committed
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
wangqinghua's avatar
wangqinghua committed
  }
wangqinghua's avatar
wangqinghua committed
  nz-header {
    background: #ffffff;
    padding: 0 16px;
  }

  .ant-table-thead > tr > th {
wangqinghua's avatar
wangqinghua committed
    background-color: #e1e9f0;
  }
wangqinghua's avatar
wangqinghua committed

  .home-container, .tree-left {
    background-color: #fff;
  }
wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed

wangqinghua's avatar
wangqinghua committed
  //自己写的
  //主机详情
  .layout {
    background-color: #414852;
  }

  .container {
wangqinghua's avatar
wangqinghua committed
    background-color: #ebedf0;
  }

  .search-form {
wangqinghua's avatar
wangqinghua committed
    background-color: #e1e9f0;
  }

wangqinghua's avatar
wangqinghua committed
  .userName {
    color: #4D5259;
  }

wangqinghua's avatar
wangqinghua committed
  .host-item-title {
    color: #4b4b4b;
    padding: 10px 15px;
    height: 50px;
    line-height: 30px;
  }

  .database-name {
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
wangqinghua's avatar
wangqinghua committed
  }
wangqinghua's avatar
wangqinghua committed

  .host-item-content {
    color: #4b4b4b;
    padding: 10px;
    height: 400px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;

    nz-row {
      nz-col:nth-child(2n +1) {
        color: #4b4b4b;
        text-align: right;
        margin-bottom: 10px;
      }

      nz-col:nth-child(2n) {
        color: #4b4b4b;
        text-align: left;
        margin-bottom: 10px;
      }
    }
  }

  .host-item-table {
    color: #4b4b4b;
    padding: 10px;
    height: 400px;
    border: 1px solid #eee;
    border-radius: 5px;

    nz-col {
      padding: 6px 10px;
      word-break: break-all;
    }

    .table-title {
      background-color: rgba(0, 0, 0, .4);

      nz-col {
        border: 1px solid #dddddd;
      }
    }

    .table-content {
      border-bottom: 1px solid #dddddd;
    }
  }

  .dataChart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 12px;

    p {
      margin-bottom: 10px;
    }

    p:nth-child(2n) {
      text-align: right;
      border-bottom: 1px solid #dddddd;
    }

    p:nth-child(2n +1) {
      text-align: left;
    }
  }

  .time-group {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
  }

  .width-host {
    position: relative;
    width: 80%;
    margin: 0 auto;
    background-color: #e5e5e5;
    height: 23px;

    .space {
      height: 23px;
      background-color: #89d885;
      transition: all 500ms;
    }
wangqinghua's avatar
wangqinghua committed
  }
wangqinghua's avatar
wangqinghua committed

  .host-number {
wangqinghua's avatar
wangqinghua committed
    color: #1b6b5b;
    margin-left: 10px
  }

  .handle-delete {
wangqinghua's avatar
wangqinghua committed
    color: #fc3869;
  }

  .ant-table-wrapper {
wangqinghua's avatar
wangqinghua committed
    background-color: #fff;
  }
wangqinghua's avatar
wangqinghua committed