.gray {
  $titleColor: rgba(0, 0, 0, 0.85);

  .list-file {
    color: rgba(0, 13, 31, 0.45);
    font-size: 14px;
    cursor: pointer;
  }

  .form-list-file {
    color: rgba(0, 0, 0, 0.65);
    background: #F2F6FA;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    padding: 0 8px 0 8px;
    margin-right: 32px
  }

  .tip-font {
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
  }

  .superForm {
    .el-form-item__label {
      color: rgba(0, 13, 31, 0.85);
    }
  }

  .page-layout__title {
    width: 46px;
    height: 16px;
    font-size: 11px;
    font-weight: 500;
    color: #333333;
    line-height: 13px;
  }

  .component-type-name__title {
    width: 40px;
    height: 14px;
    font-size: 10px;
    font-weight: 500;
    color: #333333;
    line-height: 12px;
    // -webkit-background-clip: text;
    // -webkit-text-fill-color: transparent;
  }

  .page-layout__title::before {
    content: "";
    text-align: center;
    background: #1A6BF3;
    float: left;
    position: relative;
    border-radius: 3px;
    /** 定义成 block 元素 **/
    display: block;
    // height: 21px;
    // width: 4px;
    margin-right: 12px;

    width: 2px;
    height: 16px;

  }
}