_pay.scss 1.34 KB
.pay-page {
  padding: (40rem / $pxConvertRem) (20rem / $pxConvertRem) 0;

  .payapp-list {
    visibility: hidden;
  }

  .box {
    border: 1px solid #eee;
    border-radius: 10rem / $pxConvertRem;
    padding: (12rem / $pxConvertRem) (20rem / $pxConvertRem);
    display: flex;
    align-items: center;
    margin-bottom: 20rem / $pxConvertRem;

    > div {
      min-height: 40rem / $pxConvertRem;
      display: flex;
      align-items: center;
    }

    .icon {
      //flex-grow: 0.3
      width: 15%;

      img {
        width: 60rem / $pxConvertRem;
        margin: 0;
      }

      > div {
        width: 60rem / $pxConvertRem;
        height: 60rem / $pxConvertRem;
        background-image: url(http://localhost:8000/img/layout/pay-icon.png);
        background-size: 90%;
        background-position-y: 8rem / $pxConvertRem;
        background-position-x: center;
        background-repeat: no-repeat;
      }
    }

    .app {
      //flex-grow: 4
      width: 40%;
      font-size: 32rem / $pxConvertRem;
      color: #414141;

      //padding-left: 20rem/$pxConvertRem

    }

    .hint {
      //flex-grow: 4
      width: 40%;
      font-size: 24rem / $pxConvertRem;
      color: #4b4b4b;
    }

    .iconfont {
      //flex-grow: 1
      width: 5%;
      justify-content: flex-end;
      color: #e0e0e0;
      font-size: 28rem / $pxConvertRem;
    }
  }
}