style.less 878 Bytes
Newer Older
钟是志's avatar
钟是志 committed
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
.warp {
  padding: 0 24px 60px;

  .breadcrumb-row {
    padding: 16px 0;

    & > div {
      display: inline;
    }

  }

  .content-container {
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    .top-border{
      height: 4px;
      background: @primary-color;
    }

    h1{
      text-align: center;
      font-size: 20px;
      line-height: 108px;
    }
  }

}
.top-radio-div{
  position: relative;
  .radio-check{
    position: absolute;
    left:20px;
    top:76%;
  }
}
.content {
  height: 400px;
  margin: 130px 24px 24px 24px;
  div{
    text-align: center;
    img{
      margin: 0 30px 0 0;
    }
  }
  >.fostSizeP{
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
  }
}
.IframeDiy{
  :global(.antd-pro-pages-portal-pages-sponsor-style-content-container) {
    width: 100% !important;
  }
}