index.less 579 Bytes
Newer Older
duanledexianxianxian's avatar
sync  
duanledexianxianxian 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
.root{
  .header{
    padding: 16px;
    background-color: #202030;
    height: 250px;
    .title{
      padding: 24px 0;
      font-size: 28px;
      color: #ffffff;
    }
    .content{
      color: #A9A9A9;
      font-size: 14px;
    }
  }
  .action{
    :global {
      .am-button {
        margin: 0 auto;
        color: #ffffff;
        line-height: 40px;
        font-size: 16px;
        width: 311px;
        height: 40px;
        background: linear-gradient(270deg, rgba(23, 106, 254, 1) 0%, rgba(97, 159, 255, 1) 100%);
        border-radius: 20px;
      }
    }
    }
}