@import url("../style/var.less");
@import url("../style/base.less");

.fe-page-result {
  &-container {
    box-sizing: border-box;
    padding: 16px 16px 0 16px;
    width: 100%;
    height: 100%;
  }
  &-content {
    text-align: center;
    padding-top: @page-result-content-top;
    padding-bottom: 16px;
    .fe-page-result-title {
      font-size: 17px;
      color: @main-text-color;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
      margin-top: 12px;
      margin-bottom: 9px;
    }
    .fe-page-result-text {
      font-size: 15px;
      color: #888888;
      letter-spacing: 0;
      text-align: center;
      line-height: 17px;
      margin: 0 auto 40px;
    }
  }
  &-button {
    &:not(:last-child) {
      margin-right: @page-result-button-right;
    }
  }
}
